Commit graph

23468 commits

Author SHA1 Message Date
Anton-4
8c36be5330
Merge pull request #4724 from roc-lang/nightly_testing
test more platform switching examples of nightly releases
2022-12-10 12:07:27 +01:00
Anton-4
9080620b26
Merge branch 'main' into nightly_testing
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-10 12:07:16 +01:00
Anton-4
4df317cbd9
Merge pull request #4722 from roc-lang/update_tutorial_macos
macos and release updates
2022-12-10 11:59:47 +01:00
Richard Feldman
68e6bfcd2a
clippy 2022-12-10 01:49:18 -05:00
Richard Feldman
66f393e30a
Fix a mistake from merge of main 2022-12-10 01:48:38 -05:00
Richard Feldman
75891f6755
fixup! Merge remote-tracking branch 'origin/main' into refactor-platform-info 2022-12-10 01:45:31 -05:00
Richard Feldman
222e0193a3
Don't give packages names 2022-12-10 01:43:53 -05:00
Richard Feldman
e3687935a3
Merge remote-tracking branch 'origin/main' into refactor-platform-info 2022-12-09 22:21:25 -05:00
Richard Feldman
63e9f5da8c
Go back to old opt_main_for_host 2022-12-09 22:18:52 -05:00
Richard Feldman
f1d6a21ed9
Use basic-cli 0.1.3 in tutorial
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2022-12-09 21:30:18 -05:00
Richard Feldman
f34a558c41
Merge pull request #4659 from roc-lang/expect-print-values
Expect print values
2022-12-09 21:24:28 -05:00
Brian Carroll
deab384d02
test_gen: u64 is not always the same size as a pointer, guys, jeez 2022-12-10 00:52:23 +00:00
Brian Carroll
ed18bf7709
wasm_interp: rename ValueStack::len -> depth 2022-12-10 00:52:23 +00:00
Brian Carroll
76341c7611
wasm_interp: truncate ValueStack on leaving a block 2022-12-10 00:52:23 +00:00
Brian Carroll
612c258e35
wasm_interp: simplify CallStack for easier debugging 2022-12-10 00:52:23 +00:00
Brian Carroll
18e9051760
wasm_interp: fix a bug in implicit return 2022-12-10 00:52:23 +00:00
Brian Carroll
90449f45f3
test_gen: get some tests working with roc_wasm_interp 2022-12-10 00:52:23 +00:00
Brian Carroll
8c7d9dbff8
wasm_interp: Make ValueStack a dumb Vec<Value> => Zig test 146.3->124.6ms 2022-12-09 23:20:50 +00:00
Brian Carroll
1f90286d64
wasm_module: unsafe From<u8> for Opcode takes 6% off Zig test time 2022-12-09 23:20:50 +00:00
Brian Carroll
d43129d578
wasm_interp: code comment about empty implementation of WASI clock functions 2022-12-09 23:20:50 +00:00
Richard Feldman
bff3204727
Include platform provides in exposed 2022-12-09 16:56:00 -05:00
Richard Feldman
ccb6a98f8a
Address unused arg warning 2022-12-09 14:19:26 -05:00
Richard Feldman
29182d8292
Move platform_main_type into provides 2022-12-09 14:19:07 -05:00
Anton-4
d7dcdc69df
back to cron 2022-12-09 19:49:53 +01:00
Anton-4
8681e8b1c1
forgot ZIG_VERSION 2022-12-09 19:39:13 +01:00
Anton-4
4dd9519d74
forgot if 2022-12-09 19:05:36 +01:00
Anton-4
b8cd07f629
zig download fixes 2022-12-09 18:36:53 +01:00
Folkert
1ef27b4bec
fix gen-dev compilation 2022-12-09 18:28:14 +01:00
Anton-4
0ba8180e5e
ditch token header
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 18:27:44 +01:00
Anton-4
5bfcf5f5a7
fix curl
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 17:58:38 +01:00
Anton-4
8bf9675d12
workflow debugging
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 17:52:21 +01:00
Anton-4
7cdb16749d
formatting fix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 17:44:35 +01:00
Anton-4
90e871c8ce
formatting fix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-09 17:11:31 +01:00
Anton-4
637c7638ac
throttling workaround 2022-12-09 17:07:36 +01:00
Anton-4
feab182856
test more platform switching of nightly releases 2022-12-09 16:05:20 +01:00
Folkert
0260182fb4
clippy 2022-12-09 16:03:12 +01:00
Folkert
30ce1ad4bb
cleanup 2022-12-09 15:57:50 +01:00
Folkert
19aa3ade45
fix morphic spec for expect runs in --optimize mode 2022-12-09 15:53:53 +01:00
Richard Feldman
e873139267
Merge pull request #4723 from roc-lang/list-docs-example
Use a better `List.range` example for `step`
2022-12-09 09:17:53 -05:00
Folkert
a72556b927
refactor entry point 2022-12-09 15:10:25 +01:00
Richard Feldman
4583985f33
Use a better List.range example for step 2022-12-09 09:08:38 -05:00
Anton-4
bf37b710b9
macos and release updates 2022-12-09 15:07:00 +01:00
Richard Feldman
6683d59c92
Merge pull request #4720 from roc-lang/fix-toc-close
Close tutorial ToC after clicking a link
2022-12-09 09:03:08 -05:00
Richard Feldman
7d8b9b2323
Fix List.range type annotation bug 2022-12-09 06:53:10 -05:00
Folkert
866b5177cd
Merge remote-tracking branch 'origin/main' into expect-print-values 2022-12-09 09:22:17 +01:00
Folkert de Vries
234f9f54cd
Merge pull request #4714 from roc-lang/expect-dbg-atomics
use atomics for expect/dbg
2022-12-09 09:21:13 +01:00
Richard Feldman
6eef911982
Close the ToC when you press Esc 2022-12-08 22:05:07 -05:00
Richard Feldman
1fc8f1df37
Close tutorial ToC after clicking a link 2022-12-08 22:00:57 -05:00
Folkert
9c72eb5b93
test expects for variables and expressions 2022-12-09 00:04:43 +01:00
Folkert
4b9e64fd7d
Merge branch 'expect-dbg-atomics' into expect-print-values 2022-12-08 23:43:11 +01:00