Commit 0528808
fix(docs, build): Fix broken hyperlinks and Zig 0.15 compatibility (#435)
README.md:
- Fix src/tri-lang/emu/specs/tri27_isa.md → src/tri27/emu/specs/tri27_isa.md
- Fix deploy/Dockerfile.tri → deploy/Dockerfile
- Fix .ralph/RULES.md → .trinity/ralph/RULES.md
- Fix .ralph/SUCCESS_HISTORY.md → .trinity/ralph/SUCCESS_HISTORY.md
AGENTS.md:
- Fix .ralph/ → .trinity/ralph/ directory paths
src/tri/tri_zenodo.zig:
- Fix unused function parameter in runV21Command (allocator → _)
- Fix unused function parameter in runV22Command (allocator → _)
src/tri/tri_cloud.zig:
- Fix std.io.getStdIn() → std.io.getStdInHandle() (Zig 0.15 API)
- Fix unused error capture in catch blocks (_|_ → _)
- Fix format specifiers for errors ({} restored for anyerror type)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a5a088f commit 0528808
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
1412 | 1412 | | |
1413 | 1413 | | |
1414 | 1414 | | |
1415 | | - | |
| 1415 | + | |
1416 | 1416 | | |
1417 | 1417 | | |
1418 | 1418 | | |
| |||
0 commit comments