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: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] CStruct and another set of weird issues
Date: Mon, 13 Sep 2010 03:55:50 +0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100720 Fedora/3.1.1-1.fc13 Lightning/1.0b2 Thunderbird/3.1.1

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?



reply via email to

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