Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(node): support 6-arg fs.write #1888

Merged
merged 3 commits into from
Feb 8, 2022
Merged

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Feb 7, 2022

closes #1887

This PR adds support of 6-arg call of fs.write (and 5-arg call of fs.writeSync)

remaining tasks:

  • fix failing test case in test-fs-write-buffer.js

@kt3k kt3k marked this pull request as ready for review February 7, 2022 14:51
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM

@kt3k kt3k merged commit 27c6b16 into denoland:main Feb 8, 2022
@kt3k kt3k deleted the fix/node-fs-write branch February 8, 2022 02:47
@kt3k
Copy link
Member Author

kt3k commented Feb 8, 2022

Sorry there was a mistake in the last fix (ae56a9b) in this PR. That fixed a test case, but it broke other cases which was needed by yarn add <mod> command..

I'll address it in another PR

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.

node: tar-fs extract doesn't work correctly
2 participants