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. _______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
