| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-10-05 | changed the patch files that we can also use them with busybox for testing ↵ | Chris Boesch | 1 | -2/+6 | |
| in Woodpecker | |||||
| 2023-10-04 | added woodpecker integration | Chris Boesch | 1 | -1/+1 | |
| 2023-04-29 | eowyn.sh: remove checking formatting one file at a time | Manlio Perillo | 1 | -6/+1 | |
| This avoids unnecessary output. Also remove the comment, since the message to stdout makes it unnecessary. | |||||
| 2023-04-25 | Version number added. | Chris Boesch | 1 | -0/+3 | |
| 2023-04-25 | Added a loop for the formatting test, so we can see where errors happen. | Chris Boesch | 1 | -1/+6 | |
| 2023-04-25 | eowyn.sh: set the -e option | Manlio Perillo | 1 | -1/+2 | |
| Currently, `zig fmt` exit status is ignored, making it useless. Ensure that the script terminates early if there is an error. Print a message to stdout before executing `zig fmt`, in order to make the possible error more visible. | |||||
| 2023-04-25 | eowyn: always quote variables | Manlio Perillo | 1 | -7/+6 | |
| Quote all the variables, even though we know that it is safe. Fix coding style. | |||||
| 2023-04-18 | eowyn: run `zig fmt --check` before `zig build` | Manlio Perillo | 1 | -0/+3 | |
| Update the eowyn.sh script to check the healed exercises formatting, before running `zig build`. | |||||
| 2021-03-12 | Merge branch 'ci' of https://github.com/mattnite/ziglings into mattnite-ci | Dave Gauer | 1 | -1/+1 | |
| eowyn.sh has changed, conflict resolved | |||||
| 2021-03-12 | Patch/test scripts now run from project root | Dave Gauer | 1 | -11/+11 | |
| This simplifies everything and makes everything good. (Shell scripts need to be as simple as possible for maximum compatibility.) | |||||
| 2021-03-06 | remove realpath | Matt Knight | 1 | -1/+1 | |
| 2021-03-06 | need to change shebang to bash because we're using bashisms | Matt Knight | 1 | -3/+1 | |
| 2021-03-06 | added set -e | Matt Knight | 1 | -0/+2 | |
| 2021-03-06 | POSIX shell fixes | Dave Gauer | 1 | -3/+2 | |
| 2021-03-01 | patches: make interpreter compat and make work if not in PATH | jacob gw | 1 | -2/+2 | |
| 2021-02-14 | Patches to patches to clean up patches | Dave Gauer | 1 | -3/+5 | |
| 2021-02-14 | Added testing ability | Dave Gauer | 1 | -0/+45 | |
| For the full details, see patches/README.md :-) | |||||
