Alan Somers
Alan Somers
I'd like you to know that I haven't been ignoring this. I've been looking at it today, and adding a few more test cases, which I'll push soon. Sometime next...
This may have the same root cause as #16626 . I'm currently testing a patch for that bug. The patch will prevent pools from getting corrupted in the first place,...
The definitions look correct to me. Personally I'd be tempted to expose these under an `evdev::` module rather than at the crate root. But Linux already exposes them at the...
What's the state of userland support for this? Is ktrace still the only way to see the extended error codes?
> > Also, there are some lines over 80 characters wide. > > These are all just ";" or ");" standing out and I thought it isn't a big deal....
libc's maintainers probably aren't going to add the definitions themselves, even for reported issues. Like Nix, they mostly rely on pull requests from their users. Could you please open a...
Yes, sysconf sounds like the safest approach.
Ok, everything looks good to me! It only needs a squash. @Susurrus do you have any comments?
I think that `#[cfg(rustdoc)]`, when applied to structs, should automatically skip any non-public members. That would greatly reduce the amount of extra typing required by crates like Nix.
It sounds like this is not an issue with Nix itself, right?