This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2025-01-03 00:55:00 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
bc386dab4e
Idris2
/
tests
/
idris2
/
casetree
/
casetree002
/
run
5 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Group tests by directory
2023-09-01 13:10:49 +03:00
. ../../../testutils.sh
Warn about unreachable default clauses (#1942) * so much experimentation * tests that show preliminary evidence the new stuff is working. * small amount of cleanup * more cleanup of various troubleshooting code. * new test case added. * only log unreachable indices if there are any. * when traversing deeper simply skip over defaults since they have already been reviewed. * Remove fallback clause that the changes in this PR correctly identified as unreachable. * tidying up more. * move some common functions to a new Core.Case.Util module. * refer to case builder and case tree under new parent module. * update imports to look for CaseTree in new submodule. * update api ipkg * remove unneeded application operators. * remove or comment out unreachable default clauses caught by the changes in this PR. * a bit of code documentation and renaming for clarity. * bump previous version in CI. * fix API usage of Util module. * Add issue 1079 test cases. * forgot to add new test cases file. * remove commented-out lines by request of RefC author. * Use a SortedSet instead of nubbing a list. * update new case tree import. * Update src/Core/Case/Util.idr Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org> * remove function with nothing to offer above and beyond a differently named copy of the same code. * replace a large tuple with a record; discover not all of the tuple's fields were needed. * fix shadowing warning. Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org>
2021-10-02 14:55:21 +03:00
Add testing utilities script
2023-08-29 13:47:42 +03:00
check DefaultCases.idr
check Issue1079.idr
Reference in New Issue
Copy Permalink