chore: upgrade Effect to rc.115 - #50231
Open
kitlangton wants to merge 5 commits into
Open
kitlangton wants to merge 5 commits into
kitlangton wants to merge 5 commits into
Conversation
kitlangton
force-pushed
the
effect-rc115
branch
from
September 21, 2026 02:45
35524c3 to
6345548
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
OpenCode was pinned to Effect
4.0.0-rc.112, while the current V4 release candidate isrc.115. Moving forward requires adopting breaking changes in socket lifecycle APIs, schema parsing, CLI constructors, filesystem sizes, and network addresses without regressing existing behavior.What Changes
rc.112torc.115onExcessProperty: "preserve"ByteSize, and native Effect arbitrary APIfast-checkan explicit test dependency for the remaining custom state-machine propertiesSocket Lifecycle
Socket acquisition now owns the connection scope. Readers pull non-empty frame batches, writers expose
write/writeAll, and clean closes are handled explicitly where the previous callback runner treated them as completion.Scope
This PR contains the Effect upgrade, its required compatibility changes, and one correction to an existing E2E expectation; it does not intentionally change user-facing behavior.
Verification
Full lint and type-check passed across all 35 tasks. Focused suites passed: core 109 tests, desktop 17 tests, HTTP recorder 12 tests, CLI 20 tests, server 1 test with 3 environment-dependent skips, HTTP API codegen 97 tests, AI 1,401 tests with 28 skips, CodeMode 1,282 tests, generated-client validation, and the two summary-layout E2E variants.