-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add writeFile for Builder
#408
Conversation
I'm not sure how useful is to You can test that |
Co-authored-by: Bodigrim <[email protected]>
Thanks @Bodigrim, I've added the relevant test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheers!
Thanks! |
* Add writeFile for `Builder` haskell#406 * Clarify imports in documentation Co-authored-by: Bodigrim <[email protected]> * Add test for `writeFile` * Evaluate read bytestring before closing file Co-authored-by: Bodigrim <[email protected]>
* Add writeFile for `Builder` haskell#406 * Clarify imports in documentation Co-authored-by: Bodigrim <[email protected]> * Add test for `writeFile` * Evaluate read bytestring before closing file Co-authored-by: Bodigrim <[email protected]>
#406
Some questions:
hPutBuilder
tests? Seems like a repetitionreadFile
as well to better align the API? If yes I could add roundtrip tests similarly to the other modules