Exceptions coming out of eval no longer have line numbers
---------------------------------------------------------
Key: JRUBY-3838
URL: http://jira.codehaus.org/browse/JRUBY-3838
Project: JRuby
Issue Type: Bug
Components: Ruby 1.8.7
Affects Versions: JRuby 1.3
Reporter: Micah Martin
$ jruby-1.2.0/bin/jruby -e 'eval("blah")'
(eval):1: undefined local variable or method `blah' for main:Object (NameError)
$ jruby-1.3.0/bin/jruby -e 'eval("blah")'
: undefined local variable or method `blah' for main:Object (NameError)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
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