zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 6d5ad024923faca2323ed5cb0d3622c031cd1dcb (tree)
parent 170c983328b2cb64be686c5d9a0d61b0fdc16536
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 14 Feb 2026 19:06:11 +0200

Note about checkpointing

Diffstat:
Mstage0/.claude/skills/port-astgen/SKILL.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/stage0/.claude/skills/port-astgen/SKILL.md b/stage0/.claude/skills/port-astgen/SKILL.md @@ -88,6 +88,8 @@ continue to Step 7 (commit progress, re-skip). ### Step 7: Clean up and commit +If progress was made (see Step 6), we need to checkpoint it by committing. + 1. If the corpus test still fails: re-add the `SkipZigTest` line with a TODO comment describing the remaining diff. 2. Remove ALL `fprintf`/`printf` debug statements from `astgen.c`.