My Revise.jl not working with Pluto.jl anymore #1223
-
I've been prototyping with revise and pluto all the time, but since maybe a recent update, any Revise.jl doesn't seem to work anymore, it just has no effect, no error message either. Is there any new way of using Revise.jl with Pluto.jl is added? Or it's a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
MME:
You run this in REPL or Pluto: using Revise
using TestPluto
TestPluto.greet() and edit the greet() in src/TestPluto.jl only the one in the REPL has response to the change, but the Pluto didn't apply the change. |
Beta Was this translation helpful? Give feedback.
-
It's already fixed, but not yet released: #1212 |
Beta Was this translation helpful? Give feedback.
It's already fixed, but not yet released: #1212