Commit graph

10297 commits

Author SHA1 Message Date
Anthony Bullard
66529503ff
Fix snake case formatting 2024-12-17 05:40:42 -06:00
Anton-4
f673e98d13
Merge branch 'main' into maocs-flaky-workaround 2024-12-17 11:37:49 +01:00
Michał Kukieła
a3762f60ad Highlight current :target entry name (#7299)
Signed-off-by: Michał Kukieła <53443372+kukimik@users.noreply.github.com>
2024-12-17 08:37:30 +01:00
Joshua Warner
596cb2b7c9
Merge branch 'main' into more-fuzzing-yay 2024-12-16 20:57:34 -08:00
Sam Mohr
dbc59f7c7c
Merge branch 'main' into FixMissingNewline 2024-12-16 20:23:25 -08:00
Joshua Warner
511572f7a5
Clippy 2024-12-16 19:08:48 -08:00
Joshua Warner
36d4d37e18
Fix panic check for parens_newlines_before_as 2024-12-16 18:32:25 -08:00
Joshua Warner
c4077dc971
Fix when branches to use lifting as well 2024-12-16 18:23:41 -08:00
Joshua Warner
e068ae6b5a
Fix nested as 2024-12-16 18:23:40 -08:00
Joshua Warner
05ff2efec9
Improve minimize configurability 2024-12-16 18:23:40 -08:00
Joshua Warner
887a43ff55
Fix comments in str interpolations 2024-12-16 18:23:37 -08:00
Brendan Hansknecht
b9269be242
deal with c abi annoyances 2024-12-16 14:38:38 -08:00
Brendan Hansknecht
edd1da7a47
make valgrind happy 2024-12-16 14:38:38 -08:00
Brendan Hansknecht
3325b26490
disable flaky test 2024-12-16 14:38:38 -08:00
Brendan Hansknecht
af8d657ce2
remove stale comment 2024-12-16 14:38:37 -08:00
Brendan Hansknecht
f73000dd24
add in manually drop 2024-12-16 14:38:37 -08:00
Brendan Hansknecht
5cb6cf5586
fix calling conv 2024-12-16 14:38:37 -08:00
Brendan Hansknecht
01e0bef5cc
switch back to env::args 2024-12-16 14:38:37 -08:00
Brendan Hansknecht
c98bf2c54d
cleanup false alg loading 2024-12-16 14:38:37 -08:00
Brendan Hansknecht
1cbf7d96d9
get false interpretter test running again 2024-12-16 14:38:37 -08:00
Brendan Hansknecht
9ed3cda2dd
misc false improvements 2024-12-16 14:38:36 -08:00
Brendan Hansknecht
f51061b200
update false platform to purity inference 2024-12-16 14:38:36 -08:00
J.Teeuwissen
14a338e15b
fixed drop specialization assert for unreachable switch branches on unions 2024-12-16 14:38:36 -08:00
Brendan Hansknecht
32e0ea38ef
Merge pull request #7370 from roc-lang/disable-morphic
limit morphic to trivial analysis to avoid inplace mutation bugs
2024-12-16 11:03:07 -08:00
Anton-4
bd5034e89d
flaky error retry
Closes #7380 

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-12-16 19:58:04 +01:00
Joshua Warner
e760db55f5
Fix fuzz_module 2024-12-15 18:33:58 -08:00
Joshua Warner
7b09b15dea
Fix formatting of body when pattern is multi-line 2024-12-15 18:33:58 -08:00
Joshua Warner
01dda78271
Add missing indent call 2024-12-15 18:33:58 -08:00
Joshua Warner
4a19926425
Relax implements handling in patterns 2024-12-15 18:33:58 -08:00
Joshua Warner
d6d396b887
Fix 'implements' variable in types 2024-12-15 18:33:57 -08:00
Joshua Warner
cc611533e0
Fix formatting of literals in closure args 2024-12-15 18:33:57 -08:00
Joshua Warner
61fb9e45fb
Fix handling of spaces in record types 2024-12-15 18:33:57 -08:00
Joshua Warner
6695af474e
Handle comments after return value 2024-12-15 18:33:56 -08:00
Joshua Warner
4e3df6bde2
Fix normalization of strings with overflowing unicode 2024-12-15 18:33:56 -08:00
Joshua Warner
0d182fbd28
Handle multiline string at the start of a pattern 2024-12-15 18:33:56 -08:00
Joshua Warner
10e7e24184
Don't simplify backpassing record assignment 2024-12-15 18:33:56 -08:00
Joshua Warner
c6d5983ff2
clippy fixes 2024-12-15 18:33:55 -08:00
Joshua Warner
20aee5c37b
Force type headers to format just like Pattern::Apply 2024-12-15 18:33:55 -08:00
Joshua Warner
df16e1b633
Move spaces outside of parens 2024-12-15 18:33:55 -08:00
Joshua Warner
96c5dcb651
Relax indentation parsing inside parens, lists, and records 2024-12-15 18:33:54 -08:00
Joshua Warner
1b4f5bbb52
Move indent call to correct spot 2024-12-15 18:33:54 -08:00
Joshua Warner
11d8dd1335
Fixup error case 2024-12-15 18:33:54 -08:00
Joshua Warner
6ef87b3b9d
Graccefully handle overflowing unicode literals 2024-12-15 18:33:54 -08:00
Joshua Warner
a83f44188b
Exit with error in minimize tool if there was no problem to minimize 2024-12-15 18:33:53 -08:00
Joshua Warner
f7baa878f2
Fix as indentation 2024-12-15 18:33:53 -08:00
Joshua Warner
7b9aa59d64
Fix outdenting in closures 2024-12-15 18:33:53 -08:00
Joshua Warner
54a0456c30
Fix double-as formatting 2024-12-15 18:33:52 -08:00
Joshua Warner
307b0d9ea9
Fix closure indentation and indented-else handling in niche pattern case 2024-12-15 18:33:52 -08:00
Joshua Warner
9f3f99c573
Format spaces in as annotation correctly 2024-12-15 18:33:52 -08:00
Joshua Warner
24ba9dbeba
Add parens around implements identifier to be conservative 2024-12-15 18:33:52 -08:00