help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] [PATCH 05/15] kernel: Introduce the DirPackage pack


From: Holger Hans Peter Freyther
Subject: Re: [Help-smalltalk] [PATCH 05/15] kernel: Introduce the DirPackage packages to help with development
Date: Sun, 14 Apr 2013 17:21:35 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, Apr 14, 2013 at 03:41:18PM +0200, Paolo Bonzini wrote:
> 
> I'm not sure why this class is needed.  Also, why adding ".dir"?  It
> seems to me that this is the real reason why you cannot use #fileIn.
> 
> > +    DirPackageContainer class >> on: aPackage [

How do we define the order/precedence of packages? E.g. when I am
developing on a package that is already installed. Depending on certain
things I want to either have:
  * the original package
  * the "newest" (if we would have version numbers)
  * or the local files

The ".dir" makes that possible.


> If this is really needed, please put the Kernel.DirPackageContainer
> instance in DirPackageContainer, and call this
> DirPackageContainer>>#uniqueInstance.

okay.



reply via email to

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