KeithBrown39423 / Hexdump

The alternative cross-platform hex dumping utility
MIT License
16 stars 0 forks source link

[Bug] Does not compile on Zig 0.13.0 #43

Closed ZackeryRSmith closed 1 month ago

ZackeryRSmith commented 1 month ago

The release version of Hexdump does not compile on 0.13.0 (or the master branch) of Zig.

To Reproduce Steps to reproduce the behavior:

git clone https://github.com/KeithBrown39423/Hexdump
cd Hexdump
zig build

Expected behavior A compiled binary of Hexdump using zig 0.13.0 (or master)

Additional context This issue is not the cause of Hexdump but it's dependency, Clap. This issue is directly related to the path field in LazyPath being deprecated as of 0.13.0.

ZackeryRSmith commented 1 month ago

I would like to note Clap 0.9.1 will fix compiling on 0.12.0 and 0.13.0

The slight issue is the master branch isn't supported to any degree. Well I don't really see that as an issue.

KeithBrown39423 commented 1 month ago

This is fixed in the dev branch, it just hasn't been merged into release yet.