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

ruby-changes:40669

From: ko1 <ko1@a...>
Date: Wed, 25 Nov 2015 16:39:20 +0900 (JST)
Subject: [ruby-changes:40669] ko1:r52748 (trunk): add NEWS entry about --debug=frozen-string-literal

ko1	2015-11-25 16:39:14 +0900 (Wed, 25 Nov 2015)

  New Revision: 52748

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

  Log:
    add NEWS entry about --debug=frozen-string-literal

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 52747)
+++ NEWS	(revision 52748)
@@ -17,6 +17,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L17
   * new pragma, frozen-string-literal has been experimentally introduced.
   * besides, --enable/--disable=frozen-string-literal options also have
     been introduced.
+  * command line option --debug or --debug=frozen-string-literal enable
+    additional debugging mode which shows created location with at frozen
+    object error (RuntimeError) even if string is dynamically created string
+    literal (for static string literals shows locations as default).
+    [Feature #11725]
 
 * safe navigation operator:
 

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

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