Skip to content

Fix stderr being emitted in binary mode & other misc changes #214

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
merged 15 commits into from
May 3, 2020

Conversation

Almenon
Copy link
Collaborator

@Almenon Almenon commented Apr 20, 2020

Despite docs saying that stderr is not emitted in binary mode I realized that it was still being emitted. I fixed the code so it matches the docs.

@Almenon
Copy link
Collaborator Author

Almenon commented Apr 24, 2020

Want to test this in arepl first to make sure there's no major bugs

@codecov-io
Copy link

codecov-io commented Apr 26, 2020

Codecov Report

Merging #214 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
+ Coverage   94.88%   94.91%   +0.02%     
==========================================
  Files           1        1              
  Lines         176      177       +1     
  Branches       43       44       +1     
==========================================
+ Hits          167      168       +1     
  Misses          9        9              
Impacted Files Coverage Δ
index.ts 94.91% <100.00%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f90f5e5...d0497f8. Read the comment docs.

@Almenon
Copy link
Collaborator Author

Almenon commented May 3, 2020

Tested successfully in AREPL

@Almenon Almenon changed the title Fix stderr being emitted in binary mode Fix stderr being emitted in binary mode & other misc changes May 3, 2020
@Almenon Almenon merged commit f523170 into master May 3, 2020
@Almenon Almenon deleted the fix_stderr_being_emitted_in_binary_mode branch May 3, 2020 16:42
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.

2 participants