• Joined on 2025年11月25日
1off commented on issue ziglang/zig#35894 2026年06月22日 20:00:28 +02:00
Enhance DebugAllocator to catch Use-After-Frees
1off commented on issue ziglang/zig#35538 2026年06月02日 14:10:56 +02:00
build server protocol

Apologies for being a scatterbrain, but any time I'm wrong -- do let me know.

1off commented on issue ziglang/zig#35549 2026年05月30日 22:30:00 +02:00
std.tar.extract fails on macOS due to case-sensitivity

AFAIK tar on linux will overwrite file with a file, but not a directory with a file or vice versa.

1off commented on issue ziglang/zig#35538 2026年05月30日 09:35:29 +02:00
build server protocol
1off opened issue ziglang/zig#35489 2026年05月27日 09:34:57 +02:00
Build: Passing a folder tooptions.addOptionPath results in failed cache check: /some/dir file_hash IsDir
1off commented on pull request ziglang/zig#35462 2026年05月26日 08:34:35 +02:00
WIP: Add Compilation Database Support to Zig Build System (compile_commands.json)

Be aware that the build system is being reworked: ziglang/zig#35428

1off commented on issue ziglang/zig#35367 2026年05月20日 11:42:04 +02:00
SIGSEGV running Elf2 binaries

Applied and (clean) rebuilt stage5

1off commented on issue ziglang/zig#35367 2026年05月20日 11:27:50 +02:00
SIGSEGV running Elf2 binaries

btrfs ☑️

1off commented on issue ziglang/zig#35307 2026年05月18日 19:45:40 +02:00
incremental: panic: referenced transitive analysis errors, but none actually emitted renaming a union(enum) declaration

0.17.0-dev.313+27be3b069 has regressed the repro (-fincremental)

1off opened issue ziglang/zig#35307 2026年05月14日 07:43:41 +02:00
incremental: panic: referenced transitive analysis errors, but none actually emitted renaming a union(enum) declaration
1off commented on pull request ziglang/zig#31635 2026年04月02日 23:55:46 +02:00
add an ast smith

Was this intentional?

1off commented on issue ziglang/zig#31080 2026年03月10日 02:11:47 +01:00
Compiler crash when building itself with -Ddev=sema -Doptimize=ReleaseFast

Can be closed as fixed by ziglang/zig#31403

1off commented on issue ziglang/zig#31080 2026年02月18日 23:05:38 +01:00
Compiler crash when building itself with -Ddev=sema -Doptimize=ReleaseFast

I put together a repro

1off commented on issue ziglang/zig#31080 2026年02月18日 10:38:45 +01:00
Compiler crash when building itself with -Ddev=sema -Doptimize=ReleaseFast

Not a compiler bug, per se, unless Liveness is intended to elide those in Debug and ReleaseSafe modes.

1off opened issue ziglang/zig#31145 2026年02月08日 06:57:11 +01:00
Compilation.getAllErrorsAlloc leaks compile_log_text when using @compileLog