| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So switched to the short version with 'orelse'. ;)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is checked from compiler version 0.12.0-dev.1664
|
|
|
|
|
|
|
|
|
|
in Woodpecker
|
|
|
|
|
|
Only Basic Latin and Latin-1 Supplement code points fit into a single
byte.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also gave a shot at explaining data-oriented design, a Zig "hot
topic" ever since the red Hawaiian shirt talk(s).
|
|
|
|
So 100 will be the next in line.
|
|
|
|
This avoids unnecessary output.
Also remove the comment, since the message to stdout makes it
unnecessary.
|
|
|
|
|
|
Currently, `zig fmt` exit status is ignored, making it useless.
Ensure that the script terminates early if there is an error.
Print a message to stdout before executing `zig fmt`, in order to make
the possible error more visible.
|