-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
startup.jl bug? #9
Comments
Interesting! It looks like this has to do with how startup.jl works. The ReplMaker.jl README had some helpful tips and I've implemented them in #10. Seems to work! Want to try out that branch and see if it works for you too? The quick test would:
Then quit Julia, start it a few times with and without startup.jl, see if it works. And then If that works well for you I'll merge it and tag a new release! |
Does it work for you?
|
Huh, weird. It does work for me, both on 1.8 and 1.9:
I wonder if the conflict is with OhMyREPL. (Turns out it is!) When have
However, when I have
So there's some kind of conflict there. I'll check it out! It might have something to do with this |
Perhaps this might help... I tend to add a small delay for secondary packages to be activated only once other packages have done their bit. startup.jl
|
sorry neither of your solution work for me |
having
using ReplGPT
in my startup.jl file does not work (typing } in the REPL doesn't go into ChatGPT mode)
also, if I explicitly type using ReplGPT, it still won't work if it was in startup.jl
It all works well if NOT in startup.jl though.
The text was updated successfully, but these errors were encountered: