Skip to content

Conversation

@Tango992
Copy link
Member

@Tango992 Tango992 commented Jan 19, 2026

Closes #31840 and also addresses prefer-primordials rule

@Tango992 Tango992 marked this pull request as draft January 19, 2026 15:10
@Tango992 Tango992 marked this pull request as ready for review January 20, 2026 13:57
WSAENOTSOCK => "ENOTSOCK",
ERROR_NOT_SUPPORTED => "ENOTSUP",
ERROR_BROKEN_PIPE => "EOF",
ERROR_ACCESS_DENIED => "EPERM",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment on lines +538 to +541
"parallel/test-fs-rm.js": {
"darwin": false,
"windows": false
},
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macos and windows fail on these cases: https://github.com/nodejs/node/blob/v24.12.0/test/parallel/test-fs-rm.js#L513-L562. since it's not related with the issue, I think it's better to solve it on a separate PR

@Tango992 Tango992 merged commit 7e64831 into denoland:main Jan 20, 2026
20 checks passed
@Tango992 Tango992 deleted the fix-node-fs-rm-link branch January 20, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fs.rm behavior is different from Node.js

2 participants