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

[FR]: Update bazelrc recommendations now that 'common' is fixed #486

Open
alexeagle opened this issue Jul 28, 2023 · 1 comment
Open

[FR]: Update bazelrc recommendations now that 'common' is fixed #486

alexeagle opened this issue Jul 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@alexeagle
Copy link
Collaborator

What is the current behavior?

Bazel 6.3.0 contains

Options specified on the pseudo-command common in .rc files are now ignored by commands that do not support them as long as they are valid options for any Bazel command. Previously, commands that did not support all options given for common would fail to run. These previous semantics of common are now available via the new always pseudo-command. (bazelbuild/bazel#18609)

Describe the feature

This means we can use this rather than exhaustively specifying many flags under several commands like build, query, fetch

@alexeagle alexeagle added the enhancement New feature or request label Jul 28, 2023
@github-actions github-actions bot added the untriaged Requires traige label Jul 28, 2023
@alexeagle
Copy link
Collaborator Author

Actually it's Bazel 6.4.0 where common now works with user-defined flags as well.

@alexeagle alexeagle removed the untriaged Requires traige label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant