changed: #fileOutCategory:of:except:only:methodFilter:on:
authorStefan Vogel <sv@exept.de>
Tue, 09 Oct 2012 14:13:20 +0200
changeset 14378 3f49f1548631
parent 14377 055d0bcf41ec
child 14379 b6ea5a62d5e3
changed: #fileOutCategory:of:except:only:methodFilter:on:
SmalltalkChunkFileSourceWriter.st
--- a/SmalltalkChunkFileSourceWriter.st	Mon Oct 08 14:34:01 2012 +0200
+++ b/SmalltalkChunkFileSourceWriter.st	Tue Oct 09 14:13:20 2012 +0200
@@ -360,7 +360,7 @@
                         aMethod selector isSymbol ifTrue:[
                             interestingMethods add:aMethod
                         ] ifFalse:[
-                            Transcript showCR:'skipping non-symbol method ',aMethod selector.
+                            Transcript showCR:'skipping non-symbol method ', aMethod selector printString.
                         ].
                     ].
                 ]
@@ -546,7 +546,7 @@
 !SmalltalkChunkFileSourceWriter class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceWriter.st,v 1.16 2012-08-21 17:48:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmalltalkChunkFileSourceWriter.st,v 1.17 2012-10-09 12:13:20 stefan Exp $'
 !
 
 version_SVN