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: missing Fallback import in AsRaw/AsReal, unused-given warnings in tests
AsRawReal.scala fully-qualified mrpc.Fallback but AsRaw.scala/AsReal.scala
didn't import it at all - never caught locally because the CI test hang
(fixed in #16) meant this branch was never actually compiled end to end
until now.
Also marks the intentionally-shadowed Fallback givens in FallbackSuite/
MetadataFallbackSuite's "normal given wins" tests as @unused - their
presence-but-non-resolution is exactly what's being asserted, which
-Wunused:all -Werror otherwise flags as dead code.
Verified: full `scala-cli test .` passes (0 failed except the pre-existing,
already-documented AnnotationCaptureSuite issue from #16).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments