-
Notifications
You must be signed in to change notification settings - Fork 111
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
Feature Request: Option to automatically run revise in a parallel task #816
Comments
FWIW, here is how it is done in another webserver: |
adding an explicit Hence, it would be great if the auto updates could be done by Revise itself in an async task. |
What event would trigger foo(::NewType) = nothing to struct NewType end to I recognize that this may perhaps not be what you're asking for, in which case a bit more detail about the request would be very helpful. |
Hello,
I am using Revise with a Webserver and found this discourse thread with the hint that one needs to execute something on the REPL in order to trigger
revise()
.It would be great if Revise.jl had a mode where this update is done automatically without the need of another execution in the REPL. This would simplify the workflow massively when working with an ongoing process like a webserver.
The text was updated successfully, but these errors were encountered: