-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Use +
instead of ~
as the canonical repo name separator
#23098
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wyverald
force-pushed
the
wyv-repo-plus
branch
6 times, most recently
from
July 29, 2024 21:59
0e9c0a5
to
9f2d3ea
Compare
Wyverald
changed the title
[DRAFT] use
Use Jul 29, 2024
+
instead of ~
as the canonical repo name separator+
instead of ~
as the canonical repo name separator
Wyverald
requested review from
a team,
gregestren,
fweikert and
meteorcloudy
as code owners
July 29, 2024 23:35
Wyverald
requested review from
fmeum
and removed request for
a team,
gregestren and
fweikert
July 29, 2024 23:35
github-actions
bot
added
team-Configurability
platforms, toolchains, cquery, select(), config transitions
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
team-Rules-Java
Issues for Java rules
team-Rules-CPP
Issues for C++ rules
team-Documentation
Documentation improvements that cannot be directly linked to other team labels
awaiting-review
PR is awaiting review from an assigned reviewer
labels
Jul 29, 2024
Wyverald
removed
team-Configurability
platforms, toolchains, cquery, select(), config transitions
team-Rules-Java
Issues for Java rules
team-Rules-CPP
Issues for C++ rules
team-Documentation
Documentation improvements that cannot be directly linked to other team labels
labels
Jul 29, 2024
meteorcloudy
approved these changes
Jul 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it!
fmeum
approved these changes
Jul 30, 2024
github-actions
bot
removed
the
awaiting-review
PR is awaiting review from an assigned reviewer
label
Jul 31, 2024
5 tasks
honnix
added a commit
to honnix/rules_ruby
that referenced
this pull request
Oct 16, 2024
To prepare for bazelbuild/bazel#23098
p0deje
pushed a commit
to bazel-contrib/rules_ruby
that referenced
this pull request
Oct 16, 2024
To prepare for bazelbuild/bazel#23098
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR essentially flips
--incompatible_use_plus_in_repo_names
(introduced in #23103) to true on master. In addition, it graveyards the flag, removes all logic to use~
, and fixes all tests to use+
instead.