Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 22/Jan/13 12:11 PM
Description:

Uninitialized constant NameError should store a symbol and not a string

```
mri19 -e 'begin; A; rescue; p $!.name; end'
```

Until recently we always passed in a String and now we can pass in IRubyObject. It appears during 1.8.7 name was specified as Symbol and not a String.

Project: JRuby
Priority: Major Major
Reporter: Thomas E Enebo
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to