Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-20 | 16 | 8 | 23 | 82 | 39 |
| 2026-09-19 | 50 | 46 | 36 | 94 | 64 |
| 2026-09-18 | 49 | 37 | 12 | 72 | 88 |
| 2026-09-17 | 141 | 14 | 36 | 137 | 106 |
| 2026-09-16 | 50 | 4 | 10 | 28 | 52 |
| 2026-09-15 | 13 | 11 | 14 | 23 | 15 |
| 2026-09-14 | 6 | 23 | 20 | 80 | 62 |
| 2026-09-13 | 28 | 10 | 0 | 0 | 0 |
| 2026-09-12 | 29 | 29 | 0 | 0 | 0 |
| 2026-09-11 | 16 | 5 | 0 | 0 | 0 |
| 2026-09-10 | 1 | 1 | 0 | 0 | 0 |
| 2026-09-09 | 5 | 0 | 0 | 0 | 0 |
| 2026-09-08 | 1 | 0 | 0 | 0 | 0 |
| 2026-09-07 | 13 | 8 | 0 | 0 | 0 |
Opened: 325
Closed: 143
Comments: 151
Events: 516
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#10802 ethers fails at link: undefined references from a re-export-from-builtin shape (export { createHash, ... } from "crypto"), now reachable after #10757 Opened 7 hours ago | proggeramlug | open | package-audit | 1 | 0 | 6 hours ago |
#10803 repsel: `Ptr<Shape>` is denied to three storage classes (module globals, parameters, escaping locals) — worth 3.0x on property reads, and the one documented class cites closed #7109 which is a different mechanism Opened 7 hours ago | proggeramlug | open | No labels | 0 | 0 | 7 hours ago |
#9915 [scheduled-gate:gc-native-roots.yml] gc-native-roots is failing on main Opened 14 days ago | github-actions[bot] | open - reopened | No labels | 4 | 0 | 7 hours ago |
#8154 npm publish freshness alert: 2 package(s) behind `0.5.1618` Opened 1 month ago | github-actions[bot] | open - reopened | No labels | 1 | 0 | 7 hours ago |
#10759 node-fetch: fetch() throws 'Function.prototype.call was called on a value that is not a function' — same message class as #5135 and the require('stream') case Opened 22 hours ago | proggeramlug | open | package-audit | 2 | 0 | 7 hours ago |
#10796 cheerio.load() returns a callable object that reports typeof 'function' but throws 'string "h2" is not a function' when invoked Opened 8 hours ago | proggeramlug | open | package-audit | 3 | 0 | 7 hours ago |
#10030 [scheduled-gate:test.yml] CI is failing on main Opened 11 days ago | github-actions[bot] | open | No labels | 2 | 0 | 7 hours ago |
#10793 repsel-census red since v0.5.1613: a pre-existing unnamed ptr-shape residue became visible when #10774 consumed the workload's only named mechanism Opened 10 hours ago | proggeramlug | closed - completed | No labels | 2 | 0 | 7 hours ago |
#9956 [scheduled-gate:gc-ratchet.yml] GC Ratchet is failing on main Opened 13 days ago | github-actions[bot] | open | No labels | 0 | 0 | 8 hours ago |
#9952 GC ratchet is failing on main Opened 14 days ago | github-actions[bot] | open | No labels | 0 | 0 | 8 hours ago |
#9925 [scheduled-gate:gc-root-dominance.yml] GC Root Dominance is failing on main Opened 14 days ago | github-actions[bot] | open - reopened | No labels | 3 | 0 | 8 hours ago |
#10799 ci: the `lint` gate cannot pass — `Cargo.toml` is a tracked public-benchmark input, so every merge train invalidates it (red on main; merged PRs are red too) Opened 8 hours ago | proggeramlug | open | No labels | 0 | 0 | 8 hours ago |
#10761 perf: property access is 13x-112x node warm — two static reads cost 162 instructions against node's 12, and a const-key read costs 7.6x the same read spelled statically Opened 22 hours ago | proggeramlug | open | No labels | 2 | 0 | 8 hours ago |
#10755 Scope boundary: native-addon packages (argon2, bcrypt, better-sqlite3, sharp, @parcel/watcher) are out of the binding-removal campaign Opened 23 hours ago | proggeramlug | open | package-audit | 1 | 0 | 8 hours ago |
#10798 class X extends Stream (the bare node:stream base) throws 'is not a constructor' — #10649 covers only Readable/Writable/Duplex/Transform; blocks nodemailer Opened 8 hours ago | proggeramlug | open | package-audit | 0 | 0 | 8 hours ago |
#10797 undici request() and ws server both throw 'Cannot read properties of undefined' at the transport layer despite compiling cleanly Opened 8 hours ago | proggeramlug | open | package-audit | 0 | 0 | 8 hours ago |
#10784 ci: compiler-output-regression has been red on every main sweep since 2026-09-18 — six structural verdicts, and nobody has established whether they are regressions or stale expectations Opened 14 hours ago | proggeramlug | closed - completed | No labels | 4 | 0 | 10 hours ago |
#10782 ci: perry compile --no-link pays for a full runtime build it discards — 343s nested cargo inside a 300s budget (intermittent compiler-output-regression timeout) Opened 14 hours ago | proggeramlug | closed - completed | No labels | 2 | 0 | 10 hours ago |
#10791 security: cargo audit fails on RUSTSEC-2026-0285 (rustls 0.23.44) — the fix is unblocked by the soak window on 2026-09-21 Opened 10 hours ago | proggeramlug | open | No labels | 0 | 0 | 10 hours ago |
#10779 correctness: a Float64Array element whose bits land in the NaN-box window reads back as its payload integer, and Number.isNaN then reports false Opened 16 hours ago | proggeramlug | closed - completed | No labels | 2 | 0 | 11 hours ago |
#10686 perf: a ~25M-instruction one-time cost is triggered by for...of, JSON.stringify on objects, and array-like access (but not by spread, Promise, or Object.keys) Opened 2 days ago | proggeramlug | closed - completed | No labels | 2 | 0 | 14 hours ago |
#10777 perf: a read's result type is not propagated through a const binding — 'const v = O.a' costs 29 instructions, 'const v = O.a * 1' costs 8 and beats node Opened 17 hours ago | proggeramlug | open | No labels | 2 | 0 | 15 hours ago |
#10718 perf: ordinary Array element access costs 87/105 instructions per read/write vs 6/8 for Float64Array — 14x inside perry, and 0.09x node on read-modify-write Opened 1 day ago | proggeramlug | open | No labels | 1 | 0 | 15 hours ago |
#10743 perf: a[i] += 1 costs 11.5x a[i] = a[i] + 1 — the compound lowering emits alias Lets that the one-statement loop matcher can never admit Opened 1 day ago | proggeramlug | closed - completed | No labels | 1 | 0 | 15 hours ago |
#10775 correctness: a folded + chain coerces objects with ToString instead of ToPrimitive(default) — valueOf-only objects print [object Object] Opened 17 hours ago | proggeramlug | open | No labels | 0 | 0 | 17 hours ago |