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

refactor: fold bazel-specific code into main files #2358

Merged
merged 8 commits into from
Oct 30, 2024

Conversation

rickeylev
Copy link
Contributor

This removes most of the *_bazel.bzl files and either renames them or folds them
into the "regular" files. (common_bazel.bzl and py_executable_bazel.bzl turned out
to be a bit more involved, so are left for a future change).

This is part of simplifying the implementation and removing the complicated/convoluted
"plugin" style design that was inherited from the original Bazel code to accommodate
various Google changes.

@rickeylev rickeylev added this pull request to the merge queue Oct 30, 2024
Merged via the queue into bazelbuild:main with commit 7c5e7cf Oct 30, 2024
4 checks passed
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