Commit graph

366 commits

Author SHA1 Message Date
Richard Feldman
4e2ee4e38c
Add if-without-else 2025-11-20 16:49:48 -05:00
Richard Feldman
18b9ed75f3
Fix CLI tests 2025-11-19 09:57:45 -05:00
Richard Feldman
b4c6f1fdea
Merge remote-tracking branch 'origin/main' into no-str-primitive 2025-11-18 20:20:22 -05:00
Richard Feldman
5a0a5c2e48
Improve some error messages 2025-11-18 08:04:42 -05:00
Richard Feldman
cd8bcf7286
Fix regression in checking module type 2025-11-18 07:56:25 -05:00
Richard Feldman
584f888ea6
roc fmt on a snapshot 2025-11-17 22:52:53 -05:00
Richard Feldman
0c2b372d75
Dramatically improve an error message 2025-11-17 22:41:39 -05:00
Richard Feldman
237df91cc5
Reproduce a bad error message 2025-11-17 22:39:19 -05:00
Richard Feldman
15b1c92045
Fix some more stuff 2025-11-17 22:35:41 -05:00
Richard Feldman
6ee13036d9
Delete obsolete test 2025-11-17 22:08:54 -05:00
Richard Feldman
37aefb435f
Fix memory leak 2025-11-17 21:25:58 -05:00
Richard Feldman
c6350e7366
Fix segfault 2025-11-17 19:18:33 -05:00
Richard Feldman
414918dcd0
Update snapshots 2025-11-17 19:00:13 -05:00
Richard Feldman
22f5ef314f
Don't free types until later 2025-11-17 18:14:29 -05:00
Richard Feldman
60520721aa
Fix parallel execution 2025-11-17 16:48:50 -05:00
Richard Feldman
8e67fa5bfd
Fix discrepancy between snapshots and roc check 2025-11-17 15:58:03 -05:00
Richard Feldman
9853a23d5e
Update error message in test 2025-11-17 13:41:58 -05:00
Richard Feldman
b89fb32baf
Merge remote-tracking branch 'origin/main' into no-str-primitive 2025-11-17 13:13:39 -05:00
Richard Feldman
c958a82fa3
Fix some snapshots 2025-11-17 12:25:34 -05:00
Richard Feldman
2f639858d6
Update snapshot test 2025-11-17 12:19:01 -05:00
Richard Feldman
46cd497275
Merge remote-tracking branch 'origin/fix-zst' into remove-list-primitive 2025-11-17 11:45:09 -05:00
Richard Feldman
926e63f134
Test nested ZSTs 2025-11-17 11:35:38 -05:00
Richard Feldman
519a585754
Add Try.ok_or and err_or 2025-11-17 11:04:32 -05:00
Richard Feldman
21ffe7872a
Fix snapshots 2025-11-17 10:27:09 -05:00
Richard Feldman
c50f0eee81
Merge remote-tracking branch 'origin/phantom-types' into remove-list-primitive 2025-11-16 23:49:47 -05:00
Richard Feldman
01ca403108
Add support for phantom types 2025-11-16 23:48:47 -05:00
Richard Feldman
dd765a820d
Fix some nominal str things 2025-11-16 23:27:48 -05:00
Richard Feldman
1159bf908d
Fix tests 2025-11-16 23:19:01 -05:00
Richard Feldman
fb8a0d2795
Add support for :: 2025-11-16 17:13:11 -05:00
Anton-4
824c243d06
more Result>Try updates (#8382)
* more Result>Try updates

* [WIP] Fix typo in Try variable names (#8383)

* Initial plan

* Add exception for 'Trys' to typos.toml

Co-authored-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>

* not this one

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2025-11-14 17:10:55 +01:00
Fabian Schmalzried
a55b048dad
Change the handling of invalid single quote to improve error messages. (#8370)
* add value_not_exposed report

* Change handling of invalid single-quote.

* fix typo
2025-11-11 13:42:35 +01:00
Richard Feldman
ec536bc953
Merge remote-tracking branch 'origin/fix-fmt' into fold 2025-11-10 23:15:02 -05:00
Richard Feldman
41c6615077
Fix formatting bug 2025-11-10 23:10:30 -05:00
Richard Feldman
219d6b871f
Add fold closure test 2025-11-10 22:28:37 -05:00
Richard Feldman
f212eb79af
Add List.fold 2025-11-10 09:39:34 -05:00
Richard Feldman
690fa39db2
Improve error message even more 2025-11-09 21:32:52 -05:00
Richard Feldman
3ff8c3f5af
Fix origin of binop_plus 2025-11-09 21:19:31 -05:00
Richard Feldman
0704b63db0
Improve an error message 2025-11-09 20:36:45 -05:00
Richard Feldman
e5e75f4e6a
Update ModuleEnv serialized size 2025-11-09 17:03:17 -05:00
Jared Ramirez
2a2ff8d093
Cleanup 2025-11-09 09:59:56 -05:00
Jared Ramirez
6b820e475c
Fix scoped type variables 2025-11-09 09:41:14 -05:00
Jared Ramirez
5e2a8350b9
Fix record regression & add back ext vars 2025-11-09 09:41:14 -05:00
Jared Ramirez
402922cd19
Record update 2025-11-09 09:40:59 -05:00
Jared Ramirez
b1b70e113b
Fix ext record checking 2025-11-09 09:39:41 -05:00
Jared Ramirez
eaa5c17f64
Support forward references in czer 2025-11-09 09:39:41 -05:00
Jared Ramirez
5570184040
Support czer + type checking out of order defs 2025-11-09 09:37:54 -05:00
Jared Ramirez
9ef6e28718
Fix let polymorphism + out of order dispatch 2025-11-09 09:36:57 -05:00
Richard Feldman
d0e1d2dd6a
Fix Ubuntu CI panic and update snapshots 2025-11-08 21:25:42 -05:00
Richard Feldman
ba3e667e5b
Fix Ubuntu CI 2025-11-08 18:50:11 -05:00
Richard Feldman
0c0c2e8cb4
More fixes 2025-11-08 15:57:16 -05:00