Konstantinos Kallas
Konstantinos Kallas
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...
Signed-off-by: Konstantinos Kallas
I added this note so that new users know what to expect with respect to PaSh's compatibility. @mgree, @nvasilakis feel free to edit or approve this and then we can...
It would be great if PaSh could log the commit and release id when in debug mode. T This should only be done in debug mode, because we don't want...
Execution time of many commands (like `sort`) depend on locale variables (for example, `LC_CTYPE`). To guarantee consistent evaluation results even across different users on the same machine (!) we need...
When someone makes a PR from their own fork, the POSIX tests workflow gets stuck. We need to modify this https://github.com/binpash/pash/blob/main/.github/workflows/posix.yaml to fix it, as well as extend the control...
It would be great if PaSh could determine (using profiling) that a fragment that failed can never succeed in a different loop iteration, for example if the fragment: - uses...
I am not sure how to address this: https://github.com/binpash/pash/actions/runs/2229959382 The automated workflow that pushes images to docker.io didn't seem to work.