Hi,
I would like to first apologize because despite reading some posts on discourse and in the docs, I am quite confused about how I should do the following:
- upgrade my package PDMP.jl to Julia 1.0 and register it
- develop it on my computer. It is located at
~/work/prog_gd/julia/dev/PDMP.jl
(I named itdev
during julia v0.5, it has nothing to do with my~/.julia/dev
)
My problem for 1. is that I have none of the files Project.toml⦠What is the easiest way to do this. It seems ] dev https://github.com/rveltz/PDMP.jl
will not do it. I am not sure I should start from scratch like (v1.0) pkg> generate PDMP
and add the files as I would lose the git history (eg located in ~/work/prog_gd/julia/dev/PDMP.jl
).
My problem for 2. is the lack of understanding. I have a feeling that I should do ] dev PDMP
once 1. is solved but I am not sure. Also, I would prefer to work in ~/work/prog_gd/julia/dev/PDMP.jl
if possible.
Hopefully, I am not the only one concerned by these questions.
Thank you for your help,