Should I turn on/off repeatedly to reflect changes of currently developing packages?

It’s described here: Configuration · Revise.jl, if you start Julia with

JULIA_REVISE_POLL=1 julia 

Then Revise will check every few seconds to see if the files have updated instead of waiting for a notification that they’ve been updated. So if there’s an issue with those notifications then it could help.

2 Likes