Ben Kimock

Results 346 comments of Ben Kimock

The runtime seems acceptable. I've been getting a lot of practice working with merge queues at my day job, so I'm more confident switching than I was the first time...

I think you want to update the PR description a bit. I support having a warning for this, and won't complain much if you prefer your current wording :p

> APIs for a proprietary OS The BSDs also have an API called kqueue, though I don't know if it is exactly the same. The Solarish OSes use yet another...

With `cbindgen = "0.5.2"` I can build the example on stable. At first, cargo selected 0.5.0 for me, which appears to require nightly. Can anyone else confirm?

> @rust-lang/miri see the discussion above -- what do you think? I am similarly opposed to checking in any code that comes from ChatGPT. In addition to the issues with...

This lint was downgraded to pedantic in response to https://github.com/rust-lang/rust-clippy/issues/2217. So I suppose this issue is about whether it's okay for clippy to suggest deoptimizations in pedantic.

I can't reproduce this. What target are you compiling for? What linker are you using?

I was trying to repro on Linux. Easy repro on a Mac laptop. I think the problem is that the custom mutator system relies on exporting symbols from executables, which...

It sounds like you have a ``` [build] target = "x86_64-unknown-linux-musl" ``` Set in one of the locations you can put a Cargo config: https://doc.rust-lang.org/cargo/reference/config.html#hierarchical-structure For sure on my x86_64-unknown-linux-gnu...