issues
search
Akuli
/
jou
Yet another programming language
MIT License
12
stars
4
forks
source link
compare_compilers.sh improvements
#314
Closed
Akuli
closed
1 year ago
Akuli
commented
1 year ago
Fix CRLF problems on Linux (and on Windows, if your git config doesn't have autocrlf enabled)
Complain if error list files mention nonexistent files (also works with
--fix
)
Move
set -e
where it belongs, so that errors in argument handling will not be ignored
--fix
)set -e
where it belongs, so that errors in argument handling will not be ignored