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

ruby-changes:43652

From: duerst <ko1@a...>
Date: Fri, 22 Jul 2016 10:32:25 +0900 (JST)
Subject: [ruby-changes:43652] duerst:r55725 (trunk): * template/unicode_norm_gen.tmpl: Remove

duerst	2016-07-22 10:32:20 +0900 (Fri, 22 Jul 2016)

  New Revision: 55725

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

  Log:
    * template/unicode_norm_gen.tmpl: Remove
      UnicodeNormalize::UNICODE_VERSION at origin [Feature #12546].

  Modified files:
    trunk/ChangeLog
    trunk/template/unicode_norm_gen.tmpl
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 55724)
+++ ChangeLog	(revision 55725)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Jul 22 10:32:13 2016  Martin Duerst  <duerst@i...>
+
+	* template/unicode_norm_gen.tmpl: Remove
+	  UnicodeNormalize::UNICODE_VERSION at origin [Feature #12546].
+
 Fri Jul 22 09:23:51 2016  SHIBATA Hiroshi  <hsbt@r...>
 
 	* LEGAL: Added entries for files under the USD license.
Index: template/unicode_norm_gen.tmpl
===================================================================
--- template/unicode_norm_gen.tmpl	(revision 55724)
+++ template/unicode_norm_gen.tmpl	(revision 55725)
@@ -158,8 +158,6 @@ end https://github.com/ruby/ruby/blob/trunk/template/unicode_norm_gen.tmpl#L158
 # automatically generated by template/unicode_norm_gen.tmpl
 
 module UnicodeNormalize
-  UNICODE_VERSION = "<%=unicode_version%>"
-
   accents = "" \
     "[<% accent_array.each_regexp_chars do |rx|%><%=rx%>" \
     "<% end%>]"

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

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