Juleps
Juleps copied to clipboard
Julia Enhancement Proposals
Handy link to the document: https://github.com/JuliaLang/Juleps/blob/cjf/internal-properties/InternalProperties.md I started this over at https://github.com/JuliaLang/julia/issues/30975, but keep wanting to edit the description. I figure it might be better to put it here. This...
Taken from https://github.com/JuliaLang/julia/issues/16330: It would be nice if it would be possible to have packages where the functionality is only available in precompiled form.
I'd like to see Pkg3 support some kind of anonymized opt-out telemetry. For example, it could keep track of statistics like like how many times `Pkg.add` has been called for...
Continuing half of the discussion on https://github.com/JuliaLang/Juleps/issues/3.
We need an explicit policy for how deprecations will be handled post-1.0. Some options are: 1. Allow them in minor releases, removed next minor release 2. Allow them in minor...
We need to figure out how we're going to handle branching going forward. For the immediate future we plan to keep `master` as 1.1, but we will need to figure...
- How often should we make future releases? - What should be the timelines and requirements for alpha, beta, RC, etc.? - When should we upgrade LLVM? We should also...
The current proposal doesn't mention namespaces anywhere. This issue is to discuss how namespaces could fit into the proposal and Julia's own namespacing in general.
I wonder whether we want Pkg3 to contain something like [Debian alternatives](https://wiki.debian.org/DebianAlternatives): a package A can depend on package B *or* package C *or* package D. For example, the Plots.jl...