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

feat: add out_dirs to run_binary rule and deprecate output_dir #160

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

gregmagolan
Copy link
Collaborator

Corresponding change in rules_js is aspect-build/rules_js#216

@gregmagolan gregmagolan force-pushed the out_dirs branch 2 times, most recently from bf5bc98 to 2c06ed3 Compare June 16, 2022 22:33
attribute_name: name of the attribute containing the expression

Returns:
`s` with the variables expanded
"""
rule_dir = [f for f in [
rule_dir = "/".join([f for f in [
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: same _join helper we have everywhere...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

right; I should remember to use @bazel_skylib//lib:paths.bzl join function

@gregmagolan gregmagolan merged commit 14f83ab into bazel-contrib:main Jun 16, 2022
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