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

ruby-changes:18385

From: kazu <ko1@a...>
Date: Tue, 28 Dec 2010 07:27:18 +0900 (JST)
Subject: [ruby-changes:18385] Ruby:r30408 (trunk): * NEWS: add new magic-comment. (warn-indent)

kazu	2010-12-28 07:27:07 +0900 (Tue, 28 Dec 2010)

  New Revision: 30408

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

  Log:
    * NEWS: add new magic-comment. (warn-indent) [ruby-core:25442]

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30407)
+++ ChangeLog	(revision 30408)
@@ -1,3 +1,7 @@
+Tue Dec 28 07:12:38 2010  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* NEWS: add new magic-comment. (warn-indent) [ruby-core:25442]
+
 Tue Dec 28 04:32:37 2010  Aaron Patterson <aaron@t...>
 
 	* ext/fiddle/extconf.rb: check for windows.h while building fiddle.
Index: NEWS
===================================================================
--- NEWS	(revision 30407)
+++ NEWS	(revision 30408)
@@ -118,6 +118,9 @@
   interpretation of UTS #18.
   http://www.unicode.org/reports/tr18/
 
+* Turning on/off indentation warnings with directives.
+  ("# -*- warn-indent: true -*-" / "# -*- warn-indent: false -*-")
+
 === Compatibility issues (excluding feature bug fixes)
 
 * Kernel#respond_to?

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

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