Matthew D. Steele
Matthew D. Steele
Emacs `c-mode` applies `font-lock-constant-face` to labels (e.g. `foo:`) and label references (e.g. `goto foo;`). We should have `zig-mode` do something similar for e.g. `blk: { ... }` and `break :blk`.
The `bzip2::Compression` type only allows the options `Fastest` (1), `Default` (6), or `Best` (9). There seems to be no way to specify a compression level of, say, 4. Perhaps it...
Seems like one of the strengths of cargo-bundle is being able to easily handle resource files in a cross-platform way (something I've found to be a pain to deal with...
I think this is an issue with how the frame redraw code works; it works fine on Mac, but not on all other systems.