Krzysztof Wolicki
Krzysztof Wolicki
Shipping current version of Autodoc in source form would require also shipping ZIR and parts of InternPool
I've changed the implementation to now only touch the hash and location fields when updating dependencies
> The idea of this API is to use for a structure that holds a reference to an object (most likely a string), conceptually owning it, but the data could...
This test can only work if libc is linked, that's why windows and macos work - windows doesn't test anything and macos always links libc. You should probably write a...
Debug build of zig gives the following stack trace ``` thread 14996 panic: reached unreachable code C:\Users\Krzysztof\dev\zig\src\codegen\llvm.zig:4329:60: 0xf2c100 in lowerPtr (zig.exe.obj) .arr_elem, .comptime_field, .comptime_alloc => unreachable, ^ C:\Users\Krzysztof\dev\zig\src\codegen\llvm.zig:3866:35: 0xcb2c34 in...
I hope at some point zig fetch will support tls1.2, since I don't think adding git submodules to zig fetch is in scope for the tool. It would be great...
Could you share the whole build script and the command you run that crashes? I have trouble getting the crash locally
Doesn't reproduce for me using `0.12.0-dev.1118+d8f7c7929`
Could they try using a newer version of Zig? There were some symlink and tar related PRs merged recently
> Proposed solution: #22350 Looks good