Alan Somers

Results 656 comments of Alan Somers

Nix's current ptrace API reflects the underlying system API. But in this case, we probably could've made it better. At a glance, I don't see why the Linux `ptrace::write` couldn't...

Could you describe your problem in more detail, please?

@sunfishcode it's not working again. Did you check that Cirrus is enabled?

Are you saying that the rest of the test contained spurious failures? What OS and FS are you using?

You're correct. The second rename on line 26 should allow ENOENT, if the first one failed. Would you care to submit a patch?

LLVM's instructions on how to solve the problem in C are here, but I don't know the Rust compiler well enough to apply its advice: https://lld.llvm.org/ELF/start-stop-gc A workaround is to...

@JohnTitor I fixed the build failure on musl and rebased on main

The Sparc failure is not due to this PR.

rust PR: https://github.com/rust-lang/rust/pull/89083 .

@JohnTitor there is a possibility that this change could cause breakage downstream, for example if a downstream crate assumes something about the size of ino_t. Is there any way to...