Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

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

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles