scripts/Remote bug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

scripts/Remote bug

Stefan Schmiedl
must be a bug by statistics ... all other occurrences of :fname
are like

        | :fname :line :message |

only the one here is mixed up.

s.

--
Stefan Schmiedl
EDV-Beratung Schmiedl, Berghangstr. 5, D-93413 Cham
im Büro: 09971 9966 989, am Handy: 0160 9981 6278


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: scripts/Remote bug

Paolo Bonzini-3
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
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: scripts/Remote bug

Stefan Schmiedl
On Tue, 07 Jul 2009 14:38:29 +0200
Paolo Bonzini <[hidden email]> wrote:

> You need this one too or you get errors like
>
> gst-remote: error at line Variable expected: 16
>

I KNOW! But I just couldn't get myself to see the second one :-)

Thanks,
s.


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