29 Jul 2012 01:04
Re: The Inbox: Monticello-bf.513.mcz
Chris Muller <asqueaker <at> gmail.com>
2012-07-28 23:04:43 GMT
2012-07-28 23:04:43 GMT
Ah, ok. On Sat, Jul 28, 2012 at 4:31 PM, <commits <at> source.squeak.org> wrote: > Bert Freudenberg uploaded a new version of Monticello to project The Inbox: > http://source.squeak.org/inbox/Monticello-bf.513.mcz > > ==================== Summary ==================== > > Name: Monticello-bf.513 > Author: bf > Time: 28 July 2012, 2:22:30.22 pm > UUID: 7520e6a4-d43b-4aa0-8f8c-59b4a94b21bc > Ancestors: Monticello-eem.512 > > Add per-package comments (if you have PackageInfo-Base-bf.65). > > =============== Diff against Monticello-eem.512 =============== > > Item was changed: > ----- Method: MCPackage>>snapshot (in category 'input/output') ----- > snapshot > | packageInfo definitions categories | > packageInfo := self packageInfo. > definitions := OrderedCollection new. > categories := packageInfo systemCategories. > categories isEmpty ifFalse: [ definitions add: (MCOrganizationDefinition categories: categories) ]. > CurrentReadOnlySourceFiles cacheDuring: [ > packageInfo methods do: [:ea | definitions add: ea asMethodDefinition] displayingProgress: 'Snapshotting methods...'. > (packageInfo respondsTo: #overriddenMethods) ifTrue:(Continue reading)
RSS Feed