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

Split write_splicing_manifest and write_config_file. #2225

Merged
merged 3 commits into from
Oct 31, 2023

Conversation

matts1
Copy link
Contributor

@matts1 matts1 commented Oct 30, 2023

This commit creates the "generate" prefix for each of these functions, which generates the content of these files in a way that doesn't touch the ctx variable. This allows us to use these functions in module extensions, which is required for #1910.

@matts1 matts1 marked this pull request as ready for review October 30, 2023 12:31
This commit creates the "generate" prefix for each of these functions,
which generates the content of these files in a way that doesn't touch
the ctx variable. This allows us to use these functions in module
extensions, which is required for bazelbuild#1910.
The attributes are also used for the bzlmod implementation of vendoring
crates.
Copy link
Collaborator

@UebelAndre UebelAndre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good to me, thanks!

@scentini scentini merged commit d5d7fb8 into bazelbuild:main Oct 31, 2023
2 checks passed
@matts1 matts1 deleted the refactor branch November 10, 2023 05:57
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.

3 participants