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

Fixes compatibility with pry 0.10.x #258

Merged
merged 2 commits into from Jul 8, 2014

Conversation

fredwu
Copy link
Contributor

@fredwu fredwu commented Jul 8, 2014

Pry 0.10.x introduced Pry::Output class, due to class loading it conflicts with BetterErrors::REPL::Pry::Output, so let’s be more explicit about which class we use.

This fixes #255.

Pry 0.10.x introduced Pry::Output class, due to class loading it conflicts with BetterErrors::REPL::Pry::Output, so let’s be more explicit about which class we use.

This fixes BetterErrors#255.
@haileys
Copy link
Collaborator

haileys commented Jul 8, 2014

Seems legit. One nitpick though: if we're going to use a qualified class name I'd prefer to make it fully qualified (like BetterErrors::REPL::Pry::Input)

@fredwu
Copy link
Contributor Author

fredwu commented Jul 8, 2014

Done. 😈

haileys added a commit that referenced this pull request Jul 8, 2014
@haileys haileys merged commit e6f7480 into BetterErrors:master Jul 8, 2014
@haileys
Copy link
Collaborator

haileys commented Jul 8, 2014

Thanks!

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.

better errors doesn't work with pry 0.10.0
2 participants