-
Notifications
You must be signed in to change notification settings - Fork 9
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 write EPIPE error #75
Conversation
Doh! Now, it's passing on Linux but failing on Mac and Windows with the original error: https://travis-ci.org/stencila/convert/jobs/537585491#L171 |
Codecov Report
@@ Coverage Diff @@
## master #75 +/- ##
==========================================
- Coverage 92.47% 92.32% -0.16%
==========================================
Files 24 24
Lines 2074 2085 +11
Branches 542 547 +5
==========================================
+ Hits 1918 1925 +7
- Misses 149 153 +4
Partials 7 7
Continue to review full report at Codecov.
|
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.
LGTM
🎉 This PR is included in version 0.36.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The issue was reported with respect to converting to HTML but it also occurs when converting to JSON.
This suggests it's a problem within
read
and this issue suggest that it is a problem with use ofstdin
ofstdout
withinpandoc.run
.