-
Notifications
You must be signed in to change notification settings - Fork 11
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
Should we add Revise.jl #28
Comments
Actually, I couldn't get it to work even when I run it locally. It seems that Revise requires some kind of trigger. Normally I would go to the REPL and make a call to the function that I just changed but this is a running process so it's different. It would be nice if you can get it work first. |
The manual trigger we need to put into a callback is |
Due to the way how the handlers are called in Discord.jl (via call operator on array/dict elements) we don't even need invokelatest. Just a |
so it might be as easy as function commander(c::Client, m::Message, ::Val{:revise})
Revise.revise()
end |
Should we add Revise.jl to have update in the boat without restarting it, at least during the dev phase?
It might still be buggy though, but if use in sync with tmux, it should be okay. What do you all think?
The text was updated successfully, but these errors were encountered: