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

solidjs / solid / 34249390117
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 08 Sep 2026 04:15PM 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

08 Sep 2026 04:09PM UTC coverage: 71.892%. Remained the same
34249390117

push

github

ryansolid
docs(signals): createDeferred proposal — verify seams, resolve open questions

Verification pass against lanes.ts / optimistic.ts / verdict.ts / async.ts:

- Landing path is asyncWrite's existing lane branch; the only addition is
  ensuring a lane at landing time. Lanes never merge into transitions and a
  deferred node is never a reporter, so its lane is never held.
- refresh(deferred) would resolve stale (waiter relies on the read parking);
  fixed by D9: authoritative readers bypass the clamp, per the A17 precedent.
- isPending rides the affects() mark channel (markWalk reachability +
  _repollVerdicts), verdict-only — pending does not propagate through
  derivations of a deferred node since they never re-run. Mark is a
  flight-lifecycle flag, not _inFlight (never nulled at landing) and not a
  transaction refcount.
- Lane merge with an in-flight optimistic action is the correct semantics
  (one convergence rule, one paint at settle), not an accepted coupling.
- Adds §2.2 (what the user sees), §2.3 (how to teach it: consistency by
  default, staleness by declaration; latest is input-side, deferred is
  data-side), §9 (migration role with loadingValue).
- Rejects the <Deferred> boundary and the createMemo option outright.
- D3 sharpened; D9, D10 added; CONFIG_DEFERRED = 1 << 19.

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

516 of 784 branches covered (65.82%)

Branch coverage included in aggregate %.

768 of 1002 relevant lines covered (76.65%)

14.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34249390117.1 08 Sep 2026 04:15PM UTC 6
71.89
GitHub Action Run
Source Files on build 34249390117
  • 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 #34249390117
  • c5544322 on github
  • Prev Build on next (#34246267056)
  • Next Build on next (#34249636263)
  • 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