Glenn Jackman
Glenn Jackman
Tcl regexes are "extended REs" plus the Tcl flavoured "advanced REs"
You can't store the command in a variable like this: ``` JQSUBCMD='jq -r --sort-keys '"'"' .TemplateBody | .Parameters.'"$cfparam_name"'.Default = "'"$cfparam_value"'" '"'"' ' .... $JQSUBCMD filename. ``` The jq body that...
FYI I have not noticed any problems with function names containing `::` in bash 3.2 on the mac
> So, is it possible to get new count of our positions regarding namespaces? > The only thing that still concerns me about using `::` is that it bars the...
ref #376
>... I do agree that we should be doing the `.bash` extension, instead. How is that going to affect the CI scripts? I guess we'll have to throw a little...
cleaning up this issue: * [online editor](https://github.com/exercism/bash/blob/bfece3c7b95f1de80465221c50781576210353dd/config.json#L13) * [tags](https://github.com/exercism/bash/blob/bfece3c7b95f1de80465221c50781576210353dd/config.json#L1172) * [track status](https://github.com/exercism/bash/blob/bfece3c7b95f1de80465221c50781576210353dd/config.json#L5) * linting checks passing * [test runner](https://github.com/exercism/bash-test-runner) * [analyzer](https://github.com/exercism/bash-analyzer) Still TODO * Add key features * Concepts and...
Kind of late to the party. The bash test runner is composed of a Ubuntu 22.04 image ([list of packages](https://github.com/docker-library/repo-info/blob/master/repos/ubuntu/local/22.04.md)), with `jq`, `bc` and `gawk` (and of course `bats-core`) added....
> disagree with the quote regarding "What is a shell?" specifically as it references GNU utilities Well, that is from the _bash_ manual, so naturally it is pro GNU. Of...
That's a really cool project. I don't see how it would fit into Exercism though.