-
Notifications
You must be signed in to change notification settings - Fork 412
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
dune tip fails to solve packages with avoid-version #11136
Comments
Thanks, @avsm, for the spotting! On which package were you trying to build so we can reproduce on our side? |
It's a private repository, but just depending on cohttp-eio may be enough to repro, as all of the versions released are marked as |
It's a consequence of this PR I believe #10668 I disabled avoid-version packages by default without adding a way to opt back in. It's probably a good time to add a mechanism now. |
I forgot to mention that there's a still workaround for this: you can pin any package version even if it has avoid-version set. |
I'll do another "workaround" by releasing cohttp.6.0.0 today. Dune package management has been amazing to the release: a simple |
With current dune tip,
dune pkg lock
fails due to (I think) avoid-version:but it works in 3.16.0
(note the cohttp 6.0.0beta2 selection)
The text was updated successfully, but these errors were encountered: