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

fix(core): use new args action for each iteration #22

Merged
merged 1 commit into from
Feb 28, 2022
Merged

Conversation

mattem
Copy link
Member

@mattem mattem commented Feb 26, 2022

As the args action is reused, each file (and therefore iteration) contains the existing args of the previous run. On larger projects (or OS where the command line length limit is short), this causes an overflow.

Use a new args action for each iteration.

Closes #21

See bazel-contrib/rules_nodejs#3311 for further info

Copy link
Member

@alexeagle alexeagle left a comment

Choose a reason for hiding this comment

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

thanks! oops!

@alexeagle alexeagle merged commit 840c79d into main Feb 28, 2022
@mattem mattem deleted the fix/args branch February 28, 2022 14:51
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.

bug: swc args are appended for each file
2 participants