Commit 57e2d83
fix(ralph): replace catch unreachable with try in ralph_orchestrator.zig init (#155)
Allocation can fail. The enclosing init() function already returns
an error union, so use try to properly propagate allocation errors
instead of crashing with unreachable.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c16ed8f commit 57e2d83
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments