Konstantinos Kallas
Konstantinos Kallas
Thanks @mgree, I fixed it in this PR ( #582 ) actually! This was an untested corner of the parser and it needed one extra dereference. There are still issues...
@dkarnikis @nvasilakis are we using this infrastructure anymore? If not, let's close this PR
@tammam1998 is this still relevant? If so, let's mark it as an enhancement!
When in debug mode, we could also log important environment information like the locale environment variables (e.g., `LC_CTYPE`), and the versions of commands.
You are correct, PaSh executes everything on top of bash, and aims for compatibility with bash. Furthermore, we have only tested compatibility with bash without the `set -o posix`. In...
That is a great idea! A thought: To start quickly (and avoid implementing a parser), we could just make a few `nop` bash functions that express the annotation and then...
That is true, however, it could be easily solved by sourcing a `pash-annotation.sh` library at the beginning of scripts that use that, that instantiate these functions as `nop`s. I agree...
In the same vein like this, we could configure other PaSh related stuff too like this (like `set` but for PaSh). For example, toggling PaSh's assert compiler success on and...
Thanks a lot @dkarnikis! I will tag you if I can't find the solution on my own but do it on your own time. There is no rush :) Regarding...
PR #546 modifies the workflow to push a single image on github (and updates the version). If that looks OK, I will merge it and then delete the distro-named images...