Commit Graph

27021 Commits

Author SHA1 Message Date
Richard Feldman
26b4fd35d9
Merge pull request #5962 from roc-lang/improve-repl
Add a mini-tutorial to WIP homepage repl
2023-11-06 21:52:08 -05:00
Richard Feldman
c2af6b5622
Add sponsors to homepage and final tutorial link 2023-11-06 21:51:37 -05:00
Richard Feldman
fe293abb01
Make a little repl mini-tutorial 2023-11-06 21:51:28 -05:00
Richard Feldman
cd59b3f594
Add mini-tutorial to homepage repl 2023-11-06 21:51:18 -05:00
Richard Feldman
732e85bb11
Upse npm's http-server; it's much faster 2023-11-06 21:51:01 -05:00
Richard Feldman
9bd10704a3
Update some Num docs 2023-11-06 21:50:20 -05:00
Richard Feldman
67654988f6
Cache rwx logo on github
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2023-11-06 20:30:30 -05:00
Brendan Hansknecht
b0442c342a
Merge pull request #5956 from roc-lang/preprocess-cli
add preprocess host cli option
2023-11-06 11:47:18 -08:00
Richard Feldman
0252a11ad1
Merge pull request #5929 from roc-lang/list-appendif
Add List.appendIfOk and List.prependIfOk
2023-11-06 14:07:11 -05:00
Brendan Hansknecht
2a385839fe
deal with system target 2023-11-06 09:31:22 -08:00
Brendan Hansknecht
6006891889
correct path and add TODO 2023-11-06 09:31:22 -08:00
Brendan Hansknecht
8e86640bd7
add preprocess host cli option 2023-11-06 09:31:22 -08:00
Folkert
abff41c91f
update mono tests 2023-11-06 18:19:34 +01:00
Richard Feldman
e59d4e57c5
Add List.appendIfOk and List.prependIfOk 2023-11-06 18:13:15 +01:00
Folkert de Vries
f0e3d65bc9
Merge pull request #5957 from roc-lang/wasm-remove-vm-stack-storage
Wasm: remove stack machine model
2023-11-06 18:07:29 +01:00
Brian Carroll
a2f4d418bb
Fix Wasm backend compile error in Web REPL build 2023-11-06 08:08:00 +00:00
Richard Feldman
c62555d90d
Merge pull request #5960 from roc-lang/mobile-logo2
Further tweaks for mobile Chrome
2023-11-05 21:22:00 -05:00
Richard Feldman
f30e0ad8d3
Further tweaks for mobile Chrome 2023-11-05 21:21:33 -05:00
Richard Feldman
45e1fcc072
Merge pull request #5959 from roc-lang/mobile-logo
Scoot mobile logo a bit
2023-11-05 21:01:08 -05:00
Richard Feldman
1267e0bf1f
Scoot mobile logo a bit 2023-11-05 21:00:33 -05:00
Richard Feldman
e3df9e0e7f
Merge pull request #5958 from roc-lang/mobile-wrap
More WIP website improvements
2023-11-05 20:39:21 -05:00
Richard Feldman
f86aa5f8b4
Use a svg arrow for the repl 2023-11-05 19:55:55 -05:00
Brian Carroll
eb76ec4e90
Simplify call_import and call 2023-11-05 23:57:37 +00:00
Brian Carroll
10b0357140
Trim load_symbols_for_call 2023-11-05 23:55:26 +00:00
Brian Carroll
87ef10a4e5
Remove unused args from lowlevel helpers 2023-11-05 23:45:29 +00:00
Brian Carroll
84a230a2e5
Remove unused args from call 2023-11-05 23:32:20 +00:00
Brian Carroll
4b0c5fd0c6
Delete pushes and pops for each instruction 2023-11-05 23:20:47 +00:00
Brian Carroll
b5d3af0522
Delete VmBlock, vm_block_stack 2023-11-05 23:20:47 +00:00
Brian Carroll
86a6a3ace5
Delete current_stack, VmSymbolState, stack_is_empty, current_stack 2023-11-05 23:20:46 +00:00
Brian Carroll
664de9b285
Delete verify_stack_match 2023-11-05 23:20:46 +00:00
Brian Carroll
a76c4420fa
CodeBuilder tracks which local variables are set 2023-11-05 23:20:46 +00:00
Brian Carroll
8636299155
Remove redundant pattern match 2023-11-05 23:20:46 +00:00
Brian Carroll
8fe9758460
Remove some stray calls to load_args 2023-11-05 23:20:46 +00:00
Brian Carroll
563ad8f1fb
Delete some unused code from codebuilder and storage 2023-11-05 23:20:46 +00:00
Brian Carroll
5719384ed9
Get rid of VM stack storage 2023-11-05 23:20:46 +00:00
Richard Feldman
e763f1429e
Fix placeholder wrapping issue on mobile 2023-11-05 16:40:58 -05:00
Richard Feldman
8afb88f5a4
Merge pull request #5953 from roc-lang/improve-wip-website
Improve WIP website
2023-11-05 11:39:41 -05:00
Richard Feldman
874e753cd0
Don't focus the repl on mobile 2023-11-04 22:19:52 -04:00
Richard Feldman
65ba4250c5
Merge remote-tracking branch 'origin/main' into improve-wip-website 2023-11-04 22:18:02 -04:00
Richard Feldman
96eef11e31
4-space indent on repl.css 2023-11-04 22:13:25 -04:00
Richard Feldman
91cec7666d
Fix styling inconsistency between Chrome and FF 2023-11-04 22:07:22 -04:00
Richard Feldman
3d8a08c7dd
Remove some missing padding 2023-11-04 20:59:16 -04:00
Anton-4
f803daf4ae
use EXAMPLES_DIR 2023-11-04 19:11:44 +01:00
Anton-4
6ca52e7fea
remove debug changes 2023-11-04 19:09:54 +01:00
Anton-4
ca80e485ee
add trailing slash to path
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-11-04 18:00:50 +01:00
Anton-4
41604d9b24
debugging steps
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-11-04 17:53:05 +01:00
Anton-4
27e5d0d6a8
debugging
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-11-04 17:47:05 +01:00
Anton-4
600924e7f1
use arm64 roc nightly url 2023-11-04 16:26:15 +01:00
Anton-4
3bcdf8587d
don't use testing URL 2023-11-04 16:01:27 +01:00
Anton-4
b7d2e477fe
test basic-cli release and main on arm64 2023-11-04 15:58:32 +01:00