Commit Graph

21011 Commits

Author SHA1 Message Date
Richard Feldman
6486591201
Merge pull request #4462 from lukewilliamboswell/rust-docs
Rust docs update #2
2022-11-08 09:35:04 -08:00
Anton-4
a6a2b59a79
Merge branch 'main' of github.com:lukewilliamboswell/roc into rust-docs 2022-11-08 15:57:24 +01:00
Anton-4
9abed3472a
Merge pull request #4487 from roc-lang/fix-truncate-shared
fix "failed to truncate shared file"
2022-11-08 15:54:05 +01:00
Anton-4
48bf8681bc
clippy fix 2022-11-08 13:42:07 +01:00
Anton-4
bb3eed6ae7
fix "failed to truncate shared file"
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-08 13:12:03 +01:00
Folkert de Vries
91c4115980
Merge pull request #4481 from roc-lang/refactor-argv-envp
remove duplication in argv/envp creation
2022-11-07 16:38:27 +01:00
Ayaz
d968dc204b
Merge pull request #4475 from roc-lang/expect-can-fix
Expect canonicalization fix
2022-11-07 09:03:44 -06:00
Anton-4
7702a1c62e
Merge pull request #4329 from roc-lang/editor_launch_fix
editor launch fix + new test
2022-11-07 15:27:22 +01:00
Folkert de Vries
b28a121e9e
Merge pull request #4470 from joshuawarner32/when-refactor
Refactor several parse methods to use more combinators
2022-11-06 16:32:38 +01:00
Ayaz
750ea55d38
Merge pull request #4472 from roc-lang/list-pattern-match-tutorial
Add list pattern matching to tutorial
2022-11-06 09:15:19 -06:00
Anton-4
f87ced7843
Merge pull request #4480 from roc-lang/fix-link-check
check links key was defined twice
2022-11-06 16:14:15 +01:00
Folkert
8be5399ccf
remove duplication in argv/envp creation 2022-11-06 13:13:16 +01:00
Anton-4
25990c3a9b
key was defined twice
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-06 12:48:48 +01:00
Richard Feldman
99b48c3162
Update list pattern matching section of tutorial 2022-11-06 01:42:32 -04:00
Luke Boswell
cec67721e6
merge upstream/main 2022-11-06 09:27:46 +11:00
Luke Boswell
2c2a70b8e7 Merge remote-tracking branch 'upstream/main' into rust-docs 2022-11-06 09:15:57 +11:00
Luke Boswell
d702e391b8
resolve feedback, added compiler stages diagram 2022-11-06 09:15:18 +11:00
Richard Feldman
0a37431f36
Merge pull request #4220 from roc-lang/roc-dev-inline-expects
Roc dev inline expects
2022-11-05 14:54:26 -07:00
Joshua Warner
ac5aa8d8ee
Combine bounds 2022-11-05 17:41:06 -04:00
Folkert
0b3492752f
fix expect not being canonicalized in certain positions 2022-11-05 21:13:50 +01:00
Anton-4
a6890add6a
Merge pull request #4473 from roc-lang/patch-zig-emit-asm
patch flaky emit asm error
2022-11-05 17:59:11 +01:00
Richard Feldman
345393ca80
Merge pull request #4382 from cjduncana/amend-list-docs
Amend `List.walk` documentation with latest syntax
2022-11-05 09:19:33 -07:00
Folkert
2a41f72ad6
remove another duplicate import 2022-11-05 17:11:58 +01:00
Folkert
64584384bf
remove duplicate import 2022-11-05 15:05:40 +01:00
Joshua Warner
5d5b71a083
Refactor several parse methods to use more combinators 2022-11-05 09:44:08 -04:00
Folkert
94cc2971a3
don't use a global on the zig side (surgical linking can't do those yet) 2022-11-05 14:08:19 +01:00
Folkert
92cc120c7f
Merge remote-tracking branch 'origin/main' into roc-dev-inline-expects 2022-11-05 12:21:37 +01:00
Anton-4
79c2484a4d
patch flaky emit asm error
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-11-05 11:55:06 +01:00
Christopher Duncan
4b808100b4
Amend List.walk documentation with latest syntax 2022-11-05 06:16:27 -04:00
Richard Feldman
dc2500aac2
Merge pull request #4419 from roc-lang/repl
REPL improvements
2022-11-05 02:35:26 -07:00
Richard Feldman
a56ed15da9
Merge pull request #4466 from roc-lang/improve-ruby-interop
Ruby interop uses JSON as an intermediary
2022-11-04 23:26:14 -07:00
Richard Feldman
c2004d9779
Fix incomplete when detection in repl 2022-11-05 01:22:26 -04:00
Richard Feldman
c03dc17ab4
Merge remote-tracking branch 'origin/main' into repl 2022-11-05 01:04:44 -04:00
Richard Feldman
d7d9fd3c9a
Add list pattern matching to tutorial 2022-11-05 00:52:58 -04:00
Richard Feldman
6993ed6e75
Merge remote-tracking branch 'origin/main' into improve-ruby-interop 2022-11-04 23:40:55 -04:00
Joshua Warner
5f02ce6092
Merge pull request #4471 from joshuawarner32/fix-test_mono
Fix test_mono
2022-11-04 17:04:55 -07:00
Joshua Warner
d05520d610
Fix test_mono 2022-11-04 18:28:45 -04:00
Richard Feldman
b5b4192b10
Merge branch 'main' into improve-ruby-interop 2022-11-04 17:24:45 -04:00
Richard Feldman
8dfdddbedc
Update mono...for some reason 2022-11-04 17:18:32 -04:00
Richard Feldman
9cf102fcdd
roc format 2022-11-04 15:44:18 -04:00
Richard Feldman
a961dbbe24
Fix ruby interop test 2022-11-04 15:17:28 -04:00
Richard Feldman
589e135de3
Remove some unnecessary macro use 2022-11-04 15:17:03 -04:00
Richard Feldman
dbd130fdb5
Merge remote-tracking branch 'origin/main' into improve-ruby-interop 2022-11-04 15:08:14 -04:00
Anton-4
4a69c8e305
update mono tests 2022-11-04 19:05:58 +01:00
Anton-4
590c61a6fd
Merge branch 'main' of github.com:roc-lang/roc into editor_launch_fix 2022-11-04 15:15:55 +01:00
Anton-4
86d160c819
Merge pull request #4469 from joshuawarner32/fix-CI
Fix CI
2022-11-04 14:54:55 +01:00
Joshua Warner
060a69aed2
Fix CI 2022-11-04 09:47:55 -04:00
Richard Feldman
ed82e80a2b
Drop unnecessary isEq true 2022-11-03 23:16:30 -04:00
Richard Feldman
ee9b62d8ae
Don't use backpassing on List.any 2022-11-03 23:16:28 -04:00
Richard Feldman
d382eb334f
Merge pull request #4307 from cjduncana/list-iterate
Remove `List.iterate` from exported functions
2022-11-03 20:14:36 -07:00