help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] scripts/Remote bug


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] scripts/Remote bug
Date: Tue, 07 Jul 2009 14:38:29 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]