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

Fix ANSI issue everywhere #1190

Merged
merged 2 commits into from Nov 20, 2015
Merged

Fix ANSI issue everywhere #1190

merged 2 commits into from Nov 20, 2015

Conversation

evancz
Copy link
Member

@evancz evancz commented Nov 20, 2015

cc @jvoigtlaender

I thought that displayIO was for ANSI and displayS was for not-ANSI. It
turns out that displayS will add the ANSI codes into the string if you
are on not-Windows. This meant that garbage characters were ending up
in the output of JSON errors or reactor errors

@rtfeldman, I’ll try to get a new set of binaries ready for linux
32-bit and mac

cc @jvoigtlaender

I thought that displayIO was for ANSI and displayS was for not-ANSI. It
turns out that displayS will add the ANSI codes into the string if you
are on not-Windows. This meant that garbage characters were ending up
in the output of JSON errors or reactor errors

@rtfeldman, I’ll try to get a new set of binaries ready for linux
32-bit and mac
@rtfeldman
Copy link
Member

👍

@rtfeldman
Copy link
Member

@evancz I assume you mean Windows and 32-bit Linux? Travis has the other binaries covered.

@evancz
Copy link
Member Author

evancz commented Nov 20, 2015

I believe Windows is fine because of the particulars of displayS where on Windows it already drops things, so I wasn't going to bother.

evancz pushed a commit that referenced this pull request Nov 20, 2015
Fix ANSI issue everywhere
@evancz evancz merged commit df86c1c into master Nov 20, 2015
@evancz evancz deleted the dev branch November 20, 2015 16:58
@evancz
Copy link
Member Author

evancz commented Nov 20, 2015

I want to figure out elm-lang/elm-reactor#156 as well though. I am struggling at the moment though :/

@evancz
Copy link
Member Author

evancz commented Nov 20, 2015

What do you think about the plan to let it be broken until the new reactor is ready?

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.

None yet

3 participants