ποΈ refactor(runtime): adopt Effect v4 for the next v5 alpha - #3390
Draft
smashah wants to merge 7 commits into
Draft
ποΈ refactor(runtime): adopt Effect v4 for the next v5 alpha#3390smashah wants to merge 7 commits into
smashah wants to merge 7 commits into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the βοΈ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
β¨ Finishing Touchesπ§ͺ Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
What changed
Why
This implements the Effect v4 architecture explored in #3385 while the v5 API is still intentionally negotiable. It gives each supported runtime an explicit capability boundary, improves browser-session cleanup and memory control, and lets independent startup work such as patch and license preloads run concurrently.
Release impact
alphaprerelease mode.mastertoreleasepromotion can publish the next alpha afterv5.0.0-alpha.8.Validation
pnpm install --frozen-lockfileon Node 22.22.2 / pnpm 11.15.1pnpm testβ 64/64 Turbo tasks passed, including docs build and prerenderpnpm typecheckβ 16/16 tasks passedpnpm lintpnpm check:effect-contractspnpm changeset statusgit diff --checkThe startup benchmark measured about 2.07x speedup for one session and 6.25x for three concurrent sessions.