• Joined on 2026年03月31日
c19 commented on issue ziglang/zig#32099 2026年05月27日 18:33:20 +02:00
remove @TypeOf and anytype; introduce |T| syntax

Can we drop the bars? |T| -> T.

c19 commented on pull request ziglang/zig#35336 2026年05月18日 21:37:56 +02:00
in init main.zig, clarify the fuzz command to avoid confusion

@sfiedler Thanks for the info. I know this edit only provide a tiny value to someone trying out the fuzz at current status, and it's not sound and complete. Anyways, I guess we'll leave this...

c19 created pull request ziglang/zig#35336 2026年05月18日 05:18:50 +02:00
in init main.zig, clarify the fuzz command to avoid confusion
c19 pushed to master at c19/zig 2026年05月18日 05:14:42 +02:00
453441b36d in init main.zig, clarify the fuzz command to avoid confusion
c19 created repository c19/zig 2026年05月18日 05:13:13 +02:00
c19 commented on issue ziglang/zig#32045 2026年05月09日 23:05:49 +02:00
Remove comptime fields from the language

From a user's perspective, I would like to use comptime anywhere of course.

c19 opened issue ziglang/zig#31996 2026年04月21日 11:53:28 +02:00
Compiler mistakes a comptime argument in a function pointer for a type
c19 opened issue ziglang/zig#31952 2026年04月18日 23:54:29 +02:00
zig build mistakens Struct fn for @EnumLiteral() when there's catch clause
c19 opened issue ziglang/zig#31722 2026年03月31日 13:01:54 +02:00
inline an asm function cause debug build error(x86_64_encoder)