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.