-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"pre-release" #3
Comments
To summarize the comments from pubgrub-rs/pubgrub#39 so far: mpizenberg: pubgrub-rs/pubgrub#39 (comment) Pre-releasePre-releases are versions. So the main question here is if the aleksator: pubgrub-rs/pubgrub#39 (comment) Pre-releaseInterestingly handling of pre-release versions still seems to be an open question for cargo: rust-lang/cargo#2222. Currently they do the following (correct me if I'm wrong):
Only if specifically requested I believe.
Only for those packages that requested the prerelease. Also from pubgrub-rs/pubgrub#49:
For example: So Given that kind of tricky corner case I am not seeing a way to support |
One thing that makes this complicated is that different package managers handle "pre-release" differently. |
"pre-release" (in cargo) is part of the semver spec that allows versions like
1.0.0-alpha
. I don't know how dart supports this but I believe it does.This issue is to split off and continue the conversation from pubgrub-rs/pubgrub#39
The text was updated successfully, but these errors were encountered: