Benjamin Laird

Results 14 comments of Benjamin Laird

Very interesting. To corroborate, I removed the download of my `Programming` directory where I keep all my programming projects, and then as I was redownloading it, zig worked just fine...

**UPDATE** I got Zig to compile from source in debug mode, but only by putting the codebase in a local-only directory `~/dev/sys/zig` Stack trace of Zig compiling from source New...

My current workaround is just using Zig in a separate, local development directory (literally `~/dev/`) as opposed to the development directory I have on iCloud (at `~/Desktop/.../Dev/`). In the local...

I have two main improvements I'd like to see when working with Zig: 1. More precise standard library panics. Something like `error: Unexpected` when building can be very confusing, especially...