Skip to content
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

Rename IsTestPath to IsTestPackage #271

Merged
merged 1 commit into from
May 7, 2024

Conversation

illicitonion
Copy link
Collaborator

This is actually operating on package names, and we only ever give it package names.

This is sigificant because package names always have / as path separators, whereas on Windows, paths use \ as path separators.

This code should always be operating on /s. The code already assumed as much, so be more clear in the code and tests around it that this is what we're doing.

This is actually operating on package names, and we only ever give it
package names.

This is sigificant because package names always have / as path
separators, whereas on Windows, paths use \ as path separators.

This code should always be operating on /s. The code already assumed as
much, so be more clear in the code and tests around it that this is what
we're doing.
@illicitonion illicitonion enabled auto-merge (squash) May 7, 2024 14:43
@illicitonion illicitonion merged commit 355cd5e into bazel-contrib:main May 7, 2024
6 checks passed
@illicitonion illicitonion deleted the test-pkg-not-path branch May 7, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants