Commit Graph

27302 Commits

Author SHA1 Message Date
Richard Feldman
91886ce8a0
Add @asteroidb612 to sponsors - thank you so much! ❤️ 2023-11-30 20:07:45 -05:00
Richard Feldman
4798760229
Merge pull request #6124 from roc-lang/prevent-spellcheck
Add spellcheck attribute for REPL
2023-11-30 19:41:59 -05:00
Richard Feldman
25acbfaf7e
Merge pull request #6123 from roc-lang/fix-css
Fix css for .color-white class
2023-11-30 19:41:21 -05:00
Luke Boswell
de5847a875
add spellcheck attribute for REPL 2023-12-01 11:25:58 +11:00
Luke Boswell
16834a47ff
fix css error color 2023-12-01 11:06:34 +11:00
Brendan Hansknecht
02d97bccec
Merge pull request #6116 from roc-lang/dbg-with-inspect
Dbg with inspect
2023-11-30 12:38:04 -08:00
Luke Boswell
996ff79f19
Merge pull request #6122 from ducdetronquito/patch-1
Tutorial - Fix broken examples link
2023-12-01 07:26:02 +11:00
ducdetronquito
92952a3b8f
Tutorial - Fix broken examples link
Signed-off-by: ducdetronquito <ducdetronquito@users.noreply.github.com>
2023-11-30 21:03:38 +01:00
Ching Pei Yang
f2f58b062d
Remove unneeded println arg 2023-11-30 16:17:38 +01:00
Brendan Hansknecht
9f1f0610d1
disable flaky glue test for now 2023-11-29 23:17:11 -08:00
Brendan Hansknecht
7b53f08e75
hopefully fix glue platform exit code issue 2023-11-29 22:45:12 -08: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
Becker A
c5ad8da2c0
Merge branch 'main' into patch-1 2023-11-29 22:09:12 -07:00
Brendan Hansknecht
1f14aa84a2
misc cleanup suggestions 2023-11-29 21:05:56 -08:00
Brendan Hansknecht
b62c9667d5
Correct typo
Co-authored-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
Signed-off-by: Brendan Hansknecht <Brendan.Hansknecht@gmail.com>
2023-11-29 21:05:49 -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
e6cc43492a
rip out old dbg and setup reasonable base debug location info 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
b7f72eff86
add basic Dbg desugaring and LowLevelDbg 2023-11-29 21:05:48 -08:00
Ayaz
3f276b6018
Merge pull request #6117 from roc-lang/fix-mono-tsets
Fix mono tests
2023-11-29 20:09:22 -06:00
Richard Feldman
10470f33cc
Fix mono tests 2023-11-29 21:02:37 -05:00
Becker A
1cf2a4e738
Merge branch 'main' into patch-1 2023-11-29 18:17:02 -07:00
John Murray
05f896e7e8
remove todo comments that are not relevant 2023-11-29 20:06:46 -05:00
Brendan Hansknecht
ead90313d8
Merge pull request #5775 from roc-lang/inspect-derive
Derive Inspect
2023-11-29 08:22:27 -08:00
Anton-4
bdebfc7550
Merge pull request #6114 from roc-lang/nix-store-ci-cleanup
add daily nix cleanup workflow
2023-11-29 16:04:00 +01:00
Anton-4
684bdfbfd3
remove PR trigger 2023-11-29 14:37:30 +01:00
Anton-4
d0b5c35121
add daily nix cleanup workflow 2023-11-29 14:34:58 +01:00
Anton-4
f3a27e2a17
minor cleanup
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-11-29 13:59:51 +01:00
Folkert de Vries
b526fcc4d0
Merge pull request #6112 from roc-lang/force-thunk-fresh-symbol
in record fields give a forced imported thunk a unique symbol
2023-11-29 13:20:41 +01:00
Luke Boswell
1382059195
Merge pull request #6111 from lukewilliamboswell/tutorial-updates
Tutorial Updates
2023-11-29 20:33:42 +11:00
John Murray
625249029a
dont check www 2023-11-28 23:30:37 -05:00
John Murray
4b21d74f32
cleanup some comments 2023-11-28 23:13:19 -05:00
John Murray
3fed1ba129
filter out test folders in nix build 2023-11-28 23:07:25 -05:00
John Murray
2c8c1e0ced
basic file filtering 2023-11-28 22:33:38 -05:00
John Murray
5fe99e1ada
flake update 2023-11-28 22:10:18 -05:00
John Murray
298f93d20c
update a bunch of panic message to be capitalized 2023-11-28 20:46:09 -05:00
John Murray
d37dd442f5
undo change in debug server 2023-11-28 20:22:42 -05:00
John Murray
d6f0709296
feedback: update some panic messages 2023-11-28 20:21:56 -05:00
Brendan Hansknecht
248976d632
fix wasm tests 2023-11-28 16:40:43 -08:00
Brendan Hansknecht
c49046291a
misc cleanup suggestions 2023-11-28 16:40:43 -08:00
Brendan Hansknecht
1b7fdc9522
deal with Frac * -> Dec 2023-11-28 16:40:43 -08:00
Brendan Hansknecht
01032c3b11
remove empty list test case for inspect 2023-11-28 16:40:43 -08:00
Brendan Hansknecht
4b911524ac
update gen_abilities tests to include edge case 2023-11-28 16:40:43 -08:00
Brendan Hansknecht
0586f2bac0
more formatting 2023-11-28 16:40:43 -08:00
Brendan Hansknecht
77e55c88bf
update cli logging test 2023-11-28 16:40:43 -08:00
Brendan Hansknecht
759fa9b7a6
roc format 2023-11-28 16:40:42 -08:00
Brendan Hansknecht
83bf3cbd3a
update tests 2023-11-28 16:40:42 -08:00
Brendan Hansknecht
aeabf96e80
update inspect examples 2023-11-28 16:40:42 -08:00
Brendan Hansknecht
9b181e1b3f
add inspect implementation for dict and set 2023-11-28 16:40:42 -08:00