help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Code update and class variables


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] Code update and class variables
Date: Mon, 06 Sep 2010 18:53: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/06/2010 06:24 PM, Paolo Bonzini wrote:


> However, it's broken and only works if "instance class" has no instance
> variables at all.  I'll shortly push a fix.

awesome! GNU Smalltalk is getting better and better, does anyone think a
windows version will help us to get more devs?

> 
>> 2.) #doesNotUnderstand will not work from what I see as the Logging Module
>> does not know who is going to add areas to it, unless I do something like
>> LogConfig allSubClassesDo: []... is that appropriate?
> 
> I don't understand why would you subclass LogConfig rather than create
> multiple instances?

Maybe my approach is wrong, so let me recap. I have multiple subsystems that
add their own areas but I want to write code like this anObject logDebug:
'message' area: #sccp. So for this I need to have a LogConfig per Process (or
one global one to start with).







reply via email to

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