#BUGFIX by cg expecco_18_2_0 expecco_18_2_1
authorClaus Gittinger <cg@exept.de>
Mon, 17 Dec 2018 16:28:56 +0100
changeset 4389 20e08f31f335
parent 4388 6068318753ee
child 4390 17b6ee1e1570
#BUGFIX by cg class: CVSSourceCodeManager class changed: #checkinClass:fileName:directory:module:source:logMessage:force:asBranch:
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Mon Dec 17 13:15:35 2018 +0100
+++ b/CVSSourceCodeManager.st	Mon Dec 17 16:28:56 2018 +0100
@@ -2635,7 +2635,7 @@
                                     self warn:(self classResources stringWithCRs:'The edited source code seems to be incorrect\(probably missing exclamation marks or missing quotes)\\I will not check this in, because it will fail to compile/load later.').
                                     didAccept := false.
                                 ] do:[
-                                    (ChangeSet fromString:repairedText asString string)
+                                    (ChangeSet fromStream:repairedText asString string readStream)
                                 ].
                             ].
                         ].
@@ -2892,7 +2892,7 @@
     "Modified: / 31-03-2017 / 15:42:32 / stefan"
     "Modified: / 18-05-2018 / 12:53:43 / Stefan Vogel"
     "Modified: / 09-11-2018 / 18:09:37 / Maren"
-    "Modified: / 17-12-2018 / 13:15:21 / Claus Gittinger"
+    "Modified: / 17-12-2018 / 16:29:02 / Claus Gittinger"
 !
 
 checkoutModule:aModule directory:aPackage andDo:aBlock