Commit Graph

27462 Commits

Author SHA1 Message Date
Anton-4
70c032731b
Merge pull request #6173 from zapsh/6109-handle-download-404
Improving error messages when encountering a 404 while fetching a platform
2023-12-05 16:55:48 +01:00
Anton-4
385b90f7df
Merge pull request #6189 from roc-lang/contributing-tests
use `--release` for tests
2023-12-05 16:33:09 +01:00
Anton-4
3b5d6a6296
recommend --release for tests
No need to slow every new contributor down with #6100

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-12-05 14:10:05 +01:00
Anton-4
a57f29e780
Merge pull request #6184 from roc-lang/debug-info
Fix debug info
2023-12-05 14:03:52 +01:00
Anton-4
1f707aa1e9
|| > &&
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-12-05 13:52:11 +01:00
Anton-4
468a2f8da5
quote type makes a difference
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-12-05 12:23:49 +01:00
Richard Feldman
548f653217
Merge pull request #6186 from LoipesMas/setAndDictKeepIf
Add Dict.keepIf, Dict.dropIf, Set.keepIf, Set.dropIf
2023-12-05 00:56:04 -05:00
zapsh
b600b8f9ef
Merge branch 'main' into 6109-handle-download-404 2023-12-04 20:37:06 -05:00
LoipesMas
00839e12b5 Run roc format 2023-12-05 00:24:08 +01:00
LoipesMas
a9196a9abb Add more generated files 2023-12-05 00:18:32 +01:00
LoipesMas
4225c9e8c7 Add generated test files 2023-12-05 00:10:02 +01:00
LoipesMas
d4a8208069 Add more test cases 2023-12-05 00:04:13 +01:00
Brendan Hansknecht
749faf4850
a few missed variable renames 2023-12-04 14:57:47 -08:00
LoipesMas
83ac8209ae Add Dict.keepIf, Dict.dropIf, Set.keepIf, Set.dropIf 2023-12-04 23:38:51 +01:00
Brendan Hansknecht
05c1b6c583
more debug info corrections 2023-12-04 14:27:02 -08:00
Brendan Hansknecht
dbcb6ca5da
clippy 2023-12-04 13:53:56 -08:00
Brendan Hansknecht
fc09c3b002
remove debugir 2023-12-04 13:50:53 -08:00
Brendan Hansknecht
034b86973b
keep stripping zig debug info to avoid 250ms cost 2023-12-04 13:38:25 -08:00
Brendan Hansknecht
da301df37b
separate emitting debug info from emitting llvm-ir 2023-12-04 13:13:30 -08:00
Brendan Hansknecht
496cd6710a
fix debug info and add it all to the llvm backend 2023-12-04 12:55:33 -08:00
Anton-4
4f10e6495d
fix required checks passing when job skipped
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-12-04 19:28:48 +01:00
Anton-4
0259b892da
fmt 2023-12-04 19:19:13 +01:00
Becker A
82ed520b98
Update Num.roc
undid bad change

Signed-off-by: Becker A. <awqatty.b@gmail.com>
2023-12-04 10:56:29 -07:00
Becker A
88d9d2d81b
Update Num.roc
fixed docstring typos

Signed-off-by: Becker A. <awqatty.b@gmail.com>
2023-12-04 10:55:26 -07:00
Becker A
f420e518d5
Update Num.roc
fixed docstring typo

Signed-off-by: Becker A. <awqatty.b@gmail.com>
2023-12-04 10:54:17 -07:00
Becker A
779b948772
Update Num.roc
fixed typos

Signed-off-by: Becker A. <awqatty.b@gmail.com>
2023-12-04 10:46:55 -07:00
Anton-4
0e030256d9
change wording a bit 2023-12-04 17:15:12 +01:00
Richard Feldman
7b1c009ca2
Merge pull request #6175 from roc-lang/tutorial-input-inspect
Use Inspect in the tutorial
2023-12-04 09:30:46 -05:00
Richard Feldman
c6d1a8e543
Update everything to use basic-cli 0.7.0 2023-12-04 09:27:31 -05:00
Richard Feldman
c1739b4b80
Try using Inspect in the tutorial 2023-12-03 20:14:34 -05:00
zapsh
91d0de75ab
adding initial 404 handling 2023-12-03 17:07:25 -05:00
Brendan Hansknecht
a187d141bd
Merge pull request #6170 from roc-lang/inspect-to-str
Add `Inspect.toStr`
2023-12-03 13:29:34 -08:00
Brendan Hansknecht
e1c850e2d1
update uitest and mono_test 2023-12-03 12:41:04 -08:00
Brendan Hansknecht
e5a0af5699
make DbgFormatter an unexposed implementation detail 2023-12-03 12:41:04 -08:00
Brendan Hansknecht
22c5241e41
Merge pull request #6165 from nick-gravgaard/update-email-username
Update email and GitHub username
2023-12-03 12:28:05 -08:00
Nick Gravgaard
fb28058e81
Update email and GitHub username 2023-12-03 19:25:51 +00:00
Ayaz
142681f77e
Merge pull request #6168 from roc-lang/dbg-inspect-no-inline
change debug to call `Inspect.inspect` instead of inlining it
2023-12-03 12:54:34 -06:00
Brendan Hansknecht
b04699acdf
change debug to call Inspect.inspect instead of inlining it
This is to workaround #6167 and can be reverted once it is fixed
2023-12-03 09:51:55 -08:00
Ayaz
7db2594be4
Merge pull request #6166 from roc-lang/dbg-off-by-one
fix off by one in roc_dbg
2023-12-03 11:13:08 -06:00
Brendan Hansknecht
e8d2deca90
fix off by one in roc_dbg 2023-12-03 08:22:04 -08:00
Ayaz
497d7755c8
Merge pull request #6143 from roc-lang/dbg-better-gen
Dbg - Better Gen
2023-12-03 01:06:34 -06:00
Brendan Hansknecht
f4fceb232c
fix test after rebase on main 2023-12-02 21:21:10 -08:00
Brendan Hansknecht
787d7f85ac
switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
Brendan Hansknecht
6c60da2832
add dbg impl for use with roc test 2023-12-02 21:18:32 -08:00
Brendan Hansknecht
546e0778c4
update dbg cli test 2023-12-02 21:18:32 -08:00
Brendan Hansknecht
602b92d98c
re-add no longer broken glue tests 2023-12-02 21:18:32 -08:00
Brendan Hansknecht
be17c0cadb
load world abilities sooner 2023-12-02 21:18:32 -08:00
Brendan Hansknecht
5e8974177c
avoid bloating parse expr size 2023-12-02 21:18:32 -08:00
Brendan Hansknecht
d2a3caacbb
fix missed roc_dbg 2023-12-02 21:18:32 -08:00
Brendan Hansknecht
6134ce0a3b
update inspect_logging test case 2023-12-02 21:18:32 -08:00