• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

solidjs / solid / 36108696611
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: claude/issue-3672
DEFAULT BRANCH: main
Ran 25 Sep 2026 07:44AM UTC
Jobs 1
Files 8
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Sep 2026 07:38AM UTC coverage: 73.611%. Remained the same
36108696611

push

github

web-flow
fix(signals): an armed derived override shields an untracked read of an uninitialized node (A18(d), follow-up to #3651) (#3652)

A memo whose FIRST async landing rode its optimistic lane keeps
STATUS_UNINITIALIZED: the value sits in the derived-override slot until the
lane's commit promotes it (#3648, #3651). When the action then fails, A18
body-end supersession re-derives the memo from the truth on the plain
channel; in that window the node is pending, still uninitialized, and its
derived override is still armed and displayed.

An untracked read of it from ambient code threw NotReadyError: read()'s
`!c && STATUS_UNINITIALIZED` throw fired ahead of serve()'s override arm.
The same read of an INITIALIZED node re-deriving under its override already
returned the override. Maintainer ruling (A18 (d)): a pending node that
carries an override displays the override — "uninitialized must suspend"
(#3276, A19 exception 1) was written for a node with nothing to show. The
guard now yields to the override arm under #3651's predicate
(CONFIG_DERIVED_OVERRIDE && hasActiveOverride).

Unchanged: tracked lane readers keep the override (A17); tracked off-lane
readers suspend (#3651, overrideRead); settlePendingSource's invariant.

Spec: A17 lanes-stage mechanism index records #3651's ruling and this one;
RULES-INDEX regenerated.

Co-authored-by: Claude via Cursor <noreply@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

601 of 882 branches covered (68.14%)

Branch coverage included in aggregate %.

883 of 1134 relevant lines covered (77.87%)

25.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 36108696611.1 25 Sep 2026 07:44AM UTC 8
73.61
GitHub Action Run
Source Files on build 36108696611
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #36108696611
  • c8a9d236 on github
  • Prev Build on next (#36106961337)
  • Next Build on next (#36112163902)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc