| ... | @@ -59,9 +59,9 @@ unset CXX | ... | @@ -59,9 +59,9 @@ unset CXX |
| 59 | | 59 | |
| 60 | make $JOBS install | 60 | make $JOBS install |
| 61 | | 61 | |
| 62 | # Look for formatting errors and AST errors. | 62 | # Look for non-conforming code formatting. |
| 63 | # Formatting errors can be fixed by running `zig fmt` on the files printed here. | 63 | # Formatting errors can be fixed by running `zig fmt` on the files printed here. |
| 64 | release/bin/zig fmt --check --ast-check .. | 64 | release/bin/zig fmt --check .. |
| 65 | | 65 | |
| 66 | # Here we rebuild zig but this time using the Zig binary we just now produced to | 66 | # Here we rebuild zig but this time using the Zig binary we just now produced to |
| 67 | # build zig1.o rather than relying on the one built with stage0. See | 67 | # build zig1.o rather than relying on the one built with stage0. See |