Kernel.raise should print the one-line exception info to $stderr in DEBUG mode
------------------------------------------------------------------------------
Key: JRUBY-2696
URL: http://jira.codehaus.org/browse/JRUBY-2696
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Affects Versions: JRuby 1.1.2
Environment: Latest JRuby 1.1.2+
Reporter: Vladimir Sizikov
Assignee: Vladimir Sizikov
Fix For: JRuby 1.1.3
This is yet another small, but useful thing that we can provide to make it
easier for users to debug problems.
MRI does that, RBX does that, so should we:
{noformat}
ruby -d -e " raise RuntimeError.new('test')"
Exception `RuntimeError' at -e:1 - test
{noformat}
Will fix.
--
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