Commit Graph

5095 Commits

Author SHA1 Message Date
Folkert de Vries
91d9d5c79f
Merge pull request #696 from rtfeldman/recursive-tag-segfault
Recursive tag segfault
2020-11-17 14:59:29 +01:00
Anton-4
5a8d665a82 gen fix for move of layout_id to roc_mono 2020-11-17 10:17:57 +01:00
Anton-4
0323dc0b3e
Merge pull request #697 from Anton-4/refactor-repl
Move repl refactor from personal fork to branch on main repo
2020-11-17 09:50:47 +01:00
Anton-4
d8f720a92f renamed repl function 2020-11-17 09:48:19 +01:00
Anton-4
48992ac9b4
Merge branch 'trunk' into refactor-repl 2020-11-17 09:25:13 +01:00
Richard Feldman
077ee4382f
Merge branch 'trunk' into recursive-tag-segfault 2020-11-16 22:46:20 -05:00
Richard Feldman
62e9a1d6ea
Merge pull request #695 from rtfeldman/upgrade-inkwell-10.0.release3
upgrade inkwell
2020-11-16 21:39:58 -05:00
Folkert
c11d97f3e7 Merge remote-tracking branch 'origin/trunk' into recursive-tag-segfault 2020-11-17 02:52:13 +01:00
Folkert
51f54efcee fix mono tests 2020-11-17 02:40:21 +01:00
Folkert
2082d6e57f add alignment_bytes 2020-11-17 02:33:17 +01:00
Folkert
b6d46bb6f9 add another failing test case 2020-11-17 02:30:59 +01:00
Folkert
bc74af1bd4 add assert that should pass, but doesn't always 2020-11-17 02:26:53 +01:00
Folkert
4dc58b8107 free pointers 2020-11-17 02:21:55 +01:00
Folkert
8f49b1afaa re-enable RBTree.balance test 2020-11-17 02:13:40 +01:00
Folkert
8528e5affb upgrade inkwell 2020-11-17 01:58:30 +01:00
Chad Stearns
797b5a3053 Extra count graphemes test for three Js 2020-11-16 15:45:53 -05:00
Anton-4
321eb5c690 Fix merge conflicts 2020-11-16 11:58:25 +01:00
Chad Stearns
222d56f67b Use ROC_STR_MEM_SIZE in more tests 2020-11-16 04:33:01 -05:00
Chad Stearns
d0aaf9c47f Use ROC_STR_MEM_SIZE in more tests 2020-11-16 03:07:10 -05:00
Chad Stearns
1b2022ab5c Isolate 20 char delimiter test 2020-11-16 02:54:20 -05:00
Chad Stearns
a9f8258f0a Extra str.zig test (but the tests cannot be ran right now) 2020-11-16 02:06:10 -05:00
Chad Stearns
a3720e6c3d Fixed algorithm problem in Str.split, that would drop the final str in the return list if it was empty 2020-11-16 02:04:55 -05:00
Chad Stearns
7b488d0970 Applied ROC_STR_MEM_SIZE to more tests 2020-11-15 23:22:13 -05:00
Chad Stearns
d3da25131c In small_str test helper function, dont use the hard coded value of 16, use the actual size of the RocStr memory footprint 2020-11-15 21:36:16 -05:00
Folkert
9ac1491647 add test that fails because of a rigid problem 2020-11-16 02:19:07 +01:00
Folkert
93b6315f46 fix pattern match test ordering problem 2020-11-16 02:18:18 +01:00
Chad Stearns
2bc1e73042 Merge branch 'trunk' of github.com:rtfeldman/roc into str-split-small-str 2020-11-15 19:25:09 -05:00
Chad Stearns
1c9851ec4e Comment in newly working tests, comment out new tests that should work but dont 2020-11-15 19:24:35 -05:00
Chad Stearns
8b0957a424 Fix and clean up zig small str init 2020-11-15 19:24:13 -05:00
Lucas
0fd184392f
Merge pull request #694 from rtfeldman/rvcas/list_sum
Add sum function to List
2020-11-15 18:55:09 -05:00
rvcas
679bef1f9d fix(link): use a more generic macos sdk path for ld 2020-11-15 13:13:06 -05:00
rvcas
424036fe0a chore: remove x from .gitignore 2020-11-15 12:37:55 -05:00
rvcas
84c49040b2 feat(List): redudant mapping of Symbol::LIST_SUM 2020-11-15 12:34:58 -05:00
Richard Feldman
0ad3ffe35a
Merge branch 'trunk' into rvcas/list_sum 2020-11-15 12:13:46 -05:00
Richard Feldman
346248a7c0
Merge pull request #692 from rtfeldman/refactor-layout
Extract LayoutIds from roc_gen to roc_mono::layout
2020-11-15 12:04:43 -05:00
Richard Feldman
eff966165d
Merge pull request #691 from rtfeldman/trailing-comma-comments-record
Format final comments in records
2020-11-15 11:59:31 -05:00
rvcas
1c8bb74268 feat(List): add sum builtin 2020-11-15 11:08:27 -05:00
Richard Feldman
71b841c445
Merge branch 'trunk' into trailing-comma-comments-record 2020-11-15 08:25:25 -05:00
Richard Feldman
a55f30e512
Merge pull request #684 from rtfeldman/big-nested-pattern-match
pattern matching fixes
2020-11-15 08:24:31 -05:00
Sébastien Besnier
805b54409a appease clippy 2020-11-15 12:45:20 +01:00
Sébastien Besnier
1d44f7fef8 force comments to start with a space 2020-11-15 10:45:51 +01:00
Sébastien Besnier
c4bc98a81f remove fmt_condition_spaces in favor of fmt_comments_only 2020-11-15 10:36:50 +01:00
Sébastien Besnier
25192fca10 make fmt_comments_only more general 2020-11-15 10:26:14 +01:00
Sébastien Besnier
bc203371be refactor fmt_final_comments to be more generic 2020-11-15 09:57:29 +01:00
Chad Stearns
4ac5d5ffd5 Non-functional, but apparently complete small str initialization for Zig RocStr 2020-11-15 03:48:36 -05:00
Sébastien Besnier
74dde77003 refactor use of fmt_comment 2020-11-15 09:17:31 +01:00
Sébastien Besnier
93b7ac5b0c remove duplicated is_comment function 2020-11-15 09:01:24 +01:00
Folkert
a952d24370 comment another test 2020-11-15 03:03:52 +01:00
Brendan Hansknecht
2204ee82d5 Extract LayoutIds from roc_gen to roc_mono::layout 2020-11-14 17:48:04 -08:00
Folkert
f8bfd9a9f4 clippy 2020-11-15 02:15:48 +01:00