• Joined on 2026年03月26日
Beneppe commented on issue ziglang/zig-bootstrap#261 2026年05月17日 14:33:59 +02:00
x86_64-windows-gnu broken, CMakeFiles/zig2.dir/zig2.c.obj Errors out

I believe we need to add "environ" to

Beneppe commented on issue ziglang/zig-bootstrap#261 2026年05月17日 13:25:12 +02:00
x86_64-windows-gnu broken, CMakeFiles/zig2.dir/zig2.c.obj Errors out

Building with clang-cl.exe instead, also errors through the same source as in ziglang/zig#31576 just with the expanded errors:

Beneppe closed issue Beneppe/Zar#1 2026年05月17日 11:55:30 +02:00
Use mem.alignPointerOffset and mem.alignPointer.
Beneppe commented on issue Beneppe/Zar#1 2026年05月17日 11:55:29 +02:00
Use mem.alignPointerOffset and mem.alignPointer.

We are using offsets instead of actual ptr, so this would not work.

Beneppe commented on issue ziglang/zig-bootstrap#261 2026年05月17日 01:43:08 +02:00
x86_64-windows-gnu broken, CMakeFiles/zig2.dir/zig2.c.obj Errors out

Err for both x86_64-windows-gnu and x86_64-windows-msvc

Beneppe opened issue ziglang/zig-bootstrap#261 2026年05月16日 17:07:33 +02:00
x86_64-windows-gnu broken, CMakeFiles/zig2.dir/zig2.c.obj Errors out
Beneppe commented on issue Codeberg/Community#2615 2026年05月12日 16:38:28 +02:00
Issues when renaming a repo

I cannot fork a repo and even manual downloads fail

Beneppe commented on pull request ziglang/zig#35205 2026年05月12日 15:56:23 +02:00
Fix #35203 Let std.Coff.Coff.init() act on .obj files.

Did not get merged and I need to reset my fork for other work, as i (beginner mistake) made this PR through my main / master branch on my fork.

Beneppe closed pull request ziglang/zig#35205 2026年05月12日 15:53:59 +02:00
Fix #35203 Let std.Coff.Coff.init() act on .obj files.
Beneppe commented on issue ziglang/zig#31995 2026年05月11日 21:45:32 +02:00
fetching memory leaks
Beneppe commented on pull request ziglang/zig#31687 2026年05月11日 18:39:31 +02:00
std.coff: add rvaToFileOffset and ExportDirectoryEntry

What about this additional size-check, that is also done by llvm?

Beneppe commented on issue ziglang/zig#35280 2026年05月11日 16:31:08 +02:00
Zig-produced iOS static library is rejected by Xcode 26.4: archive member not 8-byte aligned

Just adding my thoughts:

Beneppe commented on issue ziglang/zig#35269 2026年05月10日 00:02:18 +02:00
std.zon.parse.fromSliceAlloc leak memory if diag is not supplied, and the parsing failed.

I think the best solution would be for failUnexpected to just exist via a "quick"

Beneppe pushed to main at Beneppe/Zar 2026年05月09日 23:13:54 +02:00
c96fae2f9f
Add MoveOperation and RanLib Test
Beneppe pushed to main at Beneppe/Zar 2026年05月09日 22:48:13 +02:00
21df7ea467
Add WIP LibDriver
Beneppe commented on issue ziglang/zig#35214 2026年05月07日 13:19:32 +02:00
std.process.getUserInfo: public API missing Io interface

Possibly unrelated issue / information

Beneppe created pull request ziglang/zig#35205 2026年05月05日 00:15:56 +02:00
Let std.Coff.Coff.init() act on .obj files.
Beneppe opened issue ziglang/zig#35203 2026年05月04日 23:26:44 +02:00
std.coff.Coff fails to read .obj files