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

Unified target label naming for DWYU-generated files #78

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

storypku
Copy link
Contributor

@storypku storypku commented Jan 10, 2023

Starting from Bazel 6.0.0, str(label) returns @//path/to:target for target //path/to:target of the current workspace rather than //path/to:target. And having @ in filenames or folders is generally discouraged. (E.g., https://www.mtu.edu/umc/services/websites/writing/characters-avoid/)

Starting from Bazel 6.0.0, `str(label)` returns `@//path/to:target` for
the current workspace rather than `//path/to:target`. And having `@` in
filenames or folders is generally discouraged. (E.g.,
https://www.mtu.edu/umc/services/websites/writing/characters-avoid/)
@martis42 martis42 merged commit 67531a1 into martis42:main Jan 10, 2023
@storypku storypku deleted the jiaming/target_label branch January 11, 2023 05:23
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.

None yet

2 participants