[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squeak-dev
Subject:    [squeak-dev] The Inbox: Monticello-bp.406.mcz
From:       commits () source ! squeak ! org
Date:       2010-10-31 15:55:32
Message-ID: 201010311555.o9VFthcl015079 () mailer ! progressive-comp ! com
[Download RAW message or body]

A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-bp.406.mcz

==================== Summary ====================

Name: Monticello-bp.406
Author: bp
Time: 31 October 2010, 4:38:59.454 pm
UUID: 2bc8f189-09ca-4471-b0fe-89c70f4f379d
Ancestors: Monticello-nice.405

added obsoletePackageInfos

=============== Diff against Monticello-nice.405 ===============

Item was added:
+ ----- Method: MCPackageManager class>>obsoletePackageInfos (in category 'cleanup') -----
+ obsoletePackageInfos
+ 	"Answer all PackageInfos that are not associated with an MCPackageManager."
+ 	| pkgNames |
+ 	pkgNames := self allManagers collect: [:wcs | wcs packageName] as: Set.
+ 	^PackageOrganizer default packages select: [:p |
+ 		p class isObsolete or: [(pkgNames includes: p packageName) not]]!


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic