Gary Guo

Results 147 comments of Gary Guo

Ah! When I tried to reproduce locally I either used the prebuilt binary or did a `cargo build --release` in the repository. A direct cargo install will ignore the `Cargo.lock`...

I can reproduce the bug locally with tokio >= 1.21. It seems one of their optimisation strategy breaks wsld, although what they're doing is allowed per epoll documentation. Currently looking...

I can confirm that this is a Linux kernel bug. `hvs_stream_dequeue` does not drain the socket (https://elixir.bootlin.com/linux/v6.4.1/source/net/vmw_vsock/hyperv_transport.c#L626) before returning, while epoll documentation says that doing so should drain the socket...

Bug report: https://lore.kernel.org/linux-hyperv/[email protected]/

Failed by ahash needing stdsimd, needs #721 to fix CI

It is not working with MEMFS as well.

I haven't had the need to do this for quite a while, and just try this today, and it is still not working properly. When I double click an ISO...

> So I decided to stop using `formD` as suggested in many places, and use `formC` for normalization instead. This might work in most cases but NFC can still expand...

Not sure why the tag is removed... @rustbot label +S-waiting-on-review

Passing ZST references are not free, because the address is significant unless the optimizer is certain that it's not. While passing ZST by value is guaranteed to be no-op in...