Commit graph

7719 commits

Author SHA1 Message Date
Chadtech
884651b56e Use include_str! macro 2021-03-25 00:16:28 -04:00
rvcas
9da0193f2c Merge branch 'trunk' into applied_tag_functions 2021-03-24 23:05:44 -04:00
Richard Feldman
a50e2e5b99
Merge pull request #1101 from rtfeldman/import-builtin-mod
Nice file not found message
2021-03-24 20:42:18 -04:00
Richard Feldman
bc99b72832
Merge pull request #1100 from rtfeldman/simpler_caret
simpler caret movement
2021-03-24 18:52:21 -04:00
Folkert
2a0c5c669b fiddling with the when parser 2021-03-24 22:55:01 +01:00
rvcas
f8a6cd6a74 feat(unify): clean up with @folkertdev 2021-03-24 15:37:23 -04:00
rvcas
6aaa12079d tests(test_reporting): properly testing a mismatch for applied tag functions 2021-03-24 15:36:52 -04:00
Anton-4
bcdc4223aa added line-column->node_id mapping, progress on inputting record 2021-03-24 19:50:24 +01:00
rvcas
6009501114 tests(solve_expr): mismatch still not properly being reported 2021-03-23 22:46:48 -04:00
Chadtech
e1bdad16ad tada emoji on build completion 2021-03-23 22:25:42 -04:00
Chadtech
5b07b1c946 Write html assets to build folder, and make sure it exists 2021-03-23 22:25:16 -04:00
Chadtech
bf4b2b823f Put generated docs into generated-docs folder 2021-03-23 22:23:59 -04:00
rvcas
7148522e15 Merge branch 'trunk' into applied_tag_functions 2021-03-23 19:29:03 -04:00
Folkert
dd8bdcb806 show platform header in error messages 2021-03-23 23:00:18 +01:00
Folkert
c9f396b985 test function pattern shadowing error 2021-03-23 22:10:07 +01:00
Folkert
ce435c9437 make zig show runtime errors thrown by roc 2021-03-23 22:01:46 +01:00
Folkert
715ab9ff2e actually blow up on invalid pattern 2021-03-23 22:01:22 +01:00
Anton-4
3feedb9248 do all tree modifications when user presses { 2021-03-23 19:38:42 +01:00
Folkert
d91e810bd8 fix test compilation 2021-03-23 16:34:09 +01:00
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
Anton-4
24775564fa
Merge branch 'trunk' into simpler_caret 2021-03-23 12:27:38 +01:00
Anton-4
01423ff2b7 working caret movement left, right, up, down, home, end 2021-03-23 12:26:17 +01:00
Richard Feldman
2268a1dde3
Merge pull request #1096 from rtfeldman/repl-docs
Repl docs
2021-03-22 21:25:00 -04:00
Richard Feldman
a8168a8022
Merge branch 'trunk' into repl-docs 2021-03-22 19:53:01 -04:00
Richard Feldman
be149e909d
Merge pull request #1098 from rtfeldman/ir-cleanup
make Layout by Copy
2021-03-22 19:51:33 -04:00
Anton-4
6ab71f9ab9 new caret structure progress, renamed BigSelectedText to BigTextArea 2021-03-22 20:13:49 +01: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
0e0ae4c24a Merge branch 'repl-docs' of github.com:rtfeldman/roc into repl-docs 2021-03-22 01:31:33 -04:00
Chadtech
9f5ed5816b Cargo fmt 2021-03-22 01:31:23 -04: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
Chadtech
e38823b52a Delete commented out docs code 2021-03-22 00:54:07 -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
Chadtech
547ec2756d Docs test file 2021-03-21 22:46:16 -04:00
Chadtech
807250f3e3 Moved docs/src/main.rs to docs/src/lib.rs and imported it into the repl. Commented out doc code to avoid it deleting my entire roc project (which happened) 2021-03-21 22:37:39 -04:00