help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] CStruct and another set of weird issues


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] CStruct and another set of weird issues
Date: Mon, 13 Sep 2010 09:37:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Mnenhy/0.8.3 Thunderbird/3.0.5

On 09/12/2010 09:55 PM, Holger Hans Peter Freyther wrote:
On 09/13/2010 03:37 AM, Holger Hans Peter Freyther wrote:

So it appears that something is missing to go from there to array and pass
that into the declaration.  Could you hint me of where this should/could
happen? E.g. in GSTFileInParser>>parseClassTag?

diff --git a/packages/stinst/parser/GSTParser.st
b/packages/stinst/parser/GSTParser.st
index a96e936..2b194a2 100644
--- a/packages/stinst/parser/GSTParser.st
+++ b/packages/stinst/parser/GSTParser.st
@@ -253,7 +253,7 @@ STInST.STFileInParser subclass: GSTFileInParser [
                       self evaluateStatement: stmt]
              ifFalse: [self evaluateMessageOn: taggee
                             selector: selector
-                           argument: argument token value]
+                           argument: argument value]
      ]

      parseClassVariable [


this is fixing my test case, now the question is what am I going to break?

I think nothing.

Paolo



reply via email to

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