Lazy readiness, $global fills, controllables, and client-owned child inputs - #4047
Open
DylanPiercey wants to merge 1 commit into
Open
Lazy readiness, $global fills, controllables, and client-owned child inputs#4047DylanPiercey wants to merge 1 commit into
DylanPiercey wants to merge 1 commit into
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## persisted-pages #4047 +/- ##
==================================================
Coverage ? 90.29%
==================================================
Files ? 458
Lines ? 22815
Branches ? 4782
==================================================
Hits ? 20600
Misses ? 1455
Partials ? 760 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
DylanPiercey
force-pushed
the
dpiercey-ws-persisted-pages-xh8764
branch
3 times, most recently
from
August 21, 2026 21:38
5aec6ac to
762cd7b
Compare
DylanPiercey
force-pushed
the
persisted-pages
branch
from
August 21, 2026 22:33
4d011d2 to
61dac02
Compare
DylanPiercey
force-pushed
the
dpiercey-ws-persisted-pages-xh8764
branch
from
August 21, 2026 22:33
762cd7b to
2aa000b
Compare
DylanPiercey
force-pushed
the
persisted-pages
branch
from
August 21, 2026 22:59
61dac02 to
d4bcc1d
Compare
DylanPiercey
force-pushed
the
dpiercey-ws-persisted-pages-xh8764
branch
from
August 21, 2026 22:59
f953b97 to
f6ea670
Compare
DylanPiercey
force-pushed
the
persisted-pages
branch
from
August 29, 2026 20:53
d4bcc1d to
ac65706
Compare
DylanPiercey
force-pushed
the
dpiercey-ws-persisted-pages-xh8764
branch
from
August 29, 2026 20:53
787c1f4 to
bb46724
Compare
… client-owned child inputs Continues the persisted-pages line: lazy patch readiness and failure reporting (a dead channel settles pending appliers and rejects later frames naming it, never reloading the page), boundary pairing through content sections (a settle from an earlier response no longer hides a later frame's pending UI), $global-derived values as fills, the controllables protocol (value/checked/checkedValue/selectedIndex/open, spread claims), client-owned child input channels (tag vars, attribute tags, arguments), and fold-ins from origin/main (#4048, #4053). Fail-closed shapes are pinned as rejection fixtures; behavioral fixtures pin client state surviving patches. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
DylanPiercey
force-pushed
the
persisted-pages
branch
from
August 30, 2026 04:30
ac65706 to
ef3f58c
Compare
DylanPiercey
force-pushed
the
dpiercey-ws-persisted-pages-xh8764
branch
from
August 30, 2026 04:30
bb46724 to
8b22465
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.
Continues the persisted-pages feature branch (now rebased onto main): lazy patch readiness/failure reporting, boundary pairing through content sections, $global-derived values as fills, the controllables protocol (value/checked/checkedValue/selectedIndex/open, spread claims), client-owned child input channels (tag vars, attribute tags, arguments), and fold-ins from origin/main (#4048 lazy-failure reporting, #4053 abort-catch boundaries). Fail-closed shapes are pinned as rejection fixtures; behavioral fixtures pin client state surviving patches.
Review fixes folded in: a dead lazy channel settles pending patch appliers and rejects later frames naming it instead of reloading the page (a persistent chunk failure no longer reload-loops); a boundary settle from an earlier response no longer hides a later frame's pending UI; load-feed registrations keep their tree-shaking exemption through
callRuntimeImpurerather than stripping comments; analyze facts are named as observations (attrSetSpread,loadFeed).🤖 Generated with Claude Code