docs: mark RFC 0005/0006 implemented, note follow-up work
This commit is contained in:
parent
9867c33079
commit
1c0b3fe9bd
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# RFC 0005 — Structural collection-type inference
|
# RFC 0005 — Structural collection-type inference
|
||||||
|
|
||||||
- **Status**: Draft
|
- **Status**: Implemented (jolt-5uj). Ray tracer 12.8s to 11.0s hint-free,
|
||||||
|
matching the explicit `^:struct` version; render checksum unchanged.
|
||||||
- **Champions**: jolt maintainers
|
- **Champions**: jolt maintainers
|
||||||
- **Created**: 2026-06-13
|
- **Created**: 2026-06-13
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
# RFC 0006 — Compile-time detection of provably-wrong code (success typing)
|
# RFC 0006 — Compile-time detection of provably-wrong code (success typing)
|
||||||
|
|
||||||
- **Status**: Draft
|
- **Status**: Implemented (jolt-y3b), first table. Core-fn error domains
|
||||||
|
(arithmetic on non-numbers, count/first/rest/next/seq/nth on non-seqable
|
||||||
|
scalars), `JOLT_TYPE_CHECK=off|warn|error`, decoupled from specialization.
|
||||||
|
Precise source locations (file:line:col) remain follow-up work.
|
||||||
- **Champions**: jolt maintainers
|
- **Champions**: jolt maintainers
|
||||||
- **Created**: 2026-06-13
|
- **Created**: 2026-06-13
|
||||||
- **Depends on**: RFC 0005 (structural collection-type inference)
|
- **Depends on**: RFC 0005 (structural collection-type inference)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue