Daniele Scasciafratte
Daniele Scasciafratte
The proposal for stdout/stderr/io I think is perfect and we can integrate it in the other functions that amber offers.
I am for the second approach, in this way it is more functional programming and we can implement quickly in the stdlib. About the keyword approach it is the case...
Wondering if it is better a CLI parameter or a comment in the amber file that specify the bash version to support.
It should make sense to not rename functions and should be fine. Reading the bash generated it is just that, I think that the renaming is used only for the...
Maybe `interpreter` so in base it is compiled for `sh`, `bash` does automatically?
I can confirm the issue, the discord bot instead return 1.
the issue is still there
it is still there
I think that should be enough to check on https://github.com/Ph0enixKM/Amber/blob/69e96ae3867091bcd374ff3cf42909324e73646e/src/modules/expression/literal/status.rs#L28 if the command is unsafe to not print that
If the status is not used after why add code anyway? This is kind of a compiler optimization to generate only useful code.