Benny Peake
Benny Peake
### Zig Version 0.9.1 and greater ### Steps to Reproduce Run this program ```zig const std = @import("std"); pub const event_loop_mode = .single_threaded; pub const io_mode = .evented; pub fn...
When using the bazel plugin on clion 2019.1 with macos, doing a sync will never exit when a native target exists. It just continues to print out: Analyzing: target //main:hello-world...
### Zig Version 0.10.0-dev.4341+e4e1c21e1 ### Steps to Reproduce Have a program that calls a native C function that was built with the zig application using addCSource. Attach a debug and...