dmgk / zig-getopt

POSIX-compatible getopt(3) implementation in Zig

Repository from Github https://github.comdmgk/zig-getoptRepository from Github https://github.comdmgk/zig-getopt

zig 0.11 build failure: IsAlNum() is no longer valid

supermuumi opened this issue · comments

The code tries to call std.ascii.isAlNum() which has been renamed to isAlphanumeric() in recent language versions.

I could submit a quick patch but I don't seem to be able to submit PRs.