File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments