Joshua Warner
24dd11262e
Avoid patterns that may look like implements clauses without parens
2024-12-15 18:33:51 -08:00
Joshua Warner
8f2a10d52d
Lift spaces in backpassing
2024-12-15 18:33:51 -08:00
Joshua Warner
cccb4abc30
Ensure formatted multiline record patterns work
2024-12-15 18:33:51 -08:00
Joshua Warner
4fd18afce7
Make minimization work properly in the presence of unicode chars
2024-12-15 18:33:51 -08:00
Joshua Warner
8b7ac512f8
Generalize fmt rules around multiline strs in pats
2024-12-15 18:33:50 -08:00
Joshua Warner
d52595738f
Add missing indent call in import
2024-12-15 18:33:50 -08:00
Joshua Warner
2dd4fe03f8
Correctly update newline and indent state in multiline strings
2024-12-15 18:33:50 -08:00
Joshua Warner
a15998872d
Also conservatively check for spaces at the beginning of the pattern
2024-12-15 18:33:50 -08:00
Joshua Warner
0feed5d57b
Clippy
2024-12-15 18:33:49 -08:00
Joshua Warner
7ea074dfa1
Refactoring Node
2024-12-15 18:33:49 -08:00
Joshua Warner
c54b01016e
Disallow eliding empty record destructure assignment if expr looks like an implements clause ( fixes #7366 )
2024-12-15 18:33:49 -08:00
Joshua Warner
f86f440f2f
Force initial newline in multiline ability def ( fixes #7365 )
2024-12-15 18:33:48 -08:00
Joshua Warner
abde9e86b1
lift spaces in backpassing ( fixes #7364 )
2024-12-15 18:33:48 -08:00
Joshua Warner
db95ff54cf
Generalize multiline string handling in patterns
2024-12-15 18:33:48 -08:00
Joshua Warner
7cb2d83168
Ensure we don't over-indent in type headers ( fixes #7358 )
2024-12-15 18:33:47 -08:00
Joshua Warner
d82accf83d
Don't remove empty record assignment if body looks like an expect
2024-12-15 18:33:47 -08:00
Sam Mohr
edd7c650b9
Merge pull request #7374 from JRI98/fix_language_server_utf8
...
Fix language server crash on UTF-8 completion
2024-12-14 23:42:37 -08:00
Richard Feldman
a1d61c5a3c
Merge pull request #7373 from roc-lang/specialize-exprs-when
...
Specialize when expressions
2024-12-14 22:08:05 -05:00
JRI98
44aec504c0
Fix language server crash on UTF-8 completion
2024-12-15 00:55:15 +00:00
Agus Zubiaga
a51ae4d980
Test multiple patterns per branch
2024-12-14 19:34:29 -03:00
Agus Zubiaga
1503ec4751
Expose to_mono_pattern
2024-12-14 19:30:57 -03:00
Agus Zubiaga
19619e6bf8
Specific lifetime for mono_patterns
2024-12-14 19:29:05 -03:00
Agus Zubiaga
03f9fa31f9
Specialize when branch guards
2024-12-14 19:23:36 -03:00
Agus Zubiaga
dbaa6417a9
Implement dbg mono pattern for CompilerBug
2024-12-14 19:19:18 -03:00
Agus Zubiaga
48e7c5d5d6
Specialize underscore pattern
2024-12-14 19:17:15 -03:00
Agus Zubiaga
90b76db5b1
Specialize number patterns
2024-12-14 18:56:16 -03:00
Agus Zubiaga
3948f485a0
Implement dbg for when mono exprs
2024-12-14 18:14:09 -03:00
Brendan Hansknecht
9fd65ff41b
clarify todo about renabling morphic and perf
2024-12-14 10:31:05 -08:00
Anton-4
1e55134f3b
Merge pull request #7356 from roc-lang/cli-examples-cleanup
...
cli example removal cleanup
2024-12-14 11:21:43 +01:00
Sam Mohr
f9f72c0e99
Update snapshots to include newlines
2024-12-14 00:15:30 -08:00
Brendan Hansknecht
1830b3a1f4
limit morphic to trivial analysis to avoid inplace mutation bugs
...
Surprisingly this actually increases perf of some benchmarks.
My guess is that it fixes bugs during looping and thus reduces work.
Specifically cFold and derive see minor gains ~1.5%; rBTreeCk sees a big gain ~4%.
NQueens is the only benchmark that sees a lost at ~2%.
False interpreter also see a 0-5% perf improvement depending on the exact input.
That said, the improvement was noisy.
ref #7367
2024-12-13 23:11:36 -08:00
snobee
d4e558d327
Fix crash when no declarations are exposed or defined
2024-12-13 20:46:38 -08:00
snobee
6313461217
Add tests for automatic annotation
2024-12-13 20:46:38 -08:00
snobee
6e39425938
Fix bug converting ranges to the wrong region
2024-12-13 20:46:38 -08:00
snobee
40a008657a
Add code action to annotate declarations
2024-12-13 20:46:38 -08:00
snobee
9f67c79ac0
Add format annotate subcommand
2024-12-13 20:46:28 -08:00
Luke Boswell
f772198f76
Merge pull request #7352 from roc-lang/JanCVanB/silence_glue_error
...
Comment out failing glue assertion for now
2024-12-14 13:56:42 +11:00
Norman Jäckel
7cbea2f8fd
Add missing newline to roc check command.
2024-12-14 01:30:11 +01:00
Agus Zubiaga
222af2e484
Use MaybeUninit in WhenBranches
2024-12-13 18:46:28 -03:00
Joshua Warner
2389040b39
Fix return backpassing case
2024-12-13 13:45:12 -08:00
Joshua Warner
d56b6b7b20
Add missing indent call
2024-12-13 13:45:12 -08:00
Joshua Warner
3acc6940b4
Fix parenthesized spaces in tag unions
2024-12-13 13:45:12 -08:00
Joshua Warner
02e07f95e7
Fix when indent in the presence of weird multiline patterns
2024-12-13 13:45:12 -08:00
Joshua Warner
1d51f5fbec
Don't eliminate empty record assignment for a return
2024-12-13 13:45:11 -08:00
Joshua Warner
f193c778d5
clippy
2024-12-13 13:45:11 -08:00
Joshua Warner
f233c5328d
lift to spaces in ann_lift_to_node default case
2024-12-13 13:45:11 -08:00
Joshua Warner
d3426ebce1
Fix empty SpaceBefore instance
2024-12-13 13:45:11 -08:00
Joshua Warner
f1d9667ea0
Fix multiline str pattern newline multiplication
2024-12-13 13:45:11 -08:00
Joshua Warner
e9a8588c3e
Refactor pattern apply
2024-12-13 13:45:10 -08:00
Joshua Warner
16c3d4e512
Don't drop spaces before return
2024-12-13 13:45:10 -08:00