ReturnNode.st
changeset 3308 4c871ebd0def
parent 3015 c62355a28ef2
child 3484 825bd64610a3
--- a/ReturnNode.st	Sat Aug 31 13:30:02 2013 +0200
+++ b/ReturnNode.st	Sat Aug 31 13:30:15 2013 +0200
@@ -80,7 +80,8 @@
 plausibilityCheckIn:aParser
     "check for return-in-return, as in
         ^ foo ifTrue:[ ^x]
-     that is (currently) not compilable by stc (generates bad C-code for it)"
+     that is (currently) not compilable by stc (generates bad C-code for it).
+     TODO: rewite to use lint/lint rules and apply them before accepting"
 
     |allow warn|
 
@@ -256,6 +257,6 @@
 !ReturnNode class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/ReturnNode.st,v 1.43 2013-02-24 19:24:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/ReturnNode.st,v 1.44 2013-08-31 11:30:15 cg Exp $'
 ! !