Experience report after finishing a (reasonably substantial) Julia project in 2024

I want Pkg.jl to manage both dev-time dependency and package dependency. That is, something like this, hypothetically:

] add-dev BenchmarkTools # <- This gets added to the "global" environment
] add DataFrames # <- This gets added to the package dependencies

No set up can do this, currently.

3 Likes