Jump to conversation
Unresolved conversations (0)
Nice work!

Nice work!

All of your conversations have been resolved.

Resolved conversations (1)
@ximion ximion Feb 12, 2021
You could move that import into the `if (ret != ARCHIVE_OK) {` block, for less visibility of "strerror", or, since it's used in multiple functions and has a fairly unique name, just move it to the toplevel imports and have less import statements.
Outdated
src/asgen/zarchive.d
iainlane