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?

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

Reply via email to