mailr23464 - in /branches/disp_speed: ./ devel_scripts/code_validator


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on May 27, 2014 - 12:28:
Author: tlinnet
Date: Tue May 27 12:28:19 2014
New Revision: 23464

URL: http://svn.gna.org/viewcvs/relax?rev=23464&view=rev
Log:
Merged revisions 23453 via svnmerge from 
svn+ssh://tlinnet@xxxxxxxxxxx/svn/relax/trunk

........
  r23453 | bugman | 2014-05-27 10:33:20 +0200 (Tue, 27 May 2014) | 5 lines
  
  Modified a printout in the 'devel_scripts/code_validator' script.
  
  This is to clarify that the first method of a class does not need two 
preceding empty lines.
........

Modified:
    branches/disp_speed/   (props changed)
    branches/disp_speed/devel_scripts/code_validator

Propchange: branches/disp_speed/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue May 27 12:28:19 2014
@@ -1 +1 @@
-/trunk:1-23411
+/trunk:1-23463

Modified: branches/disp_speed/devel_scripts/code_validator
URL: 
http://svn.gna.org/viewcvs/relax/branches/disp_speed/devel_scripts/code_validator?rev=23464&r1=23463&r2=23464&view=diff
==============================================================================
--- branches/disp_speed/devel_scripts/code_validator    (original)
+++ branches/disp_speed/devel_scripts/code_validator    Tue May 27 12:28:19 
2014
@@ -558,7 +558,7 @@
         """Test for proper function spacing."""
 
         # Heading.
-        sys.stdout.write(self.indent + "Function spacing (2 preceding empty 
lines).\n")
+        sys.stdout.write(self.indent + "Function spacing (2 preceding empty 
lines).  Ignore for the first method in a class.\n")
 
         # Flags.
         ok = 1




Related Messages


Powered by MHonArc, Updated Tue May 27 13:00:03 2014