Skip to content

Commit 37cca5d

Browse files
committed
Mark completed 0.15.0 roadmap items
1 parent 056e10a commit 37cca5d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ROADMAP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ Goal: make types expressive enough for real workflows while keeping runtime chec
171171
- [x] Add parametric container types: `array<T>`, `hash<K, V>`.
172172
- [x] Add union types beyond nil: `A | B`.
173173
- [x] Add typed object/hash shape syntax for common payload contracts.
174-
- [ ] Add typed block signatures where appropriate.
175-
- [ ] Define type display formatting for readable runtime errors.
174+
- [x] Add typed block signatures where appropriate.
175+
- [x] Define type display formatting for readable runtime errors.
176176

177177
### Type Semantics
178178

@@ -193,7 +193,7 @@ Goal: make types expressive enough for real workflows while keeping runtime chec
193193
- [x] Add parser tests for all new type syntax forms.
194194
- [x] Add runtime tests for nested composite type checks.
195195
- [x] Add regression tests for existing `any` and nullable behavior.
196-
- [ ] Expand `docs/typing.md` with migration examples.
196+
- [x] Expand `docs/typing.md` with migration examples.
197197

198198
### v0.15.0 Definition of Done
199199

0 commit comments

Comments
 (0)