On 07/05/2009 05:38 PM, Stefan Schmiedl wrote:
must be a bug by statistics ... all other occurrences of :fname
are like

        | :fname :line :message |

only the one here is mixed up.

Sometimes two bugs make a fix...

--- a/packages/stinst/compiler/StartCompiler.st
+++ b/packages/stinst/compiler/StartCompiler.st
@@ -328,7 +328,7 @@ Behavior extend [
            parseSmalltalk: aString
            with: self evaluatorClass
            onError:
-               [:l :m |
+               [:m :l |
                ^aBlock
                    value: 'a Smalltalk String'
                    value: l

You need this one too or you get errors like

gst-remote: error at line Variable expected: 16

Paolo


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to