UnaryNode.st
changeset 3309 cea9c487db04
parent 2881 ae13393d1096
child 3333 fb37a7b53ed6
--- a/UnaryNode.st	Sat Aug 31 13:30:15 2013 +0200
+++ b/UnaryNode.st	Sat Aug 31 13:30:27 2013 +0200
@@ -210,7 +210,8 @@
     "check for funny selector - careful to do string compare instead
      of symbol identity compare: I dont want to introduce these as symbols
      into the system (would make the '... is nowhere implemented' warning
-     go away."
+     go away.
+     TODO: rewite to use lint/lint rules and apply them before accepting"
 
     |selectorSymbol|
 
@@ -369,9 +370,10 @@
 !UnaryNode class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.58 2012-07-06 11:45:56 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.59 2013-08-31 11:30:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.58 2012-07-06 11:45:56 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/UnaryNode.st,v 1.59 2013-08-31 11:30:27 cg Exp $'
 ! !
+