Manlio Perillo
Manlio Perillo
I propose to add the `--diff` option to the `zig fmt` command. When it is set, it will display diffs instead of rewriting files. The `--diff` and `--check` options can...
Attempt to improve the readability and consistency of `docgen`.
Fix a typo in the CSS from commit 201dca323. ### TODO I checked the new rendering and the change is subtle, so I'm not sure if `flex-direction` should be `row`...
Update the old invalid legacy syntax to the new one.
Currently, `grammar.y` is out of sync with the actual grammar implemented by the `zig` compiler (in `std/zig/tokenizer` and `std/zig/parser.zig`). These are the places where `grammar.y` and `zig` diverges, found with...
See http://www.brynosaurus.com/cachedir/. Some tools that support the specification are: - [Restic](https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files), with `--exclude-caches` - `tar`, with `--exclude-caches`, `--exclude-caches-all` and `--exclude-caches-under` - [Kopia](https://kopia.io/)
The tool is used to find the latest commit, from the HEAD in date order, that is compatible with the specified Zig compiler. The commit found can be used as...
Currently, the last version of the Zig compiler know to work is formatted as `0.11.0-dev.2157+xxxxxxxxx`. While the revision number is convenient for users, it is not convenient for collaborators. When...
Copied from #294.
Copied from #294. Currently the optional `hint` message is printed both when compile fails and when output check fails. Separate hints (like `compile_hint` and `output_hint`?) would be much more helpful.