Meghan Denny
Meghan Denny
its blocked on https://github.com/ziglang/zig/issues/17818
are most people building tracy from source? if they're no longer making tags i could remove the version pin
mingw but zig cc allows both either mingw and msvc at the user's request
if you know a function is going to do `_ = allocator;` then you can pass `undefined` for that parameter if you're using this outside the binding
musl upstream does not support this target yet https://wiki.musl-libc.org/supported-platforms
loongarch64 support was added in glibc 2.36
> However, loongarch64 does not have `fstat`/`fstatat` syscall support is there a specific reason for this or is it because its simply not implemented yet in the kernel since loongarch64...
the llvm backend in the compiler would also a prime benefactor from this pattern https://github.com/ziglang/zig/blob/0.13.0/src/codegen/llvm/bindings.zig#L27
no, building from source means you get zig in debug mode which allows the crash to surface properly
comptime fields afaik are essentially a differently-accessed decl and have the same value for all instances of the type. so generics and ducktyping are still the only way