• Joined on 2024年01月16日
Mcrtin reopened issue ziglang/zig#35958 2026年06月30日 09:19:33 +02:00
stdout output should be cleaned after successful tests
Mcrtin opened issue ziglang/zig#35958 2026年06月27日 18:25:33 +02:00
stdout output should be cleaned after successful tests
Mcrtin opened issue ziglang/zig#35787 2026年06月15日 21:25:13 +02:00
LCG modulo is power of 2; not power of 2 - 1
Mcrtin commented on issue ziglang/zig#35719 2026年06月10日 20:00:21 +02:00
integer does not fit in destination type
Mcrtin commented on issue ziglang/zig#35185 2026年05月06日 09:31:14 +02:00
unexpeced errno 5 in Io.Threaded.dirOpenDirPosix

I was walking / (root) and forgot to unmount a device I already disconnected

Mcrtin opened issue ziglang/zig#35185 2026年05月03日 18:33:19 +02:00
unexpeced errno 5 in Io.Threaded.dirOpenDirPosix
Mcrtin commented on pull request ziglang/zig#32126 2026年04月30日 09:38:49 +02:00
std.Io: add Reader.transfer for optimized streaming

you should have a look at stream (a field in the Reader vtable)

Mcrtin commented on issue ziglang/zig#32099 2026年04月27日 21:40:48 +02:00
remove @TypeOf and anytype; introduce |T| syntax

Im woundering about the issue with peer type resolution:

Mcrtin commented on issue ziglang/zig#32058 2026年04月27日 16:03:19 +02:00
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...

Mcrtin opened issue ziglang/zig#32058 2026年04月24日 15:16:18 +02:00
zon does not respect pointers
Mcrtin commented on pull request ziglang/zig#31993 2026年04月21日 17:50:15 +02:00
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.

Mcrtin closed issue ziglang/zig#31902 2026年04月16日 16:26:54 +02:00
Unable to build from bootstrap.c on nixos
Mcrtin opened issue ziglang/zig#31902 2026年04月16日 16:11:15 +02:00
Unable to build from bootstrap.c on nixos
Mcrtin commented on pull request ziglang/zig#31737 2026年04月02日 21:34:38 +02:00
libzigc: port musl powf to Zig
  1. use math.isPositiveZero(y) instead
Mcrtin commented on pull request ziglang/zig#31696 2026年03月28日 20:32:39 +01:00
std.meta: add identifier case inflection

doesn't it make more sense to put it in ascii or fmt?