Carp/test
2020-04-24 11:04:01 +02:00
..
output eval: make tests work 2020-04-17 11:56:03 +02:00
args.carp test: fix args test for windows (again) 2020-04-03 23:01:20 +02:00
array.carp Restore test. 2020-04-06 10:15:42 +02:00
binary.carp Move Byte Order type outside of the Binary module 2020-03-20 19:02:55 -04:00
byte_math.carp core: add a byte type 2019-11-01 10:52:34 +01:00
char.carp core: add Char.alpha?, Char.num?, and Char.alphanum? 2019-03-06 16:35:37 +01:00
check.sh Make scripts nix-aware. 2019-09-20 23:39:04 +02:00
control_flow.carp Fix all nth usage 2019-10-31 06:23:23 -03:00
double_math.carp core: add Float.from-string and Double.from-string 2020-01-29 11:41:06 +01:00
execute.sh array templates: use memcpy if members aren’t managed 2020-02-07 13:10:35 +01:00
filepath.carp The '(load)' command will work relative to the file containing it, if 2019-03-22 20:33:06 +01:00
fixture_file.txt dynamic: add read-file 2019-05-14 13:51:27 -04:00
fixture_foo.h tests: add regression tests for #288 2018-09-18 16:47:16 +02:00
float_math.carp core: add Float.from-string and Double.from-string 2020-01-29 11:41:06 +01:00
format.carp test: use deftest everywhere 2018-11-08 07:16:52 +01:00
generics.carp test: add generics 2020-01-28 21:32:15 +01:00
heap.carp Bug #343 Fixing off-by-one in Heap parent function. 2018-12-07 13:33:37 +11:00
init_global.carp Fix all nth usage 2019-10-31 06:23:23 -03:00
int8.carp Fixes StdInt.carp load in tests 2020-04-04 13:21:23 +01:00
int16.carp Fixes StdInt.carp load in tests 2020-04-04 13:21:23 +01:00
int32.carp Fixes StdInt.carp load in tests 2020-04-04 13:21:23 +01:00
int64.carp Fixes StdInt.carp load in tests 2020-04-04 13:21:23 +01:00
int_math.carp fix Map and Set behaviour for negative hash values 2018-12-01 18:01:02 +02:00
io.carp core: add IO.getenv 2020-01-25 14:23:14 +01:00
long_math.carp core: fix Long_copy 2018-12-09 18:07:19 +02:00
macros.carp Fix macros test; add test for zip 2020-04-20 11:24:04 -04:00
map.carp core: make map’s higher order functions non-owning 2019-05-27 18:42:25 +02:00
maybe.carp core: make Maybe.apply take function ref 2020-01-25 14:08:37 +01:00
memory.carp core: make subarry/substring slice 2020-02-11 09:09:30 +01:00
nested.carp Substitute /= interface by a generic. 2019-09-20 23:49:20 +02:00
pattern.carp pattern: fix captures, add split and global-match-str 2020-02-09 13:42:39 +01:00
pointer.carp Adds fn Pointer.to-value to get a value out of Ptr 2020-04-10 11:44:27 +01:00
random.carp test: use deftest everywhere 2018-11-08 07:16:52 +01:00
record.sh tests: add test script recording 2018-04-10 12:34:36 +02:00
recursion.carp test: use deftest everywhere 2018-11-08 07:16:52 +01:00
regression.carp Add and update tests for open-file 2019-11-08 17:20:05 -07:00
reload.carp test: use deftest everywhere 2018-11-08 07:16:52 +01:00
result.carp core: add Result.map-error 2020-01-22 12:36:03 +01:00
safe_arithmetic.carp test: remove safe arithmetic on windows 2020-04-24 11:04:01 +02:00
short_circuiting.carp test: use deftest everywhere 2018-11-08 07:16:52 +01:00
sort.carp core: add sort flavors with custom comparators 2018-11-13 11:11:21 +01:00
Spec.hs stack test should run now, disabled a single failing test that needs fixing. 2020-04-06 10:13:21 +02:00
statistics.carp Fix all nth usage 2019-10-31 06:23:23 -03:00
string.carp core: make subarry/substring slice 2020-02-11 09:09:30 +01:00
system.carp Add and update tests for open-file 2019-11-08 17:20:05 -07:00
tuples.carp core: add Pair.reverse and Map.reverse 2019-05-05 11:49:30 +02:00
uint8.carp Fixes StdInt.carp load in tests 2020-04-04 13:21:23 +01:00
uint16.carp Fixes StdInt.carp load in tests 2020-04-04 13:21:23 +01:00
uint32.carp Fixes StdInt.carp load in tests 2020-04-04 13:21:23 +01:00
uint64.carp Fixes StdInt.carp load in tests 2020-04-04 13:21:23 +01:00
unsafe.carp Adds fn Unsafe.leak that prevents destructor from being run on a value 2020-04-10 14:56:20 +01:00
vector2.carp Working on generics. 2019-09-08 13:02:04 +02:00
vector3.carp Working on generics. 2019-09-08 13:02:04 +02:00
vectorn.carp Working on generics. 2019-09-08 13:02:04 +02:00