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

_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to