-
Notifications
You must be signed in to change notification settings - Fork 407
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 pkg lock
fails when pinned repo has a tag with the same name as a branch
#11113
Comments
Leonidas-from-XIV
added a commit
to Leonidas-from-XIV/dune
that referenced
this issue
Nov 13, 2024
Building the FStar repo fails because the branch and tag are named the same, as reported in ocaml#11113. This simplifies the setup into a test-case. Signed-off-by: Marek Kubica <[email protected]>
Thanks for the report! I've looked into this and the issue is not the size of I've created a repro case in #11120. |
Leonidas-from-XIV
changed the title
Large
Nov 13, 2024
ls-remote
outputs result in an Internal Error when calling dune pkg lock
.dune pkg lock
fails when pinned repo has a tag with the same name as a branch
Leonidas-from-XIV
added a commit
to Leonidas-from-XIV/dune
that referenced
this issue
Nov 13, 2024
Building the FStar repo fails because the branch and tag are named the same, as reported in ocaml#11113. This simplifies the setup into a test-case. Signed-off-by: Marek Kubica <[email protected]>
Leonidas-from-XIV
added a commit
to Leonidas-from-XIV/dune
that referenced
this issue
Nov 13, 2024
Building the FStar repo fails because the branch and tag are named the same, as reported in ocaml#11113. This simplifies the setup into a test-case. Signed-off-by: Marek Kubica <[email protected]>
Leonidas-from-XIV
added a commit
that referenced
this issue
Nov 13, 2024
Building the FStar repo fails because the branch and tag are named the same, as reported in #11113. This simplifies the setup into a test-case. Signed-off-by: Marek Kubica <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Running
dune pkg lock
succeeds.Actual Behavior
Instead, it fails with the following
Reproduction
Specifications
dune
(output ofdune --version
): n/a, off head, commit f7af2d0ocaml
(output ofocamlc --version
): 4.14.2Additional information
Contents of
_build/log
The text was updated successfully, but these errors were encountered: