Commit Graph

1792 Commits

Author SHA1 Message Date
Anton-4
76005451cc
update to basic-cli 0.8.1 2024-02-02 20:01:20 +01:00
Anton-4
98a9f52d97
Merge pull request #6392 from michaelkpfeifer/support-embedding-parts-of-files-with-static-site-gen-platform
Support embedding parts of files with the static site gen platform
2024-01-31 23:01:45 +01:00
Anton-4
0d26203acd
improve errors, support nested snippets 2024-01-31 18:26:21 +01:00
Michael Pfeifer
b40803da9b
Remove unnecessary empty line 2024-01-29 00:05:06 +01:00
Michael Pfeifer
21db0ae543
Merge branch 'main' into support-embedding-parts-of-files-with-static-site-gen-platform 2024-01-28 22:54:38 +01:00
On vacation
4ee3431428
Merge branch 'main' into rust-1-72-upgrade 2024-01-26 13:39:34 +01:00
Luke Boswell
07ad6bb1f7
replace parser example with URL package 2024-01-23 13:06:25 +11:00
Richard Feldman
2970fc4384
Merge remote-tracking branch 'origin/main' into str-unicode 2024-01-21 12:30:16 -05:00
Michael Pfeifer
f08925736b
Merge branch 'main' into support-embedding-parts-of-files-with-static-site-gen-platform 2024-01-21 15:44:11 +01:00
Richard Feldman
fb82c09ac2
Fix Parser example 2024-01-17 21:53:21 -05:00
Richard Feldman
b48fa0698a
Remove scalars and graphemes from Str 2024-01-17 21:30:34 -05:00
Brendan Hansknecht
260b94b36d
Merge branch 'main' into rust-1-72-upgrade 2024-01-17 14:36:16 -08:00
Michael Pfeifer
74476531cf
Support embedding parts of files with the static site gen platform 2024-01-17 22:34:34 +01:00
Brendan Hansknecht
f9c0d54688
Stop using "rlib"
I don't know if this matters at all, but I don't think we should use "rlib".
The [rust docs](https://doc.rust-lang.org/reference/linkage.html) suggest using "lib" by default.
"lib" probably just aliases to "rlib", but it lets the compiler pick what it wants.
I don't think this will fix anything, but I am half hopeful it will somehow fix #6121.
2024-01-16 22:36:10 -08:00
Brian Teague
60c639b60e
Consolidate gitignore
Keep certain files with no file extension

Keep specific files with no file extension

Delete all gitignore files
2024-01-10 22:16:04 -05:00
Anton-4
578dbf1469
Merge branch 'main' into patch-4 2024-01-05 18:21:05 +01:00
Anton-4
3041da46f3
Merge branch 'main' of github.com:roc-lang/roc into rust-1-72-upgrade 2024-01-01 19:03:17 +01:00
Anton-4
8b21770146
add static-site-gen platform lock 2023-12-30 17:13:26 +01:00
Vladimir Zotov
05938bbf07
Add missing WASI "random_get"
Fixes an error when hello.js is run: "LinkError: WebAssembly.Instance(): Import #2 module="wasi_snapshot_preview1" function="random_get" error: function import requires a callable"

Signed-off-by: Vladimir Zotov <azuresplash@gmail.com>
2023-12-29 09:26:36 +01:00
Anton-4
26f0448a94
rust 1.71.1 -> 1.72.1 2023-12-27 17:27:03 +01:00
Anton-4
52133e2d21
keep ingested_file_bytes result the same on import changes 2023-12-23 18:44:36 +01:00
Anton-4
cf96010543
update to basic-cli 0.7.1 2023-12-23 16:54:59 +01:00
Vladimir Zotov
26c8471613
Updated to use alignOf consistently
Signed-off-by: Vladimir Zotov <azuresplash@gmail.com>
2023-12-10 08:45:20 +01:00
Vladimir Zotov
d6532bea18
Updated zig domain
Signed-off-by: Vladimir Zotov <azuresplash@gmail.com>
2023-12-09 17:39:59 +01:00
Brendan Hansknecht
e5a0af5699
make DbgFormatter an unexposed implementation detail 2023-12-03 12:41:04 -08:00
Brendan Hansknecht
787d7f85ac
switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
Brendan Hansknecht
13d2238536
update roc_dbg in platforms 2023-12-02 21:18:31 -08:00
Anton-4
5685189dcf
link to examples repo
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-12-02 14:13:23 +01:00
Anton-4
a050933955
use latest basic-cli 2023-12-01 12:33:09 +01:00
Brendan Hansknecht
88106d1659
add basic roc_dbg impl to c platforms 2023-11-29 22:02:27 -08:00
Brendan Hansknecht
3e66254b25
update zig and rust platforms to have correct roc_panic and roc_dbg 2023-11-29 21:49:34 -08:00
Brendan Hansknecht
f5fb01fd53
Get tests passing
Add roc_dbg to some platforms.
Also start updating some roc_panic impls.
2023-11-29 21:05:49 -08:00
Brendan Hansknecht
3d6c140a30
get minimal roc_dbg working 2023-11-29 21:05:49 -08:00
Brendan Hansknecht
759fa9b7a6
roc format 2023-11-28 16:40:42 -08:00
Brendan Hansknecht
aeabf96e80
update inspect examples 2023-11-28 16:40:42 -08:00
Luke Boswell
349933b649
roc format 2023-11-22 13:30:06 +11:00
Luke Boswell
a000bb9c52
Replace stale webserver example 2023-11-22 13:11:05 +11:00
Brendan Hansknecht
0277024450
remove file try 2 2023-11-20 19:28:02 -08:00
Brendan Hansknecht
80644edce4
roc format and remove accidental file 2023-11-20 17:55:47 -08:00
Brendan Hansknecht
ffda01e80b
update all examples to basic-cli version and mark broken examples 2023-11-20 15:36:15 -08:00
Brendan Hansknecht
f727aea875
Remove stale copy of basic-cli from the repo
It is outdated and source of bugs for users.
There should only exist one form of basic-cli.

There are still plently of local platforms if we need them for testing.
On top of that, more can be added to cli_test_examples if needed.
2023-11-20 14:59:13 -08:00
Anton-4
b208922e90
upgrade some examples to basic-cli 0.6 2023-11-19 20:26:39 +01:00
Richard Feldman
65c16bf3aa
Fix mobile header, re-add /examples 2023-11-15 21:38:05 -05:00
Luke Boswell
3c9a8e5e4c
ignore build artifacts 2023-11-03 16:42:27 +11:00
Richard Feldman
76488bde01
roc format 2023-11-02 23:18:53 -04:00
Richard Feldman
4ac5b12123
Fix some errors 2023-11-02 22:45:05 -04:00
Richard Feldman
9681994b09
Fix some HTML validation problems and a CSP issue 2023-11-02 21:07:43 -04:00
Richard Feldman
5e65e2a7d3
Merge remote-tracking branch 'origin/main' into wip-updates 2023-11-02 06:30:02 -04:00
Richard Feldman
258ed94ce3
Use <header> instead of <div> for header 2023-10-31 22:54:15 -04:00
Richard Feldman
a4faaf7646
Add aria-label="primary" to main <nav> 2023-10-31 22:36:03 -04:00