Alan Somers
Alan Somers
> I'm still not sure if I agree with you, especially if we consider more complex types like `UnixAddr`, that require > > * a valid path in `sun_path` >...
`sendmmsg` always makes me want to quit my programming job and pursue a second career as a swineherd. Before going further, could you please tell me if this bug was...
Could you suggest a complete API, or better yet post a PR?
Are you trying to create a dylib target? If so, your trouble should be fixed by #2049 .
> Thanks for quick response! No, I’m building a binary target Do you mean an executable? Ordinary Rust executables should not have a problem with this, as I understand, unless...
> You would bump the version in the 1st commit since the last release that introduces a breaking change. This would have an unintended consequence of making it more difficult...
That said, this tool looks like it would be worthwhile to use in the release procedure, just not in CI.
cc @nix-rust/nix-maintainers .
I think that `Epoll::add` can still be safe, as long as the `Epoll` captures the lifetime of the file descriptors that it's adding. There might still be use-cases where the...