You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the two remaining branch test failures (all green)
test/fx/test_type_mismatch.roc returned a bare quote literal `"hello"`,
which on this branch is an open literal reachable from main!'s signature.
It's generalized rather than defaulted, so the entry-point check reports
POLYMORPHIC VALUE (a load-bearing safety net — suppressing it makes the
checker accept the program and crash in postcheck) before the cross-module
platform-requirement check can report TYPE MISMATCH. Refactor the fixture
to return a concretely-typed Str (annotated local) so it genuinely
mismatches the platform's `() => {}`; the TYPE MISMATCH assertion is
unchanged.
Regenerate 3 drifted EXPECTED sections (--update-expected): a reordered
TYPE MISMATCH entry in fuzz_crash_019/020 and an improved mismatch region
(1:1:1:1 -> 4:6:4:13) in string_interpolation_type_mismatch. EXPECTED-only;
no report-text/body changes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments