JuliaLang / Juleps

Julia Enhancement Proposals
Other
67 stars 24 forks source link

Pkg3: developing packages #46

Closed mauro3 closed 6 years ago

mauro3 commented 6 years ago

Currently I'm organizing the packages which I develop by copying them to a folder with sym-links to .julia, see https://discourse.julialang.org/t/recommended-setup-for-developing-packages/5725 for a discussion. I then started wondering how this would work with Pkg3 but did not find anything in the document, but got a bit confused how package-immutability and development would work together.

Maybe a section "Package development" should be added to: https://github.com/JuliaLang/Juleps/blob/master/Pkg3.md#operations

StefanKarpinski commented 6 years ago

I've reached a point where I'm implementing rather than updating the design doc; once things are generally working, I'll write up documentation rather than a Julep. You may want to try out and comment at https://github.com/StefanKarpinski/Pkg3.jl.

mauro3 commented 6 years ago

That sounds very reasonable. I'll see whether I find the time to test it. Feel free to close this.

StefanKarpinski commented 6 years ago

Doesn't hurt to leave it open. I'll take a pass through all of these again later and ping people to see if they're satisfied with the solutions we end up with.