You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update query-result normalization logic to support plus repo name delimiter
The delimiter used in canonical repo names is changing from `~` to
`+`.[^1] This logic, which tries to normalize query results for the
purposes of diff-testing against golden results, label parsing seems
unavoidable, so we fall back to the non-preferred approach of supporting
both delimiters in our patterns.
Also, refine the patterns to be more exact and better reflect the intent
to only act agaisnt the repo-name part of each label:
* anchor the patterns to match only at start of each label
* only operate before the first `/`
[^1]: bazelbuild/bazel#23127
0 commit comments