Michael Dusan
Michael Dusan
this seems to work (not crashing) on master `0.12.0-dev.1297+a9e66ed73`. I did update: `test.zig` and tried on both linux and macos: ```zig const std = @import("std"); extern "c" fn do_the_thing(*anyopaque, *anyopaque,...
does your env show any results for: ```sh env | grep pwd ```
> Do you have examples of tools that use `CACHEDIR.TAG`? this is the first I've heard of it. from gnutar docs: ``` --exclude-caches exclude contents of directories containing CACHEDIR.TAG, except...
If we advertise as "drop in replacement" then I would side with parse-as-clang-does with one exception. We are permitted to add zig variants of options where it makes sense: -...
issue resolved: it was caused by an errant `CPATH` environment variable
found this stalled patch from '2014, though we'd need a few more passthru-args enabled: https://reviews.llvm.org/D6170
> having undefined in a packed struct would propagate to the entire struct If that's the expected/desired behaviour with: ```zig const std = @import("std"); pub const Foo = packed struct(u2)...
are you sync'ing folder(s) to iCloud?
zig's caching logic makes extensive use of filesystem features wrt locking, moving/renaming, and it seems sync'd folders behave differently under such pressing conditions. As an aside, I once tried sharing...
if it doesn't crash, can you paste output of `zig detect-cpu`