JuliaLang / Juleps

Julia Enhancement Proposals
Other
67 stars 24 forks source link

Pkg3: Quality Tags (unstable/testing/candidate/stable) #44

Open samoconnor opened 6 years ago

samoconnor commented 6 years ago

It would be useful to have a facility for applying mutable quality tags to a release. e.g.

Maybe users could push releases into the registry without waiting for human review, but only official reviewers would be allowed to apply the "released" tag?

End users could configure their production environment to only run "stable" packages and their playing-with-new-stuff environment to run anything.

REQUIRES files could include quality tag qualifiers.

Perhaps in the future there could be a "certified" tag that indicates a quality review has been done by an approved body.

samoconnor commented 6 years ago

It might be necessary to qualify quality tags per platform. e.g. "stable" for OSX and Linux, but not tested on Windows or ARM. or "unstable" but only for ARM because the change does not affect other platforms.