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

solidjs / solid / 33896928945
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: feat/html-braced-comments
DEFAULT BRANCH: main
Ran 04 Sep 2026 04:50PM UTC
Jobs 1
Files 6
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

04 Sep 2026 04:45PM UTC coverage: 71.814%. Remained the same
33896928945

push

github

ryansolid
fix(signals): merge clone-path folds onto containers privatized mid-batch (#3271)

A writable projection draft writing a descendant then an ancestor lost the
ancestor's writes: the descendant's fold path-copied through the ancestor
(privatizeCommitted re-pointed the parent slot at a fresh clone), so the
ancestor's clone-path fold swapped in its stale ensurePB-time backing and
failed the parent-slot CAS — orphaned, silently. Plain object stores fold
via the prototype-overlay flatten (in-place) and were immune; families and
arrays take the clone path.

drainFolds now detects the privatized container (t.v !== old) and merges
the batch's writes onto it in place: the trap's written-keys bound applies
exactly the written/deleted keys; an array length write (WK_ALL) falls back
to a value-diff against the pre-batch old, which leaves descendant-fold
slots untouched (same raw reference on both sides). Privatizes first so an
adopt-then-write batch never mutates an unowned adoptee.

+~90 B on the store scenarios; caps ratcheted with audit notes (measured
no-win golf this morning still stands).

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

515 of 783 branches covered (65.77%)

Branch coverage included in aggregate %.

764 of 998 relevant lines covered (76.55%)

14.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33896928945.1 04 Sep 2026 04:50PM UTC 6
71.81
GitHub Action Run
Source Files on build 33896928945
  • Tree
  • List 6
  • 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 #33896928945
  • fc7e626f on github
  • Prev Build on next (#33865730468)
  • Next Build on next (#33899461745)
  • 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