Hi, I’m developing my own packages.
While developing my packages, I have to turn off Julia REPL and turn on again to reflect changes of the packages, which takes too long time.
As in docs of Revise.jl, it looks that I have to change a package to be dev mode to make Revise.jl works automatically (without turn off/on REPL).
However, I don’t know how to change my currently developing package to be dev
.
Instead of it, manually adding files like using Revise; includet("my_file.jl")
works to me but it seems not for package development.
So what I need is:
Is there any way to reflect changes of my own package (can be unregistered) without turn off and on REPL?
EDIT: should my package be in ~/.julia/dev
?
21 posts - 4 participants