Wesley Koerber

Results 3 issues of Wesley Koerber

I recently saw #1764 which highlights deprecated symbols in the completion list and I think this is an awesome feature. Is it possible to extend that feature and highlight the...

enhancement

### Zig Version 0.13.0-dev.211+6a65561e3 ### Steps to Reproduce and Observed Behavior `std.os.linux.ifmap` is currently defined as: ```zig pub const ifmap = extern struct { mem_start: u32, mem_end: u32, base_addr: u16,...

bug
standard library
os-linux

When running with `--shell=none`, Windows file paths that contain backslashes (`\`) throw a `program not found` error. However, when I use forward slashes (`/`) instead of backslashes the command works...

question
windows