Dan Robertson
Dan Robertson
[rust-lang/rust#49878] *should* essentially implement the same features available in this crate. This could probably be documented somewhere in this crates documentation? That being said, I think that after [rust-lang/rust#49878] is...
As of servo/ipc-channel#19, android OSes do not currently use the `unix` module, but instead use `inprocess`. This may have some overlap with the metabug servo/servo#8771. - servo/servo#8762 - Partly addressed...
Similar to what is seen in #96 we should ensure that we do not have mach port leaks on `ChannelClosed`. We should also use an auto-incrementing number as an id...
x11-term/gnome-terminal does not compile due to the use of `W_EXITCODE`. [Upstream issue and patch](https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/7901)
The build script runs `build.sh`, but does not set `--python`. If run on a distro that follows the guidance of [PEP 394](https://peps.python.org/pep-0394/), the build command will not succeed.
I added some basic tests for the `Encrypted` `KeyType`. Note that this change now requires `CONFIG_ENCRYPTED_KEYS` to be enabled for unit tests to pass.
See [neqo-transport/src/tparams.rs:690](https://github.com/mozilla/neqo/blob/165fff6c11f1c863ec0b2ae978dd572f65155383/neqo-transport/src/tparams.rs#L690): ```rust // TODO: Modify to avoid a copy. let mut enc = Encoder::default(); self.local.encode(&mut enc); assert!(enc.len()