-
-
Notifications
You must be signed in to change notification settings - Fork 163
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 final OSX build failures #497
Conversation
Travis seems to be thoroughly confused ... |
cfe267d
to
7982819
Compare
Travis is experiencing a major outage of OSX builds right now. I guess we'll have to wait ... |
Why did you leave require readline as hook? Are there any places left where it makes sense? does this hook cause failures on Mac OS X? |
The scenarios marked with the |
(An alternative is to drop pry as a build dependency and just test with irb. That would need an update to |
@mvz I think it make sense to use a minimal approach an use IRB instead of pry although it doesn't have all the convenient features. |
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.
Let's remove pry from the build. Better no build errors and less problems.
f5083a3
to
7a0719a
Compare
b2aa4d4
to
2e3aefe
Compare
@mvz There are still failures on Mac OS X with 1.9.3 and 2.0.0. Do you own a mac to have a look for those? But at least they don't look like major problems (show stoppers) for mergin this PR. |
No, I don't. This is unfortunately very hard to debug. |
IRB runs just fine without it, it just outputs a message.
The OSX builds are green now. |
Summary
This fixes/skips the cucumber scenarios failing on OSX.
Details
The following bits need fixing:
/home
on OSX, so features that assume that need updatingAnything else that may turn up :-)I have trimmed.travis.yml
to be nice to Travis while this is still WIP. I'll remove that commit at the end.Motivation and Context
Making master green ...
Types of changes