ERROR: ArgumentError: Module Tmp not found in current path.
Run `Pkg.add("Tmp")` to install the Tmp package.
Stacktrace:
[1] reload(::String) at ./loading.jl:371
[2] macro expansion at ./REPL.jl:97 [inlined]
[3] (::Base.REPL.##1#2{Base.REPL.REPLBackend})() at ./event.jl:73
IIRC, Revise won’t automatically track files loaded by include. So for a workflow involving files not in the LOAD_PATH, some extra work would be needed to have Revise track those files, right?
I think you are right, see https://github.com/timholy/Revise.jl/issues/40
But practically, packages are so lightweight that I do all nontrivial development using one, so this is not a constraint for me.