timholy / Revise.jl

Automatically update function definitions in a running Julia session
https://timholy.github.io/Revise.jl/stable
Other
1.21k stars 110 forks source link

Groundwork for a fix for #718 #795

Closed timholy closed 10 months ago

timholy commented 10 months ago

This adds a test for #718, and makes a change to Revise's parsing that will be necessary for the true fix, which will happen in JuliaInterpreter. Unfortunately this needs to be merged and tagged before that is safe to release. So the new test will fail, but I think we can live with that transiently.