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

Quoted commands aren’t recognized as being parallelizable #741

Open
BolunThompson opened this issue Jan 3, 2025 · 3 comments · May be fixed by #744
Open

Quoted commands aren’t recognized as being parallelizable #741

BolunThompson opened this issue Jan 3, 2025 · 3 comments · May be fixed by #744

Comments

@BolunThompson
Copy link
Contributor

BolunThompson commented Jan 3, 2025

Example: "cat" "$0" | "tr" "A-Z" "a-z" isn’t parallelizable, but cat $0 | tr A-Z a-z is. Not a common scenario, but should be a simple fix (unless this is intended).

@BolunThompson BolunThompson changed the title Quoted commands aren’t recognized as being parallelizable. Quoted commands aren’t recognized as being parallelizable Jan 3, 2025
@angelhof
Copy link
Member

angelhof commented Jan 5, 2025

It is not intended!

@kwakubiney
Copy link

@BolunThompson Are you working on this? I can create a PR to fix it if you aren't

@BolunThompson
Copy link
Contributor Author

I’m not working on this!

@kwakubiney kwakubiney linked a pull request Jan 19, 2025 that will close this issue
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 a pull request may close this issue.

3 participants