Ryan Lewis
Ryan Lewis
It seems this happens when I've installed it via `cargo install cargo-script` but not when built locally. Versions: cargo-install, v0.2.8: Fails tag v0.2.7: Works 614e60e5932e 0.2.9: Works e6992ae 0.2.8: Works,...
If I delete the `Cargo.lock` from the repo version I get the same error. Lead me to https://github.com/rust-lang/cargo/issues/2263 which was recently implemented on nightly.
And a potential workaround: ``` git clone https://github.com/DanielKeep/cargo-script.git cd cargo-script cargo install ```
Howdy, I'm also running into this on macOS Sonoma 14.1, also with my code in an iCloud synced folder. Here's the debug output from `53500a57684665` built as `zig build -Denable-llvm=false...
Well at least for me, it looks like the only thing that Zig is doing wrong here is failing to report a nicer error message. Trying to move the files...
Oh yeah, thanks for the prompt, looks like it might be ziglang/zig#12325. If I run the tests as `zig build test -fstage1` it succeeds, though I have to re-hack that...