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

ruby-changes:39971

From: akr <ko1@a...>
Date: Tue, 6 Oct 2015 07:23:23 +0900 (JST)
Subject: [ruby-changes:39971] akr:r52052 (trunk): Put an line before "frozen_string_literal: true" for emacs.

akr	2015-10-06 07:22:56 +0900 (Tue, 06 Oct 2015)

  New Revision: 52052

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

  Log:
    Put an line before "frozen_string_literal: true" for emacs.
    
    https://bugs.ruby-lang.org/issues/8976#note-49

  Modified files:
    trunk/ext/pathname/lib/pathname.rb
    trunk/lib/pp.rb
    trunk/lib/prettyprint.rb
    trunk/lib/resolv.rb
    trunk/lib/tmpdir.rb
    trunk/test/pathname/test_pathname.rb
    trunk/test/test_pp.rb
    trunk/test/test_prettyprint.rb
    trunk/tool/transcode-tblgen.rb
Index: lib/prettyprint.rb
===================================================================
--- lib/prettyprint.rb	(revision 52051)
+++ lib/prettyprint.rb	(revision 52052)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/prettyprint.rb#L1
+#
 # -*- frozen_string_literal: true -*-
 #
 # This class implements a pretty printing algorithm. It finds line breaks and
Index: lib/resolv.rb
===================================================================
--- lib/resolv.rb	(revision 52051)
+++ lib/resolv.rb	(revision 52052)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/resolv.rb#L1
+#
 # -*- frozen_string_literal: true -*-
 
 require 'socket'
Index: lib/pp.rb
===================================================================
--- lib/pp.rb	(revision 52051)
+++ lib/pp.rb	(revision 52052)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/pp.rb#L1
+#
 # -*- frozen_string_literal: true -*-
 
 require 'prettyprint'
Index: lib/tmpdir.rb
===================================================================
--- lib/tmpdir.rb	(revision 52051)
+++ lib/tmpdir.rb	(revision 52052)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/tmpdir.rb#L1
+#
 # -*- frozen_string_literal: true -*-
 #
 # tmpdir - retrieve temporary directory path
Index: ext/pathname/lib/pathname.rb
===================================================================
--- ext/pathname/lib/pathname.rb	(revision 52051)
+++ ext/pathname/lib/pathname.rb	(revision 52052)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/pathname/lib/pathname.rb#L1
+#
 # -*- frozen_string_literal: true -*-
 #
 # = pathname.rb
Index: tool/transcode-tblgen.rb
===================================================================
--- tool/transcode-tblgen.rb	(revision 52051)
+++ tool/transcode-tblgen.rb	(revision 52052)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/tool/transcode-tblgen.rb#L1
+#
 # -*- frozen_string_literal: true -*-
 
 require 'optparse'
Index: test/test_prettyprint.rb
===================================================================
--- test/test_prettyprint.rb	(revision 52051)
+++ test/test_prettyprint.rb	(revision 52052)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/test_prettyprint.rb#L1
+#
 # -*- frozen_string_literal: true -*-
 
 require 'prettyprint'
Index: test/pathname/test_pathname.rb
===================================================================
--- test/pathname/test_pathname.rb	(revision 52051)
+++ test/pathname/test_pathname.rb	(revision 52052)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/pathname/test_pathname.rb#L1
+#
 # -*- frozen_string_literal: true -*-
 
 require 'test/unit'
Index: test/test_pp.rb
===================================================================
--- test/test_pp.rb	(revision 52051)
+++ test/test_pp.rb	(revision 52052)
@@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/test/test_pp.rb#L1
+#
 # -*- frozen_string_literal: true -*-
 
 require 'pp'

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

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