Bazel crash after canonical repo name separator change #23216
Labels
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
untriaged
Description of the bug:
60924fd causes Bazel to crash when building my project:
Note that none of the repositories involved contain the string
pigweed~
, so (as far as I can tell) the problem is not the trivial one that we hardcode the tilde somewhere.@Wyverald
Which category does this issue belong to?
External Dependency
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
I don't have a minimal repo yet, but here's a not-quite-minimal one:
This produces,
Which operating system are you running Bazel on?
Linux
What is the output of
bazel info release
?No response
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?No response
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
I confirmed using bazelisk bisect that the issue starts at this commit.
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: