Richard Feldman
|
3a144a304a
|
Fix parallel execution
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
3dd45a6b77
|
Fix discrepancy between snapshots and roc check
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
5cc0892644
|
Share more code
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
b43d2dbc2b
|
Hacky fix
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
81152aa9e8
|
Fix some snapshots
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
7fb2f8e70e
|
Update snapshot test
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
cea398eb2e
|
Fix some store tests
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
1d9e014e27
|
Revise a comment
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
a41c5556b7
|
Test nested ZSTs
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
1d2dd385e2
|
Add Try.ok_or and err_or
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
7a459560ea
|
Fix snapshots
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
a263ddee5e
|
Make List be a phantom type
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
657caf3222
|
Add support for phantom types
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
ddd7416f6c
|
Revise some comments
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
5c1ecc2f8a
|
Fix tests
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
a565f35388
|
Remove .list primitive
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
34f9e39cfb
|
Use Dec by default for number literals
|
2025-11-18 11:08:59 -05:00 |
|
Richard Feldman
|
3ac52da3c4
|
Add POLY_REMOVAL_PLAN.md
|
2025-11-16 17:43:26 -05:00 |
|
Richard Feldman
|
a99f9c03ab
|
Fix for the fix
|
2025-11-16 17:43:16 -05:00 |
|
Richard Feldman
|
828e995875
|
Revise that approach better
|
2025-11-16 17:32:09 -05:00 |
|
Richard Feldman
|
80e7eb57a6
|
Fix compiler crash
|
2025-11-16 17:32:09 -05:00 |
|
Richard Feldman
|
fee2b35c52
|
Add NumLiteral to Builtins
|
2025-11-16 17:32:09 -05:00 |
|
Richard Feldman
|
24a8f9527d
|
Use :: in builtins
|
2025-11-16 17:13:31 -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 |
|
Richard Feldman
|
b012034082
|
Merge pull request #8381 from roc-lang/type-recursion
Recursive static dispatch constraints
|
2025-11-14 09:46:30 -05:00 |
|
Richard Feldman
|
dcf4c2aa6f
|
Fix lints
|
2025-11-13 23:26:41 -05:00 |
|
Richard Feldman
|
d15fe697cf
|
Recreate the number test without actual nums
|
2025-11-13 23:23:27 -05:00 |
|
Richard Feldman
|
e7b9422339
|
Update some docs and implementation a bit
|
2025-11-13 23:13:27 -05:00 |
|
Richard Feldman
|
19c257a841
|
Write recursion vars
|
2025-11-13 23:08:00 -05:00 |
|
Richard Feldman
|
a98282c37d
|
Equiricursive unification
|
2025-11-13 23:02:20 -05:00 |
|
Richard Feldman
|
76af84b12d
|
Store recursion info
|
2025-11-13 22:54:56 -05:00 |
|
Richard Feldman
|
92b54162c0
|
Detect recursive types
|
2025-11-13 22:45:43 -05:00 |
|
Richard Feldman
|
867b38e27e
|
Add .recursion_var
|
2025-11-13 22:36:55 -05:00 |
|
Anton-4
|
b69a3c8a98
|
update .rules (#8379)
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2025-11-13 19:52:34 +01:00 |
|
Anton-4
|
cea6d56329
|
WIP Fix unification custom type + actually run tests (#8376)
* initial check wiring script
* use wiring script + fixes
* add assertNoErrors
* test fixes
* fix unification for types
|
2025-11-11 21:12:55 +01:00 |
|
Anton-4
|
10fb170c2e
|
Check all defined tests are actually run + fixes (#8375)
* initial check wiring script
* use wiring script + fixes
* add assertNoErrors
* test fixes
* add wiring check exception
* Add check_test_wiring.zig to CI manager filters
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
---------
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2025-11-11 18:54:17 +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
|
856b909a57
|
Merge pull request #8373 from roc-lang/fold
Add List.fold
|
2025-11-11 07:22:29 -05:00 |
|
Richard Feldman
|
ccb7454dc2
|
Merge pull request #8374 from roc-lang/fix-fmt
Fix single-line lambda formatting
|
2025-11-11 07:21:45 -05:00 |
|
Richard Feldman
|
8000a3a3ce
|
Update snapshots
|
2025-11-10 23:27:52 -05:00 |
|
Richard Feldman
|
ec536bc953
|
Merge remote-tracking branch 'origin/fix-fmt' into fold
|
2025-11-10 23:15:02 -05:00 |
|
Richard Feldman
|
f9b0c94c70
|
Remove arbitrary depth limit
|
2025-11-10 23:13:58 -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
|
70bf3078fa
|
Fix a bug and unskip some tests
|
2025-11-10 22:15:57 -05:00 |
|
Richard Feldman
|
bc8394f2b6
|
Don't use Str.concat in an example
|
2025-11-10 21:10:34 -05:00 |
|
Richard Feldman
|
b291ef3bce
|
Remove Str.concat placeholder
|
2025-11-10 21:07:44 -05:00 |
|
Richard Feldman
|
55d1810549
|
Remove some debug logging
|
2025-11-10 20:34:35 -05:00 |
|
Richard Feldman
|
701fc175c9
|
Merge remote-tracking branch 'origin/main' into fold
|
2025-11-10 20:11:23 -05:00 |
|