Commit Graph

21787 Commits

Author SHA1 Message Date
Richard Feldman
9bd5351970
Make mobile-friendly breakpoint smaller 2022-11-28 17:08:35 -05:00
Richard Feldman
08957b291b
Different comment colors on dark mode 2022-11-28 16:58:58 -05:00
Richard Feldman
8764836c18
Use font-size: 16px on mobile 2022-11-28 16:54:28 -05:00
Richard Feldman
8688674013
Revise styles on mobile tutorial contents toggle 2022-11-28 16:48:52 -05:00
Richard Feldman
030a7f87a2
Revert "Add white-space:nowrap to <code> tags"
This reverts commit 883daf9fa7.
2022-11-28 16:25:15 -05:00
Richard Feldman
930ae96514
Fix some comment styling 2022-11-28 16:23:20 -05:00
Richard Feldman
21cf221f27
Revert body bg and header colors 2022-11-28 16:22:38 -05:00
Richard Feldman
4772bf960d
Give comments a more reasonable color 2022-11-28 16:22:29 -05:00
Richard Feldman
883daf9fa7
Add white-space:nowrap to <code> tags 2022-11-28 16:22:15 -05:00
Richard Feldman
a667648fc8
Merge pull request #4624 from georgesboris/main
fix: tutorial on mobile
2022-11-28 15:45:31 -05:00
Anton-4
f24d7500b9
Merge pull request #4623 from roc-lang/update_tutorial
update tutorial, cleanup
2022-11-28 21:45:03 +01:00
Anton-4
f91523baa9
update tutorial, cleanup 2022-11-28 20:13:39 +01:00
Georges Boris
195a9bbfa1
fix: tutorial on mobile 2022-11-28 16:11:15 -03:00
Anton-4
963eb9f2c1
Merge pull request #4620 from roc-lang/metadata_fix
change matadata filename based on target
2022-11-28 19:19:40 +01:00
Richard Feldman
c1a75a57f1
Merge pull request #4592 from roc-lang/collections_refactor
Refactor collection_trailing_sep_e
2022-11-28 11:14:30 -05:00
Ayaz
113c8cd7d7
Merge pull request #4613 from roc-lang/migrate_reporting_tests
Allow migrating reporting tests to failing parse tests
2022-11-28 09:59:01 -06:00
Anton-4
91266a03c6
change matadata filename based on target 2022-11-28 15:18:15 +01:00
Richard Feldman
5570fe4108
Fix relative URLs in packages/basic-cli/
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2022-11-27 23:00:14 -05:00
Brian Carroll
5e9fc9c455
Merge pull request #4617 from roc-lang/wasm_interp_call_indirect
wasm_interp: indirect_call
2022-11-27 23:26:56 +00:00
Brian Carroll
9e7a92574d
wasm_interp: don't give Signature the Clone trait just for a test! 2022-11-27 20:34:03 +00:00
Brian Carroll
8ff843261a
clippy 2022-11-27 19:40:09 +00:00
Brian Carroll
c2fb626c17
wasm_interp: implement indirect_call 2022-11-27 18:56:09 +00:00
Richard Feldman
468be47da2
Merge pull request #4614 from roc-lang/tutorial-basic-cli
Use `basic-cli` in tutorial
2022-11-27 01:57:40 -05:00
Richard Feldman
11e2e20daa
Make destination dir for basic-cli package 2022-11-27 00:55:17 -05:00
Joshua Warner
a3071a8aea
Allow migrating reporting tests to failing parse tests 2022-11-26 17:34:50 -08:00
Richard Feldman
1183e25b9a
fix typo
Co-authored-by: Ghislain Guiot <gt.ghislain@gmail.com>
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2022-11-26 19:04:48 -05:00
Richard Feldman
d949a918e4
Use false interpreter in type mismatch test 2022-11-26 19:04:35 -05:00
Richard Feldman
956d3d1462
basic-cli docs --> roc-lang.org/packages/basic-cli 2022-11-26 19:04:35 -05:00
Richard Feldman
d3f39400b6
Remove downloaded-basic-cli once we're done 2022-11-26 19:04:35 -05:00
Richard Feldman
d4a23cbb18
Build CLI docs from the basic-cli repo 2022-11-26 19:04:35 -05:00
Richard Feldman
bdc61b7fd9
Link to basic-cli in the README for cli examples 2022-11-26 19:04:34 -05:00
Richard Feldman
df8c0d9edd
Update tutorial to use basic-cli URLs 2022-11-26 19:04:34 -05:00
Richard Feldman
bb89344eaa
Merge pull request #4562 from roc-lang/https-packages
URL-based packages
2022-11-26 15:50:09 -05:00
Folkert de Vries
e8d8ce3b08
Merge pull request #4610 from roc-lang/wasm_interp_blocks
Wasm interp branching
2022-11-26 20:52:51 +01:00
Joshua Warner
451b2c0ded
Refactor collections 2022-11-26 09:55:54 -08:00
Brian Carroll
acb871abeb
wasm_interp: fix implicit return for calls inside blocks 2022-11-26 16:23:48 +00:00
Brian Carroll
82aa126353
gen_wasm: improve a code comment 2022-11-26 15:38:48 +00:00
Richard Feldman
32d9c6d875
Fix a comment 2022-11-26 09:08:24 -05:00
Richard Feldman
2409399ff3
Don't even compile https stuff in wasm! 2022-11-26 08:53:31 -05:00
Richard Feldman
b9074f0cfa
Avoid unused import warning on wasm tests 2022-11-26 08:47:21 -05:00
Richard Feldman
10e043c748
Fix an unused warning on wasm tests 2022-11-26 08:36:45 -05:00
Richard Feldman
dd24cd7f4f
Add wasm32-wasi to targets in rust-toolchian.toml 2022-11-26 08:20:18 -05:00
Brian Carroll
df972a4567
wasm_interp: remove unnecessary and confusing ELSE check 2022-11-26 12:01:37 +00:00
Brian Carroll
0009e65d93
clippy 2022-11-26 11:01:12 +00:00
Brian Carroll
c7de45a316
Merge branch 'main' of github.com:roc-lang/roc into wasm_interp_blocks 2022-11-26 10:59:48 +00:00
Brian Carroll
3346ef9c9c
wasm_interp: Don't need to store block depth in CallStack any more 2022-11-26 10:58:16 +00:00
Brian Carroll
0bd1bced68
wasm_interp: implement loop 2022-11-26 10:47:16 +00:00
Brian Carroll
c55cedd279
wasm_interp: implement i32.lt_s 2022-11-26 10:12:47 +00:00
Brian Carroll
82e8c89045
wasm_interp: test for if/else 2022-11-26 09:36:49 +00:00
Brian Carroll
a09fd95fd7
wasm_interp: pass arguments from CLI 2022-11-26 09:10:35 +00:00