mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
bf0a157253
* Version increment to 0.5.1 This is to remove the requirement on Chez >9.5 * Disable -Xcheck-hases, at least for the moment If we're going to have this as an option, we need to have a portable way of finding a sha256sum command. At the moment, we might find a command, but different versions accept different options. We should at least allow setting it via an environment variable, and we certainly shouldn't fail if running the command fails. * Update bootstrap code ready for 0.5.1 release
13 lines
353 B
Plaintext
Executable File
13 lines
353 B
Plaintext
Executable File
rm -rf build
|
|
|
|
$1 --no-color --console-width 0 --no-banner --no-prelude Test.idr < input
|
|
sleep 1
|
|
touch Mult.idr
|
|
$1 --no-color --console-width 0 --no-banner --no-prelude Test.idr < input
|
|
|
|
# Disabled until we have a portable way to do this
|
|
#sleep 1
|
|
#touch Mult.idr
|
|
#$1 --no-color --console-width 0 --no-banner --no-prelude -Xcheck-hashes Test.idr < input
|
|
|