You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current problem is the errnos (like EAGAIN) are exposed at nix::Errno::EAGAIN and nix::errno::EAGAIN. We should choose one "right" path and only expose these constants there. I'd probably keep Errno at nix::errno::Errno instead of re-exporting it in the root.
The text was updated successfully, but these errors were encountered:
Indeed. Would you be interested in taking this on and filing a PR to get this all cleaned up? I started working on this but the errno module needs more work than I realized.
The current problem is the errnos (like
EAGAIN
) are exposed atnix::Errno::EAGAIN
andnix::errno::EAGAIN
. We should choose one "right" path and only expose these constants there. I'd probably keepErrno
atnix::errno::Errno
instead of re-exporting it in the root.The text was updated successfully, but these errors were encountered: