Skip to content

Add file descriptor features (open, read, next, write, append, flush, close) #10

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

Merged

Conversation

dysinger
Copy link
Contributor

Please review. Let me know if you like anything different. :)

@dysinger dysinger force-pushed the add-sync-open-read-write-close branch from e137739 to 3e0fcf5 Compare January 12, 2015 18:36
@dysinger dysinger force-pushed the add-sync-open-read-write-close branch from 3e0fcf5 to 42c1767 Compare January 12, 2015 20:04
@dysinger
Copy link
Contributor Author

@garyb @jdegoes ^ plz review & let me know what you want different

@jdegoes
Copy link
Contributor

jdegoes commented Jan 12, 2015

I haven't used or worked on this library, but looks good to me. I think the wrapper libs need to be very low-level so lots of authors can build on top of them. If they get too opinionated, that encourages fragmentation.

@joneshf may be a good one to check here.

@dysinger
Copy link
Contributor Author

Well low-level is what I've tried to do here. If it's not low-level enough then let's talk about it. I'm simply translating, with as little code as possible, the synchronous file handling bits from Node.js "fs".

@jdegoes
Copy link
Contributor

jdegoes commented Jan 12, 2015

Yes, I agree, looked at the perfect level to me. 👍

@garyb
Copy link
Member

garyb commented Jan 12, 2015

Looks good to me too at a glance, but sorry, I'm a bit busy tonight - will try to get some time to review/merge tomorrow!

@garyb
Copy link
Member

garyb commented Jan 14, 2015

Thanks!

garyb added a commit that referenced this pull request Jan 14, 2015
Add file descriptor features (open, read, next, write, append, flush, close)
@garyb garyb merged commit d9fa24f into purescript-node:master Jan 14, 2015
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.

3 participants