help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] STInST Parser and parsing Glut (and other code)


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] STInST Parser and parsing Glut (and other code)
Date: Thu, 19 Dec 2013 14:01:38 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Dec 17, 2013 at 10:01:52AM +0100, Holger Hans Peter Freyther wrote:

>       "GNUPlot.GNUPlot instanceVariables: 'abc def'".

Interestingly.. when using

        Namespace current: Bla [
                Object subclass: Bla [
                        | inst |
                ]
        ]

is working correctly. While loading GNUPlot triggers the issue. The
namespace is probably set-up by PackageLoader.


Namespace current: (Smalltalk addSubspace: 'Doo').

Object subclass: Doo [
                | foo |
]



> So it appears that the STCompiler is somehow "ignoring" the namespace
> that I pass in? Paolo do you have an idea of why that is the case?

it is probably an issue with the symbol table.

holger



reply via email to

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