List view
Bring docs/specs/HEW-SPEC.md back into alignment with shipped v0.3.0/v0.4.0 code. Correct the two substantive factual errors (HBF wire format vs shipped MessagePack; stdlib IoError mischaracterization), clean up section numbering and front-matter version claim, and freeze §4 Tasks/Scopes as provisional until #1236 (I/O subsystem) settles the async model. Strengthens the existing spec-surface-alignment LESSONS invariant.
No due date•4/5 issues closedEvery std/* module carries an explicit, justified disposition on the Hew-native spectrum: tier 1 (thin FFI wrapper), tier 2 (Hew-defined types and errors over a Rust kernel), or tier 3 (pure Hew). The principle is 'not all pure-Hew, but all as Hew-native as we can practically get them' — Rust kernels stay where they earn their keep; user-facing types, errors, and methods become Hew-shaped so the checker, debugger, observer tooling, and pattern-matching apply uniformly across the stdlib. Parent issue: #1247.
No due date•2/6 issues closedCleaning up and hardening the release process: cross-compilation outputs (per-triple libhew.a, target-aware link.rs, universal lld), library builds (combined libhew + stdlib archives, packaging trees), release validation (pre-release-validate.sh, codegen smoke, platform matrix), release runbook hygiene (waivers, gaps, sign-off), and the release pipeline itself (release.yml, downstream sync, installers). Tracks #254 and the cluster of gaps the release runbook lists as 'Known gaps'.
No due date•0/2 issues closedA coherent I/O subsystem for Hew: high-speed, accurate, and actor-aware. Establishes a uniform error taxonomy, visible backpressure, cancellation and deadlines, low-allocation read/write paths, and end-to-end observability across TCP, TLS, HTTP, QUIC, WebSocket, DNS, and file I/O — with non-blocking actor integration as the headline capability. Parent issue: #1236.
No due date•2/9 issues closedLong-term roadmap and open questions for bringing JIT execution to Hew. Tracks parent issue #1226 and its scoped sub-issues (runtime lifecycle, crash isolation, redefinition semantics, WASM parity, observability, symbol ABI, compilation mode).
No due date•1/10 issues closed