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

Use of MRI-specific Exception hidden ivars does not work on JRuby or Rubinius #219

Open
headius opened this issue Jan 16, 2015 · 1 comment

Comments

@headius
Copy link
Contributor

headius commented Jan 16, 2015

You know the ones... "mesg" and "bt" or "backtrace". I assume you have to go at them directly because they're not settable in MRI, but neither JRuby nor Rubinius have those hidden vars. We need to add appropriate ways to reconstitute an Exception on JRuby and Rubinius.

There's also no tests for the behavior, so we have no promises to keep! Hooray!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants