Folkert
|
73e6128ce3
|
parse multi-backtracking
|
2021-03-19 00:10:02 +01:00 |
|
Folkert
|
74388e8cc8
|
fix mono tests
|
2021-03-03 23:14:31 +01:00 |
|
Folkert
|
9a8285386f
|
fix mono test
|
2021-02-19 22:25:11 +01:00 |
|
Folkert
|
2200a930f9
|
fix Deriv
|
2021-02-18 21:57:07 +01:00 |
|
Folkert
|
e6ec85eeba
|
revert mono tests
|
2021-02-17 01:05:03 +01:00 |
|
Folkert
|
80736f93b9
|
fix mono tests
|
2021-02-17 00:48:37 +01:00 |
|
Folkert
|
b114ca80b4
|
fix test
|
2021-02-14 16:19:04 +01:00 |
|
Folkert
|
0f53665afa
|
fix tests
|
2021-02-13 02:37:41 +01:00 |
|
Chadtech
|
69fcbf70ea
|
Merge branch 'trunk' into dict
|
2021-01-31 15:46:22 -05:00 |
|
Folkert
|
f3385aceec
|
fix overflow for large list literals
|
2021-01-29 16:20:49 +01:00 |
|
Folkert
|
55eff1dba1
|
fix oversights
|
2021-01-28 15:32:22 +01:00 |
|
Folkert
|
0166a4d915
|
fix test hanging forever
|
2021-01-25 13:20:40 +01:00 |
|
Chadtech
|
171e0358f3
|
Mono and can tests for Dict.len Dict.empty
|
2021-01-24 14:43:08 -05:00 |
|
Chadtech
|
609bb21fad
|
Merge branch 'trunk' of github.com:rtfeldman/roc into dict
|
2021-01-21 22:46:47 -05:00 |
|
Chadtech
|
a46a7ef06a
|
builtin_defs_map passed in explicitly in many places that want to monomorphize, so that we can use a new test_builtin_defs in tests. Hash test works
|
2021-01-18 22:38:51 -05:00 |
|
Folkert
|
b8b79f86d9
|
fix mono tests
|
2021-01-18 22:26:11 +01:00 |
|
Folkert
|
ab6cb7ac93
|
pass stdlib by reference
|
2021-01-14 16:49:55 +01:00 |
|
Folkert
|
96f6b9a6f6
|
fix mono tests
|
2021-01-11 00:26:14 +01:00 |
|
rvcas
|
565cf21e1e
|
fix(tests): need to adjust tests after changing builtin function types
|
2021-01-05 09:18:24 -05:00 |
|
rvcas
|
b34436e5cb
|
Merge branch 'trunk' into int_a_float_a
|
2021-01-04 09:53:45 -05:00 |
|
rvcas
|
a123bfa3ee
|
fix: tests compile and repl_eval
|
2021-01-04 09:46:10 -05:00 |
|
Folkert
|
6e0f57d7eb
|
make invoke work
|
2021-01-02 00:55:09 +01:00 |
|
Folkert
|
728298d15a
|
automatic clippy fixes
|
2021-01-01 00:05:45 +01:00 |
|
Richard Feldman
|
8937a5d872
|
Fix test_mono tests
|
2020-12-30 08:20:47 -05:00 |
|
Richard Feldman
|
c789885499
|
Merge remote-tracking branch 'origin/trunk' into add-builtin-num-aliases
|
2020-12-13 18:49:00 -05:00 |
|
Folkert
|
84421ad06d
|
fix bug in closure argument unpacking
|
2020-12-10 20:45:59 +01:00 |
|
rvcas
|
4987721154
|
feat(Num): rename Num.Int to Num.I64
|
2020-12-07 19:17:20 -05:00 |
|
Richard Feldman
|
2485774184
|
Fix test_mono tests
|
2020-12-04 07:47:01 -05:00 |
|
Folkert
|
7f83d9d3a0
|
fix mono tests, again
|
2020-11-25 20:06:53 +01:00 |
|
Folkert
|
0d15f92f00
|
fix mono tests
|
2020-11-25 19:43:57 +01:00 |
|
Folkert
|
1e4f0e8b07
|
correct alignment in records!
|
2020-11-24 21:28:53 +01:00 |
|
Richard Feldman
|
9de8ebe8e0
|
Fix test_mono
|
2020-11-23 00:33:56 -05:00 |
|
Folkert
|
51f54efcee
|
fix mono tests
|
2020-11-17 02:40:21 +01:00 |
|
Folkert
|
0dde6da77d
|
fix mono test
|
2020-11-14 03:00:20 +01:00 |
|
Folkert
|
859656f02d
|
fix mono tests
|
2020-11-13 23:24:13 +01:00 |
|
Folkert
|
70cba33fe4
|
fix bug in decision_tree
|
2020-11-13 01:39:39 +01:00 |
|
Folkert
|
2d9f81ec9b
|
fix mono error
|
2020-11-09 00:22:16 +01:00 |
|
Folkert
|
2cf7a9fe42
|
fix tests
|
2020-11-03 20:13:38 +01:00 |
|
Folkert
|
212f8b4d50
|
change test runners to use new error reporting stuff
|
2020-11-03 19:36:02 +01:00 |
|
Folkert
|
5017a456be
|
for now, allow work to be done twice
the scheduler can request that the same file is parsed/canonicalized/etc twice
we need to find a good solution so that no work is repeated
|
2020-10-30 21:57:54 +01:00 |
|
Richard Feldman
|
b1d2e87401
|
Use assert_eq over assert
|
2020-10-28 20:33:42 -04:00 |
|
Richard Feldman
|
5a2ba77406
|
Drop redundant #[test] annotation
|
2020-10-25 21:45:34 -04:00 |
|
Richard Feldman
|
793a1462e9
|
Run more assertions in test_mono
|
2020-10-25 21:45:34 -04:00 |
|
Folkert
|
1953f563f7
|
add mono tests
|
2020-10-21 12:38:11 +02:00 |
|
Folkert
|
894f7de009
|
changes to closure parameter rank
|
2020-10-18 23:37:21 +02:00 |
|
Folkert
|
1708484eb5
|
fix mono tests
|
2020-10-17 02:39:44 +02:00 |
|
Folkert
|
defa408e83
|
clippy fixes
|
2020-10-17 00:40:01 +02:00 |
|
Folkert
|
40ffca2b7b
|
IT WORKS
|
2020-10-16 00:18:40 +02:00 |
|
Folkert
|
f6106166f1
|
fix bug with nested lets
|
2020-10-14 00:32:58 +02:00 |
|
Folkert
|
edc0717a7d
|
specialize rigids
|
2020-10-12 23:58:39 +02:00 |
|