diff options
| author | Xavier Bouchoux <xavierb@gmail.com> | 2023-03-16 23:25:48 +0100 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-06-17 14:08:05 -0700 |
| commit | 67b3e07260ce5b41039968d35e957945e4661ffa (patch) | |
| tree | fbbaadb4fe95b9f29b1939825fd190654e09ac0c /src/codegen.zig | |
| parent | 8b923543969c8eceb90f493875b4bb8540f54a71 (diff) | |
| download | zig-67b3e07260ce5b41039968d35e957945e4661ffa.tar.gz zig-67b3e07260ce5b41039968d35e957945e4661ffa.zip | |
zlib: naming convention
Adress review comments from https://github.com/ziglang/zig/pull/13977
by using the same naming convention as zstd.
And by using `finish()` instead of `close()` for the finalisation of the compressed stream.
rationale:
- it is not the same as how close() is usually used, since it must be called to flush and write the final bytes. And as such it may fail.
- it is not the same `flush` in the deflate code, which allows to keep writting more bytes later, and doesn't write the final checksum.
- it is the same name as used in the original zlib library (Z_FINISH)
Also, use a packed struct for the header, which seems a better fit.
Diffstat (limited to 'src/codegen.zig')
0 files changed, 0 insertions, 0 deletions
