Skip to content

Fix parallel CLI execution #112

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 1 commit into from
Jul 15, 2022
Merged

Fix parallel CLI execution #112

merged 1 commit into from
Jul 15, 2022

Conversation

kddnewton
Copy link
Member

When running the CLI in parallel, you can't use || on outputs because
that will potentially not evaluate the RHS of the expression. Instead,
we'll use | to combine outputs.

Fixes #111

When running the CLI in parallel, you can't use `||` on outputs because
that will potentially not evaluate the RHS of the expression. Instead,
we'll use `|` to combine outputs.
@kddnewton kddnewton merged commit c7736d4 into main Jul 15, 2022
@kddnewton kddnewton deleted the fix-111 branch July 15, 2022 16:02
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.

stree hangs out with 100% CPU
1 participant