Thanks to visit codestin.com
Credit goes to github.com

Skip to content

refactor: consolidate py_executable_bazel, common_bazel #2523

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

Merged
merged 3 commits into from
Dec 23, 2024

Conversation

rickeylev
Copy link
Collaborator

This furthers the work of removing the artificial split of code that stemmed from
when the implementation was part of Bazel itself. Summary of changes:

  • Move most of py_executable_bazel.bzl into py_executable.bzl
  • Move most of common_bazel.bzl into common.bzl
  • Create precompile.bzl for the precompile helpers. This is to avoid a
    circular dependency between common.bzl and attributes.bzl.

Work towards #2522

* move convert_legacy_create_init_to_int to py_executable as it's only
  relevant to executables
@rickeylev rickeylev requested a review from aignas as a code owner December 23, 2024 08:34
@rickeylev rickeylev added this pull request to the merge queue Dec 23, 2024
Merged via the queue into bazel-contrib:main with commit 026b300 Dec 23, 2024
4 checks passed
@rickeylev rickeylev deleted the chore.consolidate.pyexec branch December 27, 2024 00:00
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