zig-help
Write files to .zig-cache before executing tests and set the path as an option
Build System
Answered
reading/writing array with different alignment
upgrade path std.fs.File.writeAll without extra allocation
Hello world stdlib http server
generation of function args tuple
Another executable in different path then main, with access to import every file just like main.zig
Build System
master
Link hello world example with a C++ built static library
Missing stack trace information (???:?:?)
Build error importing libogg (Andrews zig repackage)
create iterable from values
master
Any easier way to make reduce?
Compiler does not see the dependency
Build System
master
New User
correct way pass a File's Writer interface to zon.stringify and other Io.Writer methods
Standard Library
compiler is stupid
master
Compiler
0.15.1 - Bad behavior on zig fmt - very long single line.
New User
Call an Byte Array with callq
Compiler
[]const u8 issue
New User
pdq bug
Modify the value of struct after `@fieldParentPtr`
in case of error, return null
Pass parameters from build arguments into main at comptime
Building C static library
build.zig.zon question about path and hash
Build System
master
[solved] I can't see debug symbols on gdb
Standard Library
master
How to return Array by value?
Geting the body of an http request
New User
Is this safe to do, or a use after return bug?
master
Undocumented breaking change in Zig 0.15: value of `undefined`-initialized arrays
Answered
Io interface in `std.net.Stream` feels like a mess
Standard Library
New User
Answered
Callback error. Wrong branch taken for seemingly no reason.
master
Will there be support for multiple names for the same enum field value?
How to encode codepoint in utf16
Standard Library
master
[solved] How to check if a folder exists at runtime
Standard Library
master
0.15.1 IO generates inefficient (bloated) assembly compared to 0.14.1 IO
How to use the array operators
error when parsing a `i64` value JSON in 0.15.1
http reader upgrade from 0.14 to 0.15
Specifying 'peer' dependencies in build.zig.zon
how to get a http connection underlying socket fd in "0.16.0-dev.234+32a1aabff"
Is there any way to access a union branch which isn't active?
Can I create a dll with zig a stable Zig ABI or does zig require dll exports have a c ffi?
Zig or Term/shell behivour?
Standard Library
master
New User
I thought there was a way to specify which branch of a switch is most likely
How do you pass a context variable?
How to build.addSystemCommand(), but not have the command fail the build?
Question About Allocators
ReadAllAlloc equivalent in 0.15.1
Conditional compilation outside file scope
Vulkan segmentation fault during updateDescriptorSets
http.Server panic on writer.mode during vTable drain