Jonathan Marler marler · he/him
marler commented on issue ziglang/zig#31251 2026年05月14日 23:12:38 +02:00
Hash mismatch error after deleting local (but not global) cache and packages

Just ran into this one myself. The common pathway to hit this is to build from two different directories that share a dependency. So all you need to do is clone a zig 0.16.0 project that has at...

marler pushed to configHeaderAddFile at marler/zig 2026年04月28日 14:31:48 +02:00
e0bd294ef0 std.Build.Step.ConfigHeader: add addFile
marler pushed to configHeaderAddFile at marler/zig 2026年04月28日 14:21:10 +02:00
0bfe388db9 std.Build.Step.ConfigHeader: add addFile
marler created pull request ziglang/zig#32103 2026年04月28日 00:39:13 +02:00
std.Build.Step.ConfigHeader: add addFile
marler pushed to configHeaderAddFile at marler/zig 2026年04月28日 00:37:28 +02:00
3f2274bac6 std.Build.Step.ConfigHeader: add addFile
764760df62 libzigc/math: Implement rintl, lrintl (#31791)
Compare 2 commits »
marler pushed to configHeaderAddFile at marler/zig 2026年04月28日 00:21:40 +02:00
c5161f71a4 libzigc/math: Implement rintl, lrintl (#31791)
1deb029a66 std: rename bit_set variants and deprecate the managed one.
c166c49b19
build: use -ffunction-sections -fdata-sections for the Zig compiler on Hexagon
dde76ae5f7
libunwind: unregress x32 and mips n32 build
669c066801 llvm: fix sign extension of 32-bit integers in callconv(.c) on mips
Compare 10 commits »
marler created branch configHeaderAddFile in marler/zig 2026年04月28日 00:21:39 +02:00
marler opened issue ziglang/zig#32098 2026年04月27日 20:01:35 +02:00
ConfigHeader unit tests are never compiled or run
marler deleted branch configHeaderAddFile from marler/zig 2026年04月27日 19:16:15 +02:00
marler created branch configHeaderAddFile in marler/zig 2026年04月27日 19:01:12 +02:00
marler pushed to configHeaderAddFile at marler/zig 2026年04月27日 19:01:12 +02:00
fc7ec23db1 ConfigHeader: add addFile for loading values from a file
764760df62 libzigc/math: Implement rintl, lrintl (#31791)
1deb029a66 std: rename bit_set variants and deprecate the managed one.
c166c49b19
build: use -ffunction-sections -fdata-sections for the Zig compiler on Hexagon
dde76ae5f7
libunwind: unregress x32 and mips n32 build
Compare 10 commits »
marler commented on issue ziglang/zig#32041 2026年04月24日 02:50:33 +02:00
Support plain files in zig fetch

Can't promise anything but I've been doing my best to stay on top of the active PR queue lately.

marler commented on issue ziglang/zig#32041 2026年04月23日 18:21:53 +02:00
Support plain files in zig fetch

I'm willing to do that if Andrew or a maintainer want the change. Last time I made the change in November, got feedback in February, made changes, then nothing. I hade to make a decision on the...

marler commented on pull request ziglang/zig#32027 2026年04月23日 02:19:51 +02:00
add missing CONNECTION_REFUSED and CONNECTION_RESET errors for windows

I wasn't able to produce a LOCAL_DISCONNECT error on my machine given the issue's repro.zig, I think they might have posted the wrong code as I also needed to fix a few things to get it to compile.

marler commented on issue ziglang/zig#31956 2026年04月23日 02:18:26 +02:00
std.Io.Threaded on Windows leaves several common NTSTATUS values unmapped in socket paths

Few problems. I couldn't compile repro.zig with 0.16.0, I had to add ".mode = .stream" in a couple places and them change readAll to readSliceAll. With that, I got the unexpected connection_r...

marler created pull request ziglang/zig#32027 2026年04月22日 18:37:40 +02:00
add missing CONNECTION_REFUSED and CONNECTION_RESET errors for windows
marler pushed to windowsMissingNetErrors at marler/zig 2026年04月22日 18:36:08 +02:00
5eff405f74 add missing CONNECTION_REFUSED and CONNECTION_RESET errors for windows
c0e90312fc test: c abi regression tests for aarch64 failures
97ef8f1f8e llvm: pass more c abi tests on aarch64
8bf72740e3
std.os.linux.IoUring: disable tests on PowerPC
0b768cd9dd zig reduce: fix compilation (#31930)
Compare 10 commits »
marler created branch windowsMissingNetErrors in marler/zig 2026年04月22日 18:36:07 +02:00
marler created pull request andrewrk/TrueType#33 2026年04月16日 07:05:14 +02:00
remove deprecated build.zig usage 0.16.0
marler created branch fix16 in marler/TrueType 2026年04月16日 07:04:56 +02:00