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
2024-12-20 18:21:47 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
4c5bfbc95c
Idris2
/
tests
/
refc
/
issue2452
/
run
5 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add testing utilities script
2023-08-29 13:47:42 +03:00
. ../../testutils.sh
[ fix ] Add missing cases for BITS types in `extractInt` e79e4277 ("[ fix ] Make Bits types use int switch statement in RefC") made the RefC backend generate code calling `extractInt` with Bits types, bit did not add the extra cases to `extractInt`. This commit adds the missing cases. Fixes #2452
2022-05-03 13:56:48 +03:00
Add testing utilities script
2023-08-29 13:47:42 +03:00
idris2 --cg refc -o bits_case BitsCase.idr > /dev/null
[ fix ] Add missing cases for BITS types in `extractInt` e79e4277 ("[ fix ] Make Bits types use int switch statement in RefC") made the RefC backend generate code calling `extractInt` with Bits types, bit did not add the extra cases to `extractInt`. This commit adds the missing cases. Fixes #2452
2022-05-03 13:56:48 +03:00
./build/exec/bits_case
Reference in New Issue
Copy Permalink