Juleps
Juleps copied to clipboard
Julia Enhancement Proposals
Right now, as I understand it there is 2 levels of package updating: - **Update:** get the latest patch release (but keeping same minor version) i.e. **X.Y.a -> X.Y.b** -...
Will one be able to set a separate environment for testing? I don't think that the current REQUIRE setup is sufficient for the current organization-by-organizations setup. Sometimes there are large...
> When the user wants to remove package or update packages from an environment, they will instead invoke an external package management mode (julia --pkg?), which makes it clear that...
The `/usr` directory cannot contain application-specific directories. Also, things under `/usr` should generally be managed exclusively by distro package managers. So a better place (according to the FHS) would be...
If environment manipulation gets moved to a command-line invocation, people are probably going to want to run it most often from shell mode or via `run()`, which isn't any better...
Questions to answer in further revisions: Will installed packages be read-only (at least until deletion is called for), or strictly checksummed, or immutable by convention only? What consequences, if any,...
First of all, really nice work! As noted in the DifferentialEquations plan for modularization (https://github.com/JuliaDiffEq/DifferentialEquations.jl/issues/59), the only form of "conditional dependencies" that I really need is the ability to add/remove...