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

solidjs / solid / 35946125379
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: claude/issue-3672
DEFAULT BRANCH: main
Ran 24 Sep 2026 02:16AM 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

24 Sep 2026 02:10AM UTC coverage: 72.655%. Remained the same
35946125379

push

github

web-flow
fix(signals): a held derivation is not a proposal — mainline writes become prev for the re-derivation (#3612) (#3630)

#2692's "manual write wins" precedence applies within a synchronous frame.
Across a hold, a held derivation is not a proposal: a mainline write to a
node whose held staging is a pass result (stamped by another transaction,
REACTIVE_MANUAL_WRITE not set on the node or its _firewall) becomes `prev`
for the transaction's re-derivation and does not suppress it. The write
still joins T per A34(1) — the writer's tick reveals with T, no intermediate
mainline commit. Writes made inside the transaction keep last-write-wins.
Applies to createSignal(fn) and createStore(fn) (CS-R31).

Mechanism: `setMemo` asks `heldDerivation` before the write, resolves an
updater against the committed value on a hit, takes the A34 join, and
`rederiveHeld`s (DIRTY + enqueue) instead of masking. The derived store
setter is wrapped by `derivedStoreWrite`, which records a held leaf whose
`_firewall` is the setter's node in `notifyWrites` and decides in its
`finally`. `updateIfNecessary`'s post-pull flag wipe now preserves
REACTIVE_MANUAL_WRITE: the mask is state, not scheduling, and a `latest()`
probe must not turn a proposal into a pass result.

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

594 of 882 branches covered (67.35%)

Branch coverage included in aggregate %.

870 of 1133 relevant lines covered (76.79%)

24.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35946125379.1 24 Sep 2026 02:16AM UTC 8
72.66
GitHub Action Run
Source Files on build 35946125379
  • Tree
  • List 8
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35946125379
  • 3218b7a0 on github
  • Prev Build on next (#35945534754)
  • Next Build on next (#35946933371)
  • 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