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

Ensure stdout is in binary mode on Windows for --dump-ast #59

Merged
2 commits merged into from
Dec 19, 2018

Conversation

dra27
Copy link
Contributor

@dra27 dra27 commented Dec 18, 2018

The fix proposed in #57 works, but forcing channels to binary mode isn't always a good idea, because you can't at present restore them to whatever they were before. This alternate fix hopefully deals with the underlying problem.

@bryphe does this still fix the build?

@ghost
Copy link

ghost commented Dec 18, 2018

Could you rebase this PR? The CI should pass now.

@bryphe
Copy link
Contributor

bryphe commented Dec 18, 2018

Thank you @dra27 and @diml ! I confirmed that this branch also fixes the failure 👍

@dra27
Copy link
Contributor Author

dra27 commented Dec 18, 2018

Hopefully it should pass CI now too - thanks @diml!

@ghost ghost merged commit 104f80c into ocaml-ppx:master Dec 19, 2018
@ghost
Copy link

ghost commented Dec 19, 2018

Thanks you both! I'll prepare a new release

@ghost
Copy link

ghost commented Dec 19, 2018

@jordwalke
Copy link

Thanks, everyone!

This pull request was closed.
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