Folkert
|
169e34b583
|
fix parser problem in Dict.roc
|
2021-03-23 16:15:56 +01:00 |
|
Folkert
|
4418a99c89
|
include header in fatal parse errors
|
2021-03-23 16:14:20 +01:00 |
|
Folkert
|
e3b65b1ce0
|
Merge remote-tracking branch 'origin/trunk' into import-builtin-mod
|
2021-03-23 15:40:27 +01:00 |
|
Folkert
|
9a4518ce6b
|
test for missing files
|
2021-03-23 15:38:36 +01:00 |
|
Folkert
|
4f8f2e01dc
|
more refactor
|
2021-03-23 14:45:06 +01:00 |
|
Folkert
|
589b579689
|
refactor
|
2021-03-23 14:31:35 +01:00 |
|
Richard Feldman
|
a8168a8022
|
Merge branch 'trunk' into repl-docs
|
2021-03-22 19:53:01 -04:00 |
|
rvcas
|
eb4a6109d6
|
tests(solve_expr): try a mismatch
|
2021-03-22 11:25:51 -04:00 |
|
Folkert
|
55cb780249
|
don't clone Layout
|
2021-03-22 14:08:48 +01:00 |
|
Folkert
|
fa013e7d01
|
make layout Copy
|
2021-03-22 13:21:30 +01:00 |
|
Folkert
|
2fce825366
|
pass by reference
|
2021-03-22 13:18:16 +01:00 |
|
Folkert
|
e042c73aff
|
clippy
|
2021-03-22 13:13:10 +01:00 |
|
Folkert
|
ca9048ee17
|
cleanup
|
2021-03-22 13:10:38 +01:00 |
|
Folkert
|
addf130be5
|
optimize Path
|
2021-03-22 13:09:56 +01:00 |
|
Folkert
|
fdebfa6b3f
|
cloning
|
2021-03-22 11:58:13 +01:00 |
|
Chadtech
|
40006bfe24
|
Merge branch 'trunk' into repl-docs
|
2021-03-22 00:57:13 -04:00 |
|
rvcas
|
91d98d2463
|
Merge branch 'trunk' into applied_tag_functions
|
2021-03-22 00:56:42 -04:00 |
|
rvcas
|
b806df1b92
|
tests(solve_expr): add some comments so know which branch
|
2021-03-22 00:55:39 -04:00 |
|
Chadtech
|
e6d900b978
|
Vertical List.roc exports
|
2021-03-22 00:55:05 -04:00 |
|
Chadtech
|
35c7bb7a5a
|
Correct errors in List.roc
|
2021-03-22 00:54:42 -04:00 |
|
rvcas
|
b063b45481
|
feat(unify): we were actually hitting the second case but desc now comes from first
|
2021-03-22 00:50:03 -04:00 |
|
Folkert
|
41e61ba38a
|
Subs efficiency
|
2021-03-22 02:04:59 +01:00 |
|
Folkert
|
7bb367713c
|
Merge remote-tracking branch 'origin/trunk' into ir-cleanup
|
2021-03-22 00:35:00 +01:00 |
|
Richard Feldman
|
e1c70fddec
|
Merge pull request #1093 from rtfeldman/type-identifier-messages
Type identifier messages
|
2021-03-21 19:20:18 -04:00 |
|
Folkert
|
5bbea3510f
|
fix tab case
|
2021-03-21 23:42:34 +01:00 |
|
Folkert
|
03a90faa37
|
clippy
|
2021-03-21 22:53:05 +01:00 |
|
Folkert
|
b681923270
|
report malformed type names in annotations
|
2021-03-21 22:52:23 +01:00 |
|
Folkert
|
ef211ce49a
|
clippy
|
2021-03-21 22:15:47 +01:00 |
|
Folkert
|
f3318fbc2f
|
more Copy
|
2021-03-21 21:38:11 +01:00 |
|
Folkert
|
ce98da9d04
|
remove Nested from Def
|
2021-03-21 21:14:32 +01:00 |
|
Folkert
|
52854a6f57
|
make Def and TypeAnnotation Copy
|
2021-03-21 21:08:16 +01:00 |
|
Folkert
|
f3fc9f450f
|
make ast::Expr Copy
|
2021-03-21 21:05:36 +01:00 |
|
Folkert
|
2827af7e59
|
remove Nested from pattern
|
2021-03-21 21:03:37 +01:00 |
|
Folkert
|
197835b6ed
|
remove nested in expr
|
2021-03-21 20:56:18 +01:00 |
|
Folkert
|
19f05c9db8
|
remove old code
|
2021-03-21 20:55:07 +01:00 |
|
rvcas
|
eff822f48f
|
feat(unify): more tests and some new ones fail
|
2021-03-21 12:22:42 -04:00 |
|
Folkert
|
92a66bac1f
|
add failing pattern test case
|
2021-03-21 15:54:47 +01:00 |
|
Folkert
|
8d80dc97c8
|
better error message for type start
|
2021-03-21 15:50:32 +01:00 |
|
rvcas
|
36ec1a0f56
|
feat(unify): clippy warnings
|
2021-03-21 00:38:00 -04:00 |
|
rvcas
|
3098bcf61d
|
feat(unify): Func, TagUnion add the other way
|
2021-03-21 00:28:52 -04:00 |
|
rvcas
|
7f7386c639
|
feat(unify): basic tag functions seem to work
|
2021-03-21 00:17:20 -04:00 |
|
rvcas
|
1ca7172a4d
|
Merge branch 'trunk' into applied_tag_functions
|
2021-03-20 23:43:30 -04:00 |
|
Folkert
|
60a6463730
|
Merge remote-tracking branch 'origin/trunk' into binop-improvements
|
2021-03-21 00:27:38 +01:00 |
|
Folkert
|
165a2d83ff
|
cleanup
|
2021-03-21 00:24:58 +01:00 |
|
Folkert
|
8b8afec50e
|
remove allocation
|
2021-03-20 23:51:55 +01:00 |
|
Folkert
|
03fab9297c
|
shrink stack size usage for parse Expr
|
2021-03-20 23:37:36 +01:00 |
|
Folkert
|
1871697b0f
|
remove BinOp variant
|
2021-03-20 23:01:12 +01:00 |
|
Folkert
|
ad40609d44
|
cleanup
|
2021-03-20 22:36:08 +01:00 |
|
Folkert
|
6122b0650b
|
format binops
|
2021-03-20 22:29:02 +01:00 |
|
Folkert
|
dd5e13ae25
|
update tests
|
2021-03-20 22:12:35 +01:00 |
|