You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Something like test_all.sh -b "fancy benchmarks" fails with a ton of weird errors, because bash sucks. Although loopinvgen.sh is more tolerant to spaces in filenames, I haven't tested it very thoroughly.
It would probably be better to get rid of bash altogether (or just use it for StarExec builds), and instead write Python scripts: loopinvgen and test_all. The script execution time is anyway negligible. The main reason why we use these scripts is because there are various binaries invoked at different stages, and bash was a natural choice. But now that both these scripts are 250+ lines long, it would be better to use a (at least slightly) saner scripting language, like Python.
The text was updated successfully, but these errors were encountered:
Something like
test_all.sh -b "fancy benchmarks"
fails with a ton of weird errors, becausebash
sucks. Althoughloopinvgen.sh
is more tolerant to spaces in filenames, I haven't tested it very thoroughly.It would probably be better to get rid of bash altogether (or just use it for StarExec builds), and instead write Python scripts:
loopinvgen
andtest_all
. The script execution time is anyway negligible. The main reason why we use these scripts is because there are various binaries invoked at different stages, andbash
was a natural choice. But now that both these scripts are 250+ lines long, it would be better to use a (at least slightly) saner scripting language, like Python.The text was updated successfully, but these errors were encountered: