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
{{ message }}
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
The recent change 3fde6ce is not conforming to POSIX. In fact, EPERM is not only used for "the user didn't
have the (write) permission to remove the directory", and it was perfectly valid in sense of conformance. Note Linux also behaves differently, however, not ENOTEMPTY for this case. The changed behavior might introduce confusion, so please clarify it explicitly.
The text was updated successfully, but these errors were encountered:
The recent change 3fde6ce is not conforming to POSIX. In fact,
EPERM
is not only used for "the user didn'thave the (write) permission to remove the directory", and it was perfectly valid in sense of conformance. Note Linux also behaves differently, however, not
ENOTEMPTY
for this case. The changed behavior might introduce confusion, so please clarify it explicitly.The text was updated successfully, but these errors were encountered: