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
- server-effect: replace throwing replay() stub in
unconfiguredEventLogLayer with Stream.fail(...).pipe(Stream.orDie) so
the failure surfaces through the Stream channel like the real ops,
and extract the repeated "not provided" message to a constant.
- client-effect: dedupe the inline TaggedTransportError construction
for submit/cancel via a shared UNBOUND_MESSAGE + unboundError() helper.
- runtime tests: replace `_tag === "Some"` discriminator checks with
Option.isSome (plus an explicit assertion so a None failure can't
silently skip the inner expect), and the runHead Option result with
Option.isNone narrowing in server-effect.test.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments