• Joined on 2025年11月28日
johan0A commented on pull request ziglang/zig#35755 2026年06月15日 04:18:26 +02:00
libzigc: dirname

I'd argue using @constCast instead of pointers to mutable globals would be better here. it matches what musl does and if a caller writes through the returned pointer it just faults instead of...

johan0A commented on pull request ziglang/zig#35755 2026年06月15日 04:18:25 +02:00
libzigc: dirname

no need for a @ptrCast here, this works:

johan0A commented on pull request ziglang/zig#35755 2026年06月15日 04:18:24 +02:00
libzigc: dirname

why the cast to [*:0]u8?

johan0A commented on pull request ziglang/zig#35755 2026年06月15日 03:30:23 +02:00
libzigc: dirname

why not:

johan0A closed issue ziglang/translate-c#404 2026年06月02日 03:50:42 +02:00
#pragma once not respected when the same file is included twice via a non-canonical path
johan0A created repository johan0A/translate-c 2026年06月02日 03:48:33 +02:00
johan0A opened issue ziglang/translate-c#404 2026年06月02日 03:46:42 +02:00
#pragma once not respected when the same file is included twice via a non-canonical path
johan0A commented on issue ziglang/zig#35376 2026年05月24日 13:36:03 +02:00
Extend @Vector for SPIR-V

This reminds me of https://github.com/ziglang/zig/issues/23327, so I'll just throw this out here: Wouldn't it be simpler to just add the operators and swizziling to arrays instead of adding a...

johan0A commented on issue ziglang/zig#32111 2026年04月28日 17:41:27 +02:00
@trunc is not equivalent to @intFromFloat

sorry the title is kinda vague, maybe @trunc does not propagate its result type like @intFromFloat would be better? let me know

johan0A opened issue ziglang/zig#32111 2026年04月28日 17:35:30 +02:00
@trunc is not equivalent to @intFromFloat
johan0A commented on issue ziglang/zig#31760 2026年04月13日 20:36:47 +02:00
Compilation fails when specifying custom dynamic linker for some targets

btw this is a regression introduced after 0.15.2

johan0A commented on pull request ziglang/zig#31375 2026年04月05日 00:19:09 +02:00
Config.resolve: don't error on explicit dynamic linker for Lib/Obj outputs

I changed it to ignore the explicit dynamic linker, is this right?

johan0A opened issue ziglang/zig#31760 2026年04月05日 00:16:04 +02:00
Compilation fails when specifying custom dynamic linker for some targets
johan0A deleted branch fix-dynamic-linker-slice from johan0A/zig 2026年04月03日 19:38:33 +02:00
johan0A pushed to master at johan0A/zig 2026年04月02日 19:19:08 +02:00
e9df86aed0 Merge pull request 'std.heap.ArenaAllocator: decrease fuzz test workload per run' (#31596) from justusk/zig:fuzz-arena-2 into master
43d84420f3 Merge pull request 'std: add mem.absorbSentinel(), fix sentinel handling in Allocator interface' (#31611) from ifreund/zig:absorb-sent into master
557caecaaa stage2-wasm: start big int support
3e0f55fcc7 Merge pull request 'add an ast smith' (#31635) from gooncreeper/zig:ast-smith into master
022c76fc89 std.Build.Module: fix dangling slice in dynamic linker arg
Compare 400 commits »
johan0A opened issue ziglang/zig#31707 2026年03月29日 04:36:40 +02:00
explicit dynamic linker path getting garbled when specified from build.zig
97fca50a5c Config.resolve: don't error on explicit dynamic linker for Lib/Obj outputs
50cc3b91a5
Sema: coerce tail call result to immediate function
22c4fbdf16 fix: chdir on uring
c6cb5f691d Merge pull request 'link.Lld: pass --be8 to ld.lld for armeb/thumbeb for v6+' (#31489) from alexrp/zig:arm-be8 into master
a7b686ac5e std: disable flaky test on Windows
Compare 219 commits »
0a0c8c3950 Config.resolve: don't error on explicit dynamic linker for Lib/Obj outputs
0ac40d769b don't propagate explicit dynamic linker to sub-compilations