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

PaSh Preprocessor must check whether we are in an exit-code-aware context #389

Open
angelhof opened this issue Nov 18, 2021 · 0 comments
Open

Comments

@angelhof
Copy link
Member

PaSh Preprocessor needs to check whether we are in a context where exit code might be needed to disable parallel_pipelines.

The first part of this solution is in #384 but we need to include checks for !, &&, ||, if, while, until.

We also need to figure out the issue with expanding $?, as well as disable parallel pipelines if we are in the context of set -e.

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

No branches or pull requests

1 participant