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

New annotation class: file-parallel and read-only #12

Open
angelhof opened this issue Feb 20, 2023 · 1 comment
Open

New annotation class: file-parallel and read-only #12

angelhof opened this issue Feb 20, 2023 · 1 comment

Comments

@angelhof
Copy link
Member

Based on the discussions of the Annotations working group, we believe we will need a couple of new classes annotations for non-parallelizable pure and side-effectful commands. The first additional annotation would describe a subclass of non-parallelizable pure and side-effectful commands that are safe to parallelize across file boundaries (allowing parallelization of for, xargs, and other similar constructs). The second class would be side-effectful commands that only read environment variables—including hardware properties, /proc filesystem etc.

@angelhof
Copy link
Member Author

Ported from: binpash/pash#281

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