Skip to content

Commit cd15875

Browse files
Record upstream filings: the five bugs are now core issues #596-#600
Filed at the maintainer's request. The four seam proposals remain unfiled; REPORT.md stays the draft.
1 parent 5109407 commit cd15875

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

NEXT.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,7 @@ empirically in NOTES: **route-owning → plugin, pipeline-modifying → core**.
140140

141141
- The repo exists and is public; keep pushing to it.
142142
- Core PRs #590 / #591 are unmerged — the maintainer's call.
143-
- Whether to ever file the seam issues upstream — ask first.
143+
- **The five bugs are FILED** (core issues #596#600, 2026-07-11, at the
144+
maintainer's request). The four *seam* proposals (authorize, events,
145+
reservePath, serverInfo) are still unfiled — ask before filing;
146+
REPORT.md is the draft.

REPORT.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ repo; nothing is speculative. Detail lives in [NOTES.md](./NOTES.md)
77
(findings), [ISSUES.md](./ISSUES.md) (per-issue disposition), and each
88
plugin's `README.md ## Findings`.
99

10-
**Nothing has been filed upstream from this work** (per your rule); each
11-
proposal below is drafted so it *could* be filed nearly verbatim if you
12-
want it.
10+
**The five bugs below are now filed upstream** (#596#600, 2026-07-11, at
11+
the maintainer's request). The four *seams* remain unfiled; each is
12+
drafted so it could be filed nearly verbatim if wanted.
1313

1414
## Executive summary
1515

@@ -209,6 +209,13 @@ probe-port-then-boot dance for the same reason.
209209

210210
## Five loader/core bugs worth fixing regardless
211211

212+
All five filed 2026-07-11: [#596](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/596)
213+
(id derivation), [#597](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/597)
214+
(dotted-prefix WS), [#598](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/598)
215+
(`logger: false` vs onResponse), [#599](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/599)
216+
(error wrap drops `err.code`), [#600](https://github.com/JavaScriptSolidServer/JavaScriptSolidServer/issues/600)
217+
(non-atomic conditional write).
218+
212219
1. **Generic-basename id derivation.** Every plugin follows
213220
`<name>/plugin.js`, so every derived id is `plugin` and the (correct)
214221
duplicate-id guard refuses to boot until each entry carries an explicit

0 commit comments

Comments
 (0)