We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.23.0
v0.27.0
4.1.0
Yes.
nixos x86_64
lbl, err := label.Parse("@stackage-exe//tasty-discover:tasty-discover") if err != nil { log.Fatal(err) }
I expected the label to be parsed since hyphens are accepted in repository names by bazel. bazelbuild/bazel#11837 bazelbuild/bazel@e574d55
gazelle: label parse error: repository has invalid characters: "@stackage-exe//tasty-discover:tasty-discover"
The text was updated successfully, but these errors were encountered:
Initial commit
f433cde
Thanks for the issue report. I believe this can resolved by a simple change to //label/label.go. Are you interested in putting up a PR?
Sorry, something went wrong.
I have a workaround that is good enough for my use case, but I offer to test a fix when one is available.
Successfully merging a pull request may close this issue.
What version of gazelle are you using?
v0.23.0
What version of rules_go are you using?
v0.27.0
What version of Bazel are you using?
4.1.0
Does this issue reproduce with the latest releases of all the above?
Yes.
What operating system and processor architecture are you using?
nixos x86_64
What did you do?
What did you expect to see?
I expected the label to be parsed since hyphens are accepted in repository names by bazel.
bazelbuild/bazel#11837
bazelbuild/bazel@e574d55
What did you see instead?
The text was updated successfully, but these errors were encountered: