Srinath Sankar
Srinath Sankar
Wonder if the issue I'm seeing is related as well. Running the latest version of docker container on a Pi. Here is what I see in the container: ``` root@pi:/#...
Thanks for catching this. I've actually not tested this in various bash versions, so this is helpful. The features required _should_ be supported in 4.1 according to the bash changelog....
``` awk: bad regex '^ *(function)?.+\(\).*{$': Invalid contents of {} ``` This error maybe because Alpine images use awk from Busybox rather than gawk. Alpine containers need this: https://github.com/Checksum/critic.sh/blob/dcb5de328da8c5b9f9a9e98254c1ea04b1eb33f1/Dockerfile#L9-L10 I'll...
Ok, did some digging into this today. I installed versions 4.1 - 4.3 on my MacBook and all seem to pass fine: ``` ~/projects/critic.sh (git)-[master] % ~/scratchpad/bash/bash-4.1/bash scripts/test.sh --- Coverage...
This brings back memories of the `left-pad` incident. In this case, since package.elm-lang.org is merely a discovery/documentation site and the packages themselves aren't hosted there, I'm guessing purging it from...