pash
pash copied to clipboard
Quoted commands aren’t recognized as being parallelizable
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).
It is not intended!
@BolunThompson Are you working on this? I can create a PR to fix it if you aren't
I’m not working on this!