-
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
Changes not updating in a specific function #316
Comments
I think this is happening because of Plots' non-standard code loading for backends. You'll probably need to track those changes explicitly. |
Yes, it looks like
|
Sorry for the long delay getting to this. I thought it was going to be very tricky, but with your manual This will come out as Revise 2.3.1. |
You may have seen it, but JuliaPlots/Plots.jl#2250 (comment) lists some options to get Revise to track such files automatically. |
Reproduced on two different machines with the following:
]dev Plots
In Juno:
Insert some printing into
prepare_output
at.julia/dev/Plots/src/plot.jl
:253 and_before_layout_calcs(::Plot{PyPlotBackend})
at.julia/dev/Plots/src/backends/pyplot.jl
:955 (both of these are called fromAtom.displayinplotpane
).When rerunning, only the first change is reflected. The second one only prints after restarting Julia.
The text was updated successfully, but these errors were encountered: