You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| F120 | Native SIMD optimization (CW internals) | Investigate Zig `@Vector` for CW hot paths. Profile first. |
24
-
| F141 | cljw.xxx aliases for clojure.java.xxx |`(require '[cljw.io])` should map to `clojure.java.io`. Targets: cljw.io, cljw.shell, cljw.browse, cljw.process. Needs ns alias mapping in require/resolve path. |
25
-
| F139 | case macro fails with mixed body types |`(case x :a 1 :b (cond-> ...))` — shift-mask error. Related to case hash computation when body exprs mix integer literals and complex forms. Workaround: use `cond`. |
26
-
| F140 | GC crash in dissocFn (keyword pointer freed) | Segfault in keyword name comparison under heavy allocation pressure (tools.cli test-summarize). Pre-existing GC root tracking issue. |
16
+
Target Phase references: see `.dev/roadmap.md` Phase Tracker + Open Checklist Items table.
| F139 | case macro fails with mixed body types | 78.2 |`(case x :a 1 :b (cond-> ...))` — shift-mask error. Related to case hash computation when body exprs mix integer literals and complex forms. Workaround: use `cond`. |
27
+
| F140 | GC crash in dissocFn (keyword pointer freed) | 78.1 | Segfault in keyword name comparison under heavy allocation pressure (tools.cli test-summarize). Pre-existing GC root tracking issue. |
28
+
| F141 | cljw.xxx aliases for clojure.java.xxx | 85.4 |`(require '[cljw.io])` should map to `clojure.java.io`. Targets: cljw.io, cljw.shell, cljw.browse, cljw.process. Needs ns alias mapping in require/resolve path. |
0 commit comments