|
On Jan 28, 2007, at 12:21 , Norbert Hartl wrote:
> What is the best way to handle this situation with
> monticello? I don't know how monticello handles
> dependencies. As far as I understand pool dictionaries
> they can be created by invoking
>
> Smalltalk at: #dictName put: Dictionary new
>
> Is this right? Do I need to create pool dictionary
> manually in an initialize methods?
No, this is the "old" way of making pool dicts. Nowadays they are
just subclasses of SharedPool, each binding is simply a class
variable. Monticello handles classes just fine.
- Bert -
|