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

ruby-changes:49526

From: mrkn <ko1@a...>
Date: Sun, 7 Jan 2018 10:20:18 +0900 (JST)
Subject: [ruby-changes:49526] mrkn:r61641 (trunk): doc/NEWS-2.5.0: Fix the description of backtrace format change

mrkn	2018-01-07 10:20:10 +0900 (Sun, 07 Jan 2018)

  New Revision: 61641

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61641

  Log:
    doc/NEWS-2.5.0: Fix the description of backtrace format change
    
    * The backtrace format change is affected by $stderr, but not STDERR.

  Modified files:
    trunk/doc/NEWS-2.5.0
Index: doc/NEWS-2.5.0
===================================================================
--- doc/NEWS-2.5.0	(revision 61640)
+++ doc/NEWS-2.5.0	(revision 61641)
@@ -557,10 +557,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.5.0#L557
 
 === Miscellaneous changes
 
-* Print backtrace and error message in reverse order if STDERR is unchanged and a tty.
+* Print backtrace and error message in reverse order if $stderr is unchanged and a tty.
   [Feature #8661] [experimental]
 
-* Print error message in bold/underlined text if STDERR is unchanged and a tty.
+* Print error message in bold/underlined text if $stderr is unchanged and a tty.
   [Feature #14140] [experimental]
 
 * configure option --with-ext now mandates its arguments.  So for

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

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