Developping non registered packages: should I always do dev package?

For unregistered packages, I would suggest creating a registry and your colleagues only need to add that registry. And you can find many other discussions here and on Registrator.jl

Yes, only local. Unless you commit and push your changes to github…

Then consider making a temp dir and activate that environment. Then it will not affect .jlia/dev. By the way, I remember that dev B will not copy B into .julia/dev. Correct me if I’m wrong.

No. But for projects (instead of packages), the Manifest.toml file do help to reproducibility.

The tag info will appear in Manifest.toml but not Project.toml.

2 Likes