Commit graph

10092 commits

Author SHA1 Message Date
Jakub Konka
afe6b51dc1
linker/macho: rename macho_cmd_loc to end_of_load_commands 2025-01-10 21:14:57 +01:00
Jakub Konka
d15e6f1d89
linker/macho: save offsets of linkedit load commands that we will need updating 2025-01-10 21:14:56 +01:00
Jakub Konka
5b2310d313
linker/macho: remove added_byte_count - we cannot shift anything beyond LINKEDIT anyhow 2025-01-10 21:14:55 +01:00
Jakub Konka
a8f80f3240
linker/macho: error out if not enough headerpad available 2025-01-10 21:14:54 +01:00
Jakub Konka
93a4e9924d
linker/macho: record start of first section following load commands 2025-01-10 21:14:40 +01:00
Luke Boswell
5d0b700730
Merge pull request #7493 from joshuawarner32/pnc-fuzzing-fixes
Fix some bugs in PNC formatting found via fuzzing
2025-01-11 06:58:23 +11:00
Joshua Warner
9f395e033d
Fix pnc apply pattern lift spaces 2025-01-09 21:06:08 -08:00
Joshua Warner
7acf9c5e5d
Fix zero-length dbg arg list 2025-01-09 20:25:20 -08:00
Joshua Warner
8deca25c5e
Make sure to add parens if a PncApply dbg stmt becomes a space-separated Apply 2025-01-09 19:22:09 -08:00
Ian McLerran
541fb6056c
update mono tests 2025-01-09 13:53:01 -06:00
Ian McLerran
ab3f39a7c9
Add docs for List.walk_try! 2025-01-09 13:49:33 -06:00
Ian McLerran
56f53c56d2
add walk_try! to symbols.rs 2025-01-09 12:16:13 -06:00
Ian McLerran
ea2a007834
Add List.walk_try! 2025-01-09 11:45:01 -06:00
Ian McLerran
ffa1dd5703
unified formatting for walk 2025-01-09 09:40:59 -06:00
Joshua Warner
0438c17503
Fix pnc args multiine in the presence of final comments 2025-01-08 21:25:39 -08:00
Sam Mohr
279301faa3
Remove unused insta dependency from can 2025-01-08 18:02:44 -08:00
Luke Boswell
cc4d01f63e
allow(clippy::match_single_binding) 2025-01-09 12:27:25 +11:00
Sam Mohr
2010ada504
Fix mono tests 2025-01-08 17:15:23 -08:00
Sam Mohr
82b7279485
Fix formatting 2025-01-08 17:04:28 -08:00
Sam Mohr
2150ee2219
Remove Task from Roc 2025-01-08 17:00:40 -08:00
Anthony Bullard
20b20019a1
Fix snapshot that somehow I missed 2025-01-08 16:05:42 -06:00
Anthony Bullard
9b9b6d39f3
Fix clippy 2025-01-08 15:37:03 -06:00
Anthony Bullard
3a6225c354
Fix builtin formatting 2025-01-08 15:20:04 -06:00
Anthony Bullard
739dda6f5e
Cover hidden pattern match cases for Pizza 2025-01-08 15:05:55 -06:00
Anthony Bullard
898b3f55e5
Move PNC apply to separate Expr/Pattern variant 2025-01-08 14:47:49 -06:00
Sam Mohr
8e5d875604
Merge branch 'main' into auto-snake-case 2025-01-08 01:51:12 -08:00
Luke Boswell
3e0c626bf6
Merge pull request #7401 from roc-lang/cleanup-examples
Cleanup Examples folder
2025-01-08 20:30:27 +11:00
Luke Boswell
68f4aabbce
remove example formatting test from test_syntax 2025-01-08 16:36:34 +11:00
Luke Boswell
99dfc5529d
Merge pull request #7450 from roc-lang/ayaz/bugfix-ts
Minor simplifications to typechecker
2025-01-08 16:28:25 +11:00
Luke Boswell
e18b43761a
Merge pull request #7459 from roc-lang/ayaz/panic-catcher
Catch panics that happen within repl step executions
2025-01-08 15:56:15 +11:00
Luke Boswell
ae9e244548
remove references to virtual-dom example 2025-01-08 15:55:05 +11:00
Luke Boswell
7e55990c55
try remove new unwrap 2025-01-08 14:07:53 +11:00
Luke Boswell
9c527f890f
enable --root-dir for roc docs 2025-01-08 13:43:42 +11:00
Luke Boswell
80fbe4333d
fix glue for platform-switching/zig-platform 2025-01-08 11:11:51 +11:00
Luke Boswell
066f70f3ab
Merge remote-tracking branch 'remote/main' into cleanup-examples 2025-01-08 11:04:07 +11:00
Sam Mohr
3d4c302807
Fix tests 2025-01-07 14:01:03 -08:00
Sam Mohr
11b720d355
Fix docs issues 2025-01-07 13:18:58 -08:00
Sam Mohr
7a2f8bfa71
Merge branch 'main' into auto-snake-case 2025-01-07 13:18:41 -08:00
Luke Boswell
8540aa1a14
Merge pull request #7321 from shua/fromutf8
DO NOT MERGE update Str.fromUtf8 error type
2025-01-08 07:56:40 +11:00
Anton-4
4c0d19d837
Merge pull request #7475 from roc-lang/fix-flaky-cli-tests-zig
fix cli_test effectful_form getting stuck
2025-01-07 19:45:52 +01:00
Anton-4
6c09f5eed3
typo
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-01-07 19:44:45 +01:00
Jakub Konka
13e6ac7629
Merge pull request #7474 from kubkon/macho-ignore-setjmp-longjmp
linker/macho: ignore setjmp and longjmp since they are only used by roc test
2025-01-07 18:09:08 +01:00
Anton-4
6ccc828ee5
correct error message 2025-01-07 16:32:16 +01:00
Anton-4
4c33cb6686
fix cli_test effectful_form getting stuck 2025-01-07 14:30:38 +01:00
Jakub Konka
7200c992ff
linker/macho: ignore setjmp and longjmp since they are only used by roc test 2025-01-06 22:56:50 +01:00
Timon
716374cfc0
Fixed Issue #6929 Escape unicode when inspecting a Str (#7411)
* Fixed Issue #6929 Escape unicode when inspecting Str

added AUTHORS

improved comment

* update generated mono tests

* fixed formatting

* fixed merge conflicts
2025-01-06 18:52:50 +01:00
Sam Mohr
c0cf55c107
Fix valgrind tests 2025-01-05 21:36:27 -08:00
Sam Mohr
83b8b0e557
Update uitests 2025-01-05 21:25:22 -08:00
Sam Mohr
f524d35114
Fix module formatting 2025-01-05 21:04:58 -08:00
Ayaz Hafiz
70b80c275f
Avoid panic 2025-01-05 23:54:47 -05:00