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

Workaround for PhantomJS 1.9.8 #177

Merged
merged 3 commits into from
Dec 21, 2014

Conversation

DawidJanczak
Copy link
Contributor

Hi,

PhantomJS 1.9.8 logs some warning messages to STDOUT and that causes failures when parsing JSON response. Please see ariya/phantomjs#12697 for details. The only workaround that seems to work is to stick phantom.exit inside a setTimeout call.
As this is a workaround I'm not sure you'll want to merge this, but as far as I know it's impossible to run guard-jasmine with PhantomJS 1.9.8 and, from what I see on that issue, they won't be releasing a fix for that in 1.9.x series.

@andrewhao
Copy link

+1 -- build failure though?

@DawidJanczak
Copy link
Contributor Author

Yeah I merged master in as there were some conflicts and it looks like master is failing.

nathanstitt added a commit that referenced this pull request Dec 21, 2014
@nathanstitt nathanstitt merged commit 62b106d into guard:master Dec 21, 2014
@nathanstitt
Copy link
Member

Merged, Thank you for your contribution, Dawid

nathanstitt added a commit that referenced this pull request Dec 21, 2014
fix from #177 seems to work great, but it only edited the JS, not the
original Coffeescript source
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