Benny Peake

Results 3 issues of 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...

bug
stage1

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...

type: bug
product: CLion
os: macos
lang: c++
topic: sync
more-data-needed
type: regression

### 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...

bug
os-windows
stage2
backend-llvm