Commit eac571b
committed
fix(v10.3): Zig 0.15 API fixes for directory iteration
- golden_db.zig: openIterableDir() → openDir() (Zig 0.15 API)
- golden_db.zig: iterate(null) → iterate()
- ralph_cli.zig: Fix updateWithCycle method call (SystemStatsCollector)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ef71681 commit eac571b
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
| 376 | + | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
0 commit comments