Benjamin Laird

Results 14 comments of Benjamin Laird

Bumping this; closing this issue by merging any of the above PRs or implementing any of the above solutions would be appreciated by many. I'm needing WASM more and more...

Is there a chance this could be related to #17342, or even what causes the behavior of that issue? I made it a while back and thought it was related...

If you want your Zig projects in iCloud, I don't think there's a better way currently. My own workaround has been *not* uploading them to iCloud and instead using a...

Don't know if it's related, but there is no Sonoma bottle on Homebrew, it just uses Ventura. Is that something in active development right now?

Sorry I should've mentioned needing to switch to the `dev` branch, thanks for catching that. Interestingly, when I deleted the `zig-cache` dir locally the `error: Unexpected` output went away and...

I messed around a bit with the `build.zig` file and deleting caches scattered around my system. As of [this commit](https://github.com/cscn-112/lab-2-class-construction-actual/commit/fae81012ed50333072f2843b62fe76c75a9ef607) on the dev branch, [CI works](https://github.com/cscn-112/lab-2-class-construction-actual/actions/runs/6387697306) brilliantly; occasionally I need...

Thanks, will do. Does Homebrew offer a debug build of Zig, or should I [build from source](https://github.com/ziglang/zig/wiki/Building-Zig-From-Source#option-a-use-your-system-installed-build-tools)?

Thanks so much for your patence, my Mac ran into some external hardware issues so I had to replace it. I'm on an M1 MacBook Pro now, and I installed...

I may have found that consistent reproduction, and it may just be an artifact of my own file system. I keep my code on iCloud, and when I make sure...

Thank you so much for this @ryansname, I literally just revisited this issue to try making my own debug build to post a stack trace.