zig-help

21196 threads · Page 65 of 424

Using stdout hangs tests 7 messages
Combining two std.Io.Reader.Fixed 10 messages
Can't build zig from source 9 messages
how to compile a c library and use it as import? 12 messages
Build System Compiler
New Zig Io: Do I need a buffer for reader.takeByte()? 3 messages
comptime var pointers are not avaliable at runtime 3 messages
zig redirecting stdin to stdout when trying to print out a file for debugging 4 messages
Standard Library master
assert is error 24 messages
master
explain why clearRetainingCapacity with an ArenaAllocator causes a segfault 5 messages
0.14.x Standard Library
what is the stupid thing that i am doing here related to allocations 11 messages
Error building Io/Writer.zig after 0.14.1 -> 0.15.1 upgrade 19 messages
type casting in for loop 10 messages
Can I control formatting here? 2 messages
Background worker + queue review 13 messages
Is it possible to reserve memory dynamically when receiving http body? 5 messages
http with zig 0.15.1 3 messages
Standard Library
tls.Client buffers 4 messages
How to Reader.read(buf: []u8) !usize ? 32 messages
freestanding wasm memory allocation 14 messages
Standard Library
comptime if and defer 5 messages
New User
Generic function return type deduced from input 16 messages
What does "->" mean in Zig 0.15.1 Release notes? 39 messages
Strange behaviour of my background worker when there is no drain thread in tests 3 messages
Incorrect alignment using DebugAllocator to detect leaks. (Unable to reproduce outside of my code.) 2 messages
0.14.x Standard Library
Is there any point in calling `deinit()` on an unmanaged collection when using an arena allocator? 5 messages
Answered
Set a env variable for a system command 3 messages
Answered
Unable to find dynamic system library 'vulkan-1'... 2 messages
freeing type-erased memory 9 messages
Answered
struct requires comp time because of this field 46 messages
testing function for correct deallocation under partial allocator error 3 messages
0.14.x Standard Library
build.zig segfault tips? 21 messages
Answered
Tabs for accessibility 18 messages
Answered
Test Coverage Information Not Outputted (tag v0.15.1). 2 messages
master
Casting a [*:0]u16 string to a u8 string 8 messages
0.14.x New User Answered
Different Structs in same Array 32 messages
0.14.x New User
New Zig Std.Io Question 17 messages
Standard Library master
`zig run` with custom module 7 messages
Answered
Is the following a good approach to polymorphism in Zig? 8 messages
0.14.x New User
corrupted file names after storing them in arraylist 7 messages
0.14.x Standard Library
Generic function implementation pointer 73 messages
Best way to stream numbers parsed from a reader? 4 messages
compile for wasm 8 messages
Compiler
Wrote a build helper for my package, any more legit way to do this? 7 messages
Github Actions status shows "In progress" even all jobs are finished. 2 messages
Using file.reader() 21 messages
master
inline wasm 10 messages
Adding new Zig code to existing C library 5 messages
0.14.x New User Answered
ArenaAllocator resuse without segfaults on insert? 25 messages
0.14.x Standard Library New User Answered
when I cross compile a shared library to x86_64-windows-gnu the dll has no symbols defined 4 messages
Build System Answered
Gitea workflow results in error 2 messages
Build System 0.14.x New User