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

solidjs / solid / 35772188487
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: fix/optimistic-undeclared-flight-owner
DEFAULT BRANCH: main
Ran 22 Sep 2026 07:15PM 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

22 Sep 2026 07:11PM UTC coverage: 72.775%. Remained the same
35772188487

push

github

web-flow
fix(signals): rewriting an orphan override opens no transaction (#3576) (#3586)

optimisticWrite passed whatever resolveTransition returned to
initTransition when the node already carried an override. For an override
no transaction owns (an ambient optimistic write, or the latest() shadow's
first companion sync) that is null, and initTransition reads null as "open
a fresh transaction": the ambient batch was adopted into it, every plain
write staged in the same tick was stamped as its pending node, and
activeTransition stayed set for the rest of the caller's block.

The latest() shadow made this reachable from a plain read: after one
latest(() => store.value), the second setStore write in a tick synced the
shadow through this path, the store node was stamped held, foldHeld
masked the projection's pending backing from context-free readers, and
store.value read back 0, 1, 0, 0, 0 where the same writes without the
latest() read gave 0, 1, 2, 3, 4.

Join a transaction only when one is resolved, as the same-value branch of
the write already does.

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

550 of 818 branches covered (67.24%)

Branch coverage included in aggregate %.

824 of 1070 relevant lines covered (77.01%)

17.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35772188487.1 22 Sep 2026 07:15PM UTC 8
72.78
GitHub Action Run
Source Files on build 35772188487
  • 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 #35772188487
  • 9c6c5cd3 on github
  • Prev Build on next (#35763406371)
  • Next Build on next (#35774262131)
  • 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