zig-help

21196 threads · Page 365 of 424

Error+panic stack trace 5 messages
Blog posts / examples / other resources featuring `comptime` 2 messages
On which OSes are socket descriptors interchangeable with file descriptors? 7 messages
Return slice from slice 9 messages
Zig Modules Fail To Build 3 messages
Hashing DynamicBitSet 2 messages
Answered
creating a symlink on windows fail 2 messages
Answered
Change output file extension with build.zig 4 messages
New User Answered
Known `zig cc` issue? 5 messages
Building Error 2 messages
New User Answered
Re: Cannot initialise variable to ternary expression 4 messages
New User
Trying to find my way around the new package management 22 messages
Answered
Has anyone managed to correctly configure lsp on nvim with zls 4 messages
New User
Targeting MSVC ABI when cross-compiling 8 messages
What is the simplest way in which I can print a string to my terminal? 68 messages
Answered
ZigCC how works? 7 messages
Compiler New User Answered
error: cannot dereference non-pointer type '@TypeOf(.enum_literal)' 3 messages
net.stream.write doesn't write and just blocks until the connection is closed. 26 messages
New User
undeclared identifier in function declaration 13 messages
Check if a path points outside the working directory 2 messages
ignore error so i can do else if 11 messages
std.http.Server deadlock with multiple requests on one connection 26 messages
Writer into comptime array 23 messages
getting function pointers at comptime gives TODO (LLVM) error 6 messages
Compiler 0.13.x
Question about `CompileStep.override_dest_dir` 12 messages
Is there a way to export symbols from a non-root source file? 44 messages
New User
main.zig:26 expected type 'type', found 'fn(comptime type, comptime type, comptime anytype) type' 2 messages
New User
examples of std.http.Server 27 messages
Help with tracing null segment fault 50 messages
Python and Zig Interoperability 21 messages
Is it possible to compile zig code with C source files? 30 messages
New User
error: expected type '*garbage_collector.VM', found '*const garbage_collector.VM' 22 messages
integer division 46 messages
0.10.x New User Answered
Setting up zig debugging on x86_64 and ARM architectures 31 messages
New User
Plugging in libUV as a Zig event loop? 3 messages
Memory error with standard allocator. 12 messages
Standard Library Compiler New User Answered
Fill buffer with slices 53 messages
0.10.x New User Answered
Is there a way to disable the build.zig backtraces when my run step application errors out 15 messages
Best approach to iterating over a a set of bit masks to identify an instruction? 18 messages
Answered
Working with Zig packages locally 8 messages
0.13.x
New Build Dependency and Module 9 messages
Configuring zig fmt to not put multiple variables on one line? 3 messages
Answered
Stripping Debug info when targeting Webassembly 3 messages
New User Answered
Is there a way to expect two struct instances with string fields are equal? 4 messages
weird fmt error: expected block or assignment 5 messages
Compiler
zig build ails to link against static LLVM Libraries on NixOS 7 messages
Question about print out the memory (bytes) in HEX and slice 46 messages
New User Answered
C convention error 4 messages
Allocate one variant of `union` 13 messages
New User Answered
size of nullable arbitrary size ints 6 messages
Compiler Answered