[前][次][番号順一覧][スレッド一覧]

ruby-changes:60854

From: Nobuyoshi <ko1@a...>
Date: Tue, 21 Apr 2020 19:29:45 +0900 (JST)
Subject: [ruby-changes:60854] bf11bf31e2 (master): NEWS.md: the order of backtrace [Feature #8661] [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=bf11bf31e2

From bf11bf31e2e795bb22c939a5b5cd412c98208982 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 21 Apr 2020 19:28:38 +0900
Subject: NEWS.md: the order of backtrace [Feature #8661] [ci skip]


diff --git a/NEWS.md b/NEWS.md
index 136a218..406c5d2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -182,8 +182,13 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L182
 * Taint deprecation warnings are now issued in regular mode in
   addition to verbose warning mode.  [[Feature #16131]]
 
+* When an exception is caught in the default handler, the error
+  message and backtrace are printed in order from the innermost.
+  [[Feature #8661]]
+
 
 [Bug #4352]:      https://bugs.ruby-lang.org/issues/4352
+[Feature #8661]:  https://bugs.ruby-lang.org/issues/8661
 [Feature #8709]:  https://bugs.ruby-lang.org/issues/8709
 [Feature #8948]:  https://bugs.ruby-lang.org/issues/8948
 [Feature #9573]:  https://bugs.ruby-lang.org/issues/9573
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]