mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 07:34:45 +03:00
c861845757
* Abandon ambiguity resolution on undefined name This has finally annoyed me enough to do something about it. If we get a "no such variable" error there's no point exploring other branches. * Removes spaces from test file One day I'll update the linter to ignore test files. We should really accept literally anything as a possiblity for test files, even if removing the spaces is tidier. * Reset context before throwing in 'successful' Although I don't think this is strictly necessary for a fatal error, we should still for the sake of tidiness reset the state when backtracking.
5 lines
89 B
Plaintext
5 lines
89 B
Plaintext
rm -rf build
|
|
|
|
$1 --no-color --console-width 0 --no-banner -Werror --check DeepAmbig.idr
|
|
|