ruby-changes:54322
From: naruse <ko1@a...>
Date: Tue, 25 Dec 2018 07:09:50 +0900 (JST)
Subject: [ruby-changes:54322] naruse:r66531 (trunk): exception bactrace in reverse order is Ruby 2.5 feature
naruse 2018-12-25 07:09:40 +0900 (Tue, 25 Dec 2018) New Revision: 66531 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66531 Log: exception bactrace in reverse order is Ruby 2.5 feature Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 66530) +++ NEWS (revision 66531) @@ -43,9 +43,6 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L43 user = users.find {|user| cond(user) } -* Print exception backtrace and error message in reverse order when the - exception is not caught and STDOUT is unchanged and a tty. [Feature #8661] - * Print +cause+ of the exception if the exception is not caught and printed its backtraces and error message. [Feature #8257] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/