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

ruby-changes:50842

From: naruse <ko1@a...>
Date: Sat, 31 Mar 2018 22:50:59 +0900 (JST)
Subject: [ruby-changes:50842] naruse:r63049 (ruby_2_5): merge revision(s) 63048: [Backport #14654]

naruse	2018-03-31 22:50:56 +0900 (Sat, 31 Mar 2018)

  New Revision: 63049

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

  Log:
    merge revision(s) 63048: [Backport #14654]
    
    Resurvey performance of RDoc by frozen_string_literal: true [Bug #14654]

  Modified directories:
    branches/ruby_2_5/
  Modified files:
    branches/ruby_2_5/NEWS
    branches/ruby_2_5/version.h
Index: ruby_2_5/version.h
===================================================================
--- ruby_2_5/version.h	(revision 63048)
+++ ruby_2_5/version.h	(revision 63049)
@@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_5/version.h#L1
 #define RUBY_VERSION "2.5.1"
-#define RUBY_RELEASE_DATE "2018-03-29"
-#define RUBY_PATCHLEVEL 58
+#define RUBY_RELEASE_DATE "2018-03-31"
+#define RUBY_PATCHLEVEL 59
 
 #define RUBY_RELEASE_YEAR 2018
 #define RUBY_RELEASE_MONTH 3
-#define RUBY_RELEASE_DAY 29
+#define RUBY_RELEASE_DAY 31
 
 #include "ruby/version.h"
 
Index: ruby_2_5/NEWS
===================================================================
--- ruby_2_5/NEWS	(revision 63048)
+++ ruby_2_5/NEWS	(revision 63049)
@@ -421,7 +421,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/ruby_2_5/NEWS#L421
       * It also facilitates supporting new syntax in the future.
     * Support many new syntaxes of Ruby from the past few years.
     * Use "frozen_string_literal: true".
-      This reduces document generation time by 5%.
+      Performance survey: https://gist.github.com/aycabta/abdfaa75ea8a6877eeb734e942e73800
     * Support did_you_mean.
 
 * Rubygems
Index: ruby_2_5
===================================================================
--- ruby_2_5	(revision 63048)
+++ ruby_2_5	(revision 63049)

Property changes on: ruby_2_5
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /trunk:r63048

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

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