pash
pash copied to clipboard
PaSh: Light-touch Data-Parallel Shell Processing
Work in progress.
Package PaSh for system-level package managers using [FPM](https://fpm.readthedocs.io/) ## Update: 2022 March 10 I learned that [macOS is not supported a bit late](https://github.com/binpash/pash/pull/484#discussion_r824151304), so I'm stopping macOS work. I need...
Let me sketch the problem: Using [] as default argument will only be evaluated once for each function. This is why all function calls will use the same list which...
Right now r_split divides the file into blocks and the blocks go in order into each of the files. For example for two files and 6 blocks it will look...
This is necessary to properly support generic typing annotations (as they exist in the annotations library). The changes that we need to do are: 1. Update all Dockerfile images to...
Currently, it is pretty hard to have any visibility on the dataflow processes that are spawned by PaSh. It would be great if we could have some form of observability...
This is my beta version for the compatibility check. Please check. I already include ``README_LQS`` in the ``$PATH_OF_PASH/scripts/offline_testing`` and squash all my commits into one. @nvasilakis
Signed-off-by: Konstantinos Kallas
I add which and words package for Fedora on the distro-deps.sh to let ./pa.sh ./evaluation/intro/hello-world.sh works. I also add a Github Action file for the compatibility check. I use Github...