You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception type is after the message in parenthesis.
Actual Behavior
We print Exception type before message and delimit with a colon.
This is not a huge deal as people should not be post-processing output from a blowing up Ruby program but MRI test suite has a fairly detailed expectation in some tests in test_rubyoptions.rb.
It is simple enough to match them at least.
The text was updated successfully, but these errors were encountered:
Ok so we can fix our output to match MRI's but we have an MRI output mode. I was in favor of just making this first line agree with MRI so some MRI tests would pass without passing in an env var, but @headius points out other MRI tests will break because our actual backtrace contents are also different. So I would only partially fix MRI not passing with the default JRuby-style backtrace output. Not worth changing...
Environment
JRuby 9.0.5.0
Expected Behavior
Exception type is after the message in parenthesis.
Actual Behavior
We print Exception type before message and delimit with a colon.
This is not a huge deal as people should not be post-processing output from a blowing up Ruby program but MRI test suite has a fairly detailed expectation in some tests in test_rubyoptions.rb.
It is simple enough to match them at least.
The text was updated successfully, but these errors were encountered: