Folkert
|
9790312d4a
|
add some gen tests
|
2020-11-05 13:49:21 +01:00 |
|
Folkert
|
2cf7a9fe42
|
fix tests
|
2020-11-03 20:13:38 +01:00 |
|
Pit Capitain
|
c8e1937ebe
|
Add failing tests for bug in List.walkRight
List.walkRight currently can't handle accumulators that aren't integers,
for example strings or records.
|
2020-10-29 16:29:31 +01:00 |
|
Folkert
|
cbe78593c2
|
add extra pass that further trims down the captured symbols
|
2020-10-17 00:17:55 +02:00 |
|
Folkert
|
752a40a23c
|
fix or ignore gen tests
|
2020-10-16 21:19:25 +02:00 |
|
Folkert
|
7f1dd80392
|
hook up size inference, WIP
|
2020-10-14 22:55:25 +02:00 |
|
Folkert
|
89a1146c19
|
run gen tests as modules
|
2020-10-13 21:45:41 +02:00 |
|
Folkert
|
a0538c815b
|
use RocList in tests
|
2020-09-30 22:13:59 +02:00 |
|
Folkert
|
d46fb7bfb6
|
fix bool tests
|
2020-09-30 21:49:33 +02:00 |
|
Folkert
|
3d46d19585
|
round up malloc, but only sometimes
|
2020-09-30 15:57:53 +02:00 |
|
Folkert
|
95dffad073
|
WIP
|
2020-09-30 15:01:24 +02:00 |
|
Folkert
|
14da3906da
|
wip
|
2020-09-18 01:07:53 +02:00 |
|
Folkert
|
1279999c6c
|
fix how free is called
somehow the previous version compiles passes llvm verification, but hangs when free is actually called
|
2020-09-08 21:30:23 +02:00 |
|
Folkert
|
25cd0a2c02
|
codegen for walkRight
|
2020-09-06 22:03:46 +02:00 |
|
Chad Stearns
|
5d0ec57461
|
List.walkRight definition in unique, std, builtins, etc. No implementation
|
2020-09-06 14:06:08 -04:00 |
|
Chad Stearns
|
d61e0735ec
|
Minor changes to List.keepIf test and commented out a test that doesnt yet work
|
2020-09-05 19:02:44 -04:00 |
|
Chad Stearns
|
ad41d0f26e
|
Nonempty list with always true condition List.keepIf test
|
2020-09-05 02:52:51 -04:00 |
|
Chad Stearns
|
b02f8af37e
|
Complete implementation of List.keepIf, that is currently not passing tests
|
2020-08-30 21:29:14 -04:00 |
|
Chad Stearns
|
8b31419b2c
|
Merge in remote
|
2020-08-30 15:38:43 -04:00 |
|
Chad Stearns
|
d0587fa92c
|
Commented in some quick sort tests
|
2020-08-29 17:46:27 -04:00 |
|
Chad Stearns
|
8547b7de89
|
Commented in first_empty_list_test
|
2020-08-29 17:41:12 -04:00 |
|
Chad Stearns
|
01b3d2cf61
|
broke up list_prepend_tests
|
2020-08-29 17:41:03 -04:00 |
|
Chad Stearns
|
b3ce6041a3
|
Split List.join and List.concat
|
2020-08-29 16:56:35 -04:00 |
|
Chad Stearns
|
195925d993
|
Removed 'main = \_ ->' from List.map tests, since they were to work around a bug, and also split list_map and list_append tests into separate tests
|
2020-08-29 16:30:54 -04:00 |
|
Chad Stearns
|
30046d1ad4
|
basic List.keepIf set definition, but no implementation
|
2020-08-29 15:47:11 -04:00 |
|
Folkert
|
020b6154f9
|
fix passing functions by name
|
2020-08-26 23:34:49 +02:00 |
|
Chad Stearns
|
ddc15fd2ea
|
Added some tests that should work some day
|
2020-08-24 03:35:25 -04:00 |
|
Chad Stearns
|
4ea52c139d
|
List.map implementation
|
2020-08-23 19:35:21 -04:00 |
|
Chad Stearns
|
4d1945d062
|
Put List.map tests under main
|
2020-08-22 19:47:12 -04:00 |
|
Chad Stearns
|
800b99d165
|
Try different List.map unique implementation
|
2020-08-22 19:46:29 -04:00 |
|
Folkert
|
fa5e5ab201
|
back to a working version
|
2020-08-19 23:42:45 +02:00 |
|
Chad Stearns
|
0a725eff3c
|
Base definition of List.map, but not real implementation, and the tests fail
|
2020-08-14 02:10:20 -04:00 |
|
Folkert
|
bdd8751107
|
start work on tail recursion
|
2020-08-12 12:57:20 +02:00 |
|
Folkert
|
8444c1fe6d
|
always implicitly leak memory in tests (never free on the roc side)
|
2020-08-12 01:38:42 +02:00 |
|
Folkert
|
25e96fcade
|
fix stack overflow in inc/dec
|
2020-08-10 22:31:20 +02:00 |
|
Folkert
|
ac6d72d077
|
fix some test failures
|
2020-08-10 21:41:47 +02:00 |
|
Folkert
|
79ea62b9d4
|
make uniqueness change codegen
|
2020-08-10 21:13:57 +02:00 |
|
Richard Feldman
|
d4705f2f98
|
Merge branch 'trunk' into refcount
|
2020-08-08 19:54:10 -04:00 |
|
Folkert
|
078c6df677
|
Merge remote-tracking branch 'origin/trunk' into refcount
|
2020-08-08 22:34:14 +02:00 |
|
Folkert
|
5082d40ff5
|
clean up test imports
|
2020-08-08 21:56:43 +02:00 |
|
Folkert
|
a015dad566
|
hook up list inc/dec
|
2020-08-08 21:42:14 +02:00 |
|
Chad Stearns
|
0e15f75f3b
|
List.join works in all cases
|
2020-08-08 00:33:05 -04:00 |
|
Folkert
|
f31c116f7c
|
fix warnings in test files
|
2020-08-06 21:50:22 +02:00 |
|
Folkert
|
378fe1d5d1
|
phase out old mono stuff
|
2020-08-06 21:05:14 +02:00 |
|
Folkert
|
5ff5def504
|
rename test macros
|
2020-08-06 18:42:28 +02:00 |
|
Chad Stearns
|
910389cef2
|
Fully developed list_join tests
|
2020-08-05 23:24:04 -04:00 |
|
Folkert
|
db0bed2fe7
|
mostly fix issues with patterns/guards/switch/cond
|
2020-08-06 01:09:42 +02:00 |
|
Folkert
|
b22fa7c9cd
|
gen empty list correctly
|
2020-08-05 16:48:06 +02:00 |
|
Folkert
|
4e55a4bf92
|
more pattern matching fidling
|
2020-08-05 16:10:45 +02:00 |
|
Chad Stearns
|
450c36e3c5
|
List.join loops implemented, but not working
|
2020-08-02 15:03:12 -04:00 |
|