Carp/test
2019-10-30 08:09:18 +01:00
..
output compiler: catch double definitions; fixes #320 2019-05-20 20:06:57 +02:00
args.carp src: fix regression when loading git 2019-10-16 11:21:46 +02:00
array.carp core: remove stringcopy.append 2019-05-27 18:05:44 +02: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 test: use deftest everywhere 2018-11-08 07:16:52 +01:00
double_math.carp test: use deftest everywhere 2018-11-08 07:16:52 +01:00
execute.sh Make scripts nix-aware. 2019-09-20 23:39:04 +02: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 test: use deftest everywhere 2018-11-08 07:16:52 +01:00
format.carp test: use deftest everywhere 2018-11-08 07:16:52 +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 Load 'Debug.carp' by default. 2018-03-13 09:43:08 +01:00
int_math.carp fix Map and Set behaviour for negative hash values 2018-12-01 18:01:02 +02:00
long_math.carp core: fix Long_copy 2018-12-09 18:07:19 +02:00
macros.carp core: add gensym-with 2019-09-09 22:33:56 +02:00
map.carp core: make map’s higher order functions non-owning 2019-05-27 18:42:25 +02:00
maybe.carp Implement get-tag for sum types. 2019-09-11 00:01:36 +02:00
memory.carp Already fixed. 2019-09-17 19:33:59 +02:00
nested.carp Substitute /= interface by a generic. 2019-09-20 23:49:20 +02:00
pattern.carp Merge https://github.com/carp-lang/carp into sumtypes 2019-02-28 14:20:35 +01:00
pointer.carp core: add pointer arithmetic (references #423) 2019-10-30 08:09:18 +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 Regression test for nested lambdas (issue 342) 2019-09-18 10:22:37 +02:00
reload.carp test: use deftest everywhere 2018-11-08 07:16:52 +01:00
result.carp Tests run. 2019-03-26 14:30:00 +01:00
safe_arithmetic.carp test: use deftest everywhere 2018-11-08 07:16:52 +01: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 Fix tests. 2019-06-13 12:36:33 +02:00
statistics.carp The '(load)' command will work relative to the file containing it, if 2019-03-22 20:33:06 +01:00
string.carp core: make String.join take ref (for #562) 2019-09-16 20:22:01 +02:00
tuples.carp core: add Pair.reverse and Map.reverse 2019-05-05 11:49:30 +02: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