stdout output should be cleaned after successful tests
stdout output should be cleaned after successful tests
LCG modulo is power of 2; not power of 2 - 1
unexpeced errno
5 in Io.Threaded.dirOpenDirPosix
I was walking / (root) and forgot to unmount a device I already disconnected
unexpeced errno
5 in Io.Threaded.dirOpenDirPosix
std.Io: add Reader.transfer for optimized streaming
you should have a look at stream (a field in the Reader vtable)
remove
@TypeOf and anytype; introduce |T| syntax
Im woundering about the issue with peer type resolution:
zon does not respect pointers
If zon is not supposed to serialize pointers, it should say that (i.e. compile error) but it should definitly not just serialize pointers as their element types. that's just nonesense (imo it...
zon does not respect pointers
Prefer
<err> => |e| return e over <err> => return <err>
this should probably be err rather than er; I don't think er is commonly used to refer to an error.
Unable to build from bootstrap.c on nixos
Unable to build from bootstrap.c on nixos
libzigc: port musl powf to Zig
- use
math.isPositiveZero(y)instead
std.meta: add identifier case inflection
doesn't it make more sense to put it in ascii or fmt?