Incorrect exception type for bad reference. #2289
Closed
Labels
Milestone
Comments
Hmm, definitely is a bug, albeit not a serious one. |
Fixing it in Truffle got another rubyspec passing. It's possible there's a win like that for non-Truffle JRuby. But otherwise, I agree it's low priority. |
Can be closed. Both 9.1.9.0 and 1.7.21 raise a NameError:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While digging through some stuff for Truffle, I came across an issue when calling an undefined variable or method. MRI raises a NameError. JRuby and Rubinius raise a NoMethodError.
The text was updated successfully, but these errors were encountered: