`Revise.jl` dosn't work on `include`ed files

I think this should work fine assuming the following:

  1. Tvaccine has is a package.
  2. It is in your LOAD_PATH
  3. Tvaccine.jl has a few include(„somefile“) lines from the beginning.

I am pretty sure revised worked fine for me in such a set up. Have you tried that?

Maybe, it does not work, when you add a new include(„newfile“) to the main code file, but this should be the exception (at least in my workflow)

1 Like