class: VSEChunkFileSourceWriter
authorClaus Gittinger <cg@exept.de>
Fri, 06 Feb 2015 11:07:36 +0100
changeset 3764 72c0b5c10608
parent 3763 0b71a3d86355
child 3765 6b2537f0d806
class: VSEChunkFileSourceWriter changed: #fileOutPackage:on:
VSEChunkFileSourceWriter.st
--- a/VSEChunkFileSourceWriter.st	Thu Feb 05 17:19:59 2015 +0100
+++ b/VSEChunkFileSourceWriter.st	Fri Feb 06 11:07:36 2015 +0100
@@ -292,6 +292,7 @@
                             ] ifFalse:[
                                 "/ self halt:'save for Float instead of LPReal'.
                                 targetClass := Float.
+                                Transcript showCR:'- moved extension method to Float'.
                             ].
                         ].
                         skip ifFalse:[
@@ -339,10 +340,10 @@
 !VSEChunkFileSourceWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.13 2015-02-05 16:19:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.14 2015-02-06 10:07:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.13 2015-02-05 16:19:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.14 2015-02-06 10:07:36 cg Exp $'
 ! !