Closed lawrence-laz closed 5 months ago
Zig v0.13 deprecated stderr mutex lock functions, instead it replaced it with use lockStdErr and unlockStdErr. These functions, however, are not available in v0.12, so we need to check std.debug decls to be compatible with both v0.12 and v0.13.
lockStdErr
unlockStdErr
std.debug
Resolves #19
Zig v0.13 deprecated stderr mutex lock functions, instead it replaced it with use
lockStdErr
andunlockStdErr
. These functions, however, are not available in v0.12, so we need to checkstd.debug
decls to be compatible with both v0.12 and v0.13.Resolves #19