Joshua Warner
5a6e0f546b
Generalize RecordAccess special-cases to include TupleAccess
2024-12-13 13:45:10 -08:00
Joshua Warner
d66f51db7b
Don't mix spaces before/after the field separator
2024-12-13 13:45:10 -08:00
Joshua Warner
2857833c35
Normalize return's 'after'
2024-12-13 13:45:10 -08:00
Joshua Warner
17849ca556
Fully normalize in expr record-like things, during formatting
2024-12-13 13:45:10 -08:00
Joshua Warner
f5cd0568dd
Fix newlines after multiline apply func pattern ( #7342 )
2024-12-13 13:45:09 -08:00
Joshua Warner
8701b922b4
Fix missing indent call ( #7346 )
2024-12-13 13:45:09 -08:00
Joshua Warner
07f7252573
Implement better comparisons between alias and body
2024-12-13 13:45:09 -08:00
Joshua Warner
8b3abafa08
Force newlines after multi-line tuple pattern elements
2024-12-13 13:45:09 -08:00
Joshua Warner
0cc16b0d2c
Fix bug with when not passing down options
2024-12-13 13:45:09 -08:00
Anton-4
d4cd3cd50b
cli example removal cleanup
...
examples/cli was removed in https://github.com/roc-lang/roc/pull/6921
2024-12-13 18:37:42 +01:00
Jan
a563b08471
Comment out failing glue assertion for now
2024-12-12 21:27:45 -07:00
Brendan Hansknecht
6ecf25bd3e
revert wasm_linking_test_host changes
2024-12-12 19:22:26 -08:00
Brendan Hansknecht
de18f25a65
attempt more zig cache clearing
2024-12-12 18:55:43 -08:00
Brendan Hansknecht
5a326f1a80
ensure sorting in wasm linker test
2024-12-12 18:23:29 -08:00
Brendan Hansknecht
0f5f5fbe54
wasm does not like PIC
2024-12-12 17:45:31 -08:00
Agus Zubiaga
30532bf565
Specialize when idents
2024-12-12 22:28:41 -03:00
Agus Zubiaga
8f1f4a8c2a
Add MonoExpr::When type
2024-12-12 19:21:42 -03:00
Brendan Hansknecht
d74a3c0746
Merge remote-tracking branch 'origin/main' into upgrade-llvm-zig
2024-12-12 13:29:10 -08:00
Brendan Hansknecht
109cafcafe
fix how benchmark script is loaded on main
...
To get #6921 working, we need the benchmark script to pull glue.zig correctly on main.
As such, we need to load it into a lib dir such that it is found in the correct relative path.
This hopefully will get the benchmarking working on the other PR.
Also, switch over to `lib` dir first cause that is what is seen in the wide.
2024-12-12 09:54:36 -08:00
Eli Dowling
27b36a8f1f
Merge pull request #7335 from faldor20/add-lsp-range-info-for-file-load-errors-
...
Add lsp range info for file load errors
2024-12-12 21:41:22 +10:00
faldor20
c731c5daae
resolve comments
2024-12-12 20:54:25 +10:00
faldor20
a7308130cf
clippy on everything
2024-12-12 20:54:25 +10:00
faldor20
7eb81fbcf3
drilling into every error type when getting region
2024-12-12 20:54:25 +10:00
faldor20
81f2095e61
basic working
...
compiling, but still missing positions from expression errors
2024-12-12 20:54:25 +10:00
Brendan Hansknecht
2475feeb2f
more wasm fixes
2024-12-11 21:47:18 -08:00
Brendan Hansknecht
3790ddf743
expand zig nix workaround and update issue number
2024-12-11 21:31:56 -08:00
Brendan Hansknecht
7b39066593
Revert "remove old zig workaround for mac"
...
This reverts commit d5dfdfb36e
.
2024-12-11 21:28:27 -08:00
Richard Feldman
aaf82dd417
Merge branch 'main' into specialize-exprs-bools
2024-12-11 23:09:35 -05:00
Brendan Hansknecht
6b54e09565
add missing pic
2024-12-11 20:08:44 -08:00
Brendan Hansknecht
67bee420e9
remove pie...no help
2024-12-11 20:06:11 -08:00
Brendan Hansknecht
eecb4257ec
Merge remote-tracking branch 'origin/main' into upgrade-llvm-zig
2024-12-11 19:55:45 -08:00
Brendan Hansknecht
4f29d46bdc
add pie in hopes to fix relocations
2024-12-11 19:54:59 -08:00
Richard Feldman
45cf580031
Apply suggestions from code review
...
Reuse some variables in tests.
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2024-12-11 22:09:32 -05:00
Joshua Warner
3f2117403e
Fix bug found in the wild via fuzzing, move fuzzing job to the end
2024-12-11 18:39:15 -08:00
Brendan Hansknecht
c277d9a6b9
add missing compiler rt function
2024-12-11 18:00:46 -08:00
Brendan Hansknecht
f9ef233541
clippy
2024-12-11 17:36:01 -08:00
Brendan Hansknecht
87537b800e
merge llvm ir optimization locations
2024-12-11 17:33:20 -08:00
Brendan Hansknecht
d5dfdfb36e
remove old zig workaround for mac
2024-12-11 16:59:20 -08:00
Brendan Hansknecht
4bad31f1ac
fixes from last merge of main
2024-12-11 16:47:19 -08:00
Brendan Hansknecht
4d7a6f1792
teach wasi about stderr
2024-12-11 16:39:38 -08:00
Brendan Hansknecht
0a573ca557
Merge remote-tracking branch 'origin/main' into upgrade-llvm-zig
2024-12-11 16:38:34 -08:00
Brendan Hansknecht
146710a129
Merge pull request #7338 from roc-lang/dbg-and-expect
...
Dbg and Expect Fixes and Improvements
2024-12-11 16:23:27 -08:00
Agus Zubiaga
5c24972a2a
Add PairSlice.is_empty
2024-12-11 21:03:11 -03:00
Brendan Hansknecht
37c6330c6f
cleanup when expects are run
2024-12-11 15:15:46 -08:00
Brendan Hansknecht
8068fa6d1b
still run in BinaryDev mode with roc main.roc
for expect messages
2024-12-11 14:56:12 -08:00
Brendan Hansknecht
4cf5683ee8
Always generate dbg
expressions
2024-12-11 14:55:32 -08:00
Agus Zubiaga
92aeee445b
Clean up unwraps in dbg_mono_expr_help
2024-12-11 18:32:09 -03:00
Agus Zubiaga
8156272438
Remove statement/block concept from mono_ir
2024-12-11 18:16:28 -03:00
Agus Zubiaga
0585f32039
Specialize if
2024-12-11 18:09:54 -03:00
Agus Zubiaga
2ca829aaa8
Handle RangedNumber
2024-12-11 18:09:44 -03:00