pash icon indicating copy to clipboard operation
pash copied to clipboard

PaSh: Light-touch Data-Parallel Shell Processing

Results 108 pash issues
Sort by recently updated
recently updated
newest added

It would be great for installation scripts to generate a canonical structure that follows the norms of the target system (e.g., Debian Linux, Mac OS X) regarding annotations, configuration, executables...

At the moment, termination of DFGs in PaSh (specifically `wait_for_output_and_sigpipe_rest.sh`) assumes that spawned processes will make sure to kill all their children when being sent a SIGPIPE. We might want...

For some reason, executing Unix50-20 with PaSh does not terminate fast even though it has a `head`. Does it change with the use of r-split?

We need to make sure that all `setup.sh` in the benchmark directories are idempotent. That is, that they do not increase the input sizes arbitrarily everytime they are called (like...

Could we generate a list of Python packages and their version and install them in project-local fashion (not user wide) to avoid messing up with the user's default packages?

Currently (after the recent changes to improve posix compliance) there are too many braces in the output script. For example, here is the mkfifo function for `evaluation/intro/demo-spell.sh`. 🤢 ``` mkfifo_pash_fifos()...

enhancement

At the moment, all entry functions in `ast_to_ir.py` are given an untyped json-like object representation of the AST, which is the one returned from our parser. Unfortunately, instead of having...

enhancement