Yann Dirson

Results 100 comments of Yann Dirson

As I understand it, such a flag would enable either `ifmib` of `netlink`, so for 0.2 it could make sense to let `ifmib` be the default, and rather add a...

> I've seen other crates that call this "unstable". That would seem a bit too generic here, we could just name it `netlink`. However I see some moves on the...

There is similar issue with Debian versions as VMs under XCP-ng / Xen. I will need to dig this one.

@ikonst you're right, `base.toto` should not be mutable, this was not the best of those attempts :) What I'd like is to ensure all concrete subclasses of `Base` have final...

My original point was more about: 1. specifying an attribute in parent class without implying it would be writable, so that a derived class could refine it as being final...

> The reason bitflags is showing up with `--target all` is because `parking_lot_core` pulls in `redox_syscall` on the redox operating system, and that pulls in the older 1.x version of...

I can't find a description of what the failing test does; obviously it's compiling some C code (I infer it's to check that the Rust-level definition is compatible with the...

The freebsd14 warning about `NETLINK_GENERIC` not being used is likely about its shadowing. Should we add a `cfg` restriction to the one in `freensd/mod.rs`? I'm not even sure it has...

I see it's already defined. The problem is, FreeBSD has 2 defines with same name and different values, each for a different API and defined in their own header file....