Mike Hommey

Results 228 comments of Mike Hommey

> C code in system libraries is not visible to the Rust compiler, so rustc has no way to know that these fields are uninitialized. Actually, that's not true with...

Nothing particularly seems to be wrong in this patch. You'll probably have to discover the horror show that is using nss in rust tests, where you'll probably have to look...

Recent STR: - `git clone hg::https://hg.savannah.gnu.org/hgweb/octave/` - `cd octave` - `git checkout 022cd38197d66a4079fc96f9ba15a3d5af68bda0` - `echo >> gui/Changelog` - `git commit -a -m foo` - `git cinnabar bundle foo.hg HEAD^!` Error...

The Check error is unrelated to my changes. It comes from cargo nightly creating a Cargo.lock that older versions don't support. This is fixable by setting a rust-version in Cargo.toml.

Of course actions using rust 1.53 fail because syn 2 requires version 1.61 :(

> Stdout isn't usually opened for reading, can you reproduce this on a handle/socket that can actually be used for reading? It's the stdout of the subprocess. So it *is*...

> > I've also now discovered that I'm also getting readable events when there's nothing more to read (read returns Ok(0)). > > Readable interest _is_ used to signal that...

I hit this, and in my case, `item` looks like: ``` {'trust_conversation': {'id': '...', 'time': '...', 'conversation_id': 'x-y', 'reason': 'accept'}} ```

I tried cross-compiling with cibuildwheel, but that didn't work. I ended up with an arm64 wheel containing an amd64 module. Compiling natively works (except for #240), but arm64 GHA workers...