Skip to content

Commit 23f6af8

Browse files
committed
Update v0.16 roadmap status for validated control-flow coverage
1 parent 74788df commit 23f6af8

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
@@ -220,7 +220,7 @@ Goal: improve language ergonomics for complex script logic and recovery behavior
220220
- [ ] Add structured error handling syntax (`begin/rescue/ensure` or equivalent).
221221
- [ ] Add typed error matching where feasible.
222222
- [ ] Define re-raise semantics and stack preservation.
223-
- [ ] Ensure runtime errors preserve original position and call frames.
223+
- [x] Ensure runtime errors preserve original position and call frames.
224224

225225
### Runtime Behavior
226226

@@ -237,9 +237,9 @@ Goal: improve language ergonomics for complex script logic and recovery behavior
237237

238238
### v0.16.0 Definition of Done
239239

240-
- [ ] No regressions in existing `if/for/range` behavior.
240+
- [x] No regressions in existing `if/for/range` behavior.
241241
- [ ] Structured error handling works with assertions and runtime errors.
242-
- [ ] Coverage includes nested/edge control-flow paths.
242+
- [x] Coverage includes nested/edge control-flow paths.
243243

244244
---
245245

0 commit comments

Comments
 (0)