[Pkg] Monticello Public: Monticello.impl-mtf.582.mcz

Keith Hodges keith_hodges at yahoo.co.uk
Wed Oct 8 04:10:24 UTC 2008


Can you do this, and still support 3.7

I cant remember, but when was new changed to explicitly call #initialize?

Why cant they leave MC alone? Surely they must know that it is used by
others outside of pharo, and so they should be circumspect about
butchering it for the sake of it? If they are going to change it then
perhaps they should call it something else?

Keith
> A new version of Monticello.impl was added to project Monticello Public:
> http://www.squeaksource.com/mc/Monticello.impl-mtf.582.mcz
>
> ==================== Summary ====================
>
> Name: Monticello.impl-mtf.582
> Author: mtf
> Time: 7 October 2008, 6:10:29 pm
> UUID: f6cad8f4-c926-47a4-bd33-ccacd420fcf0
> Ancestors: Monticello.impl-mtf.581, Monticello-marcus.denker.324
>
> Merge Pharo changes up to Monticello-marcus.denker.324. The previous merge was done in Monticello.impl-mtf.581, and brought MC1.5 up to Monticello-AlexandreBergel.323: Here are the changes:
>
> >From Monticello-marcus.denker.324
> Cleaning duplicated code, some misc fixes
>
> =============== Diff against Monticello.impl-mtf.581 ===============
>
> Item was removed:
> - ----- Method: MCThreeWayMerger class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCVersionMerger class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCReader class>>new (in category 'instance creation') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCPostscriptDefinition>>accept: (in category 'as yet unclassified') -----
> - accept: aWriter
> - 	"do nothing"!
>
> Item was removed:
> - ----- Method: MCVersionLoader class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCAncestry class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCMczWriter class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCRepository class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCWorkingCopyBrowser class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCVersionReader class>>canReadFileNamed: (in category 'testing') -----
> - canReadFileNamed: fileName
> - 	^ (fileName endsWith: self extension)!
>
> Item was removed:
> - ----- Method: MCDependencySorter class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCVersionReader>>initialize (in category 'lifecycle') -----
> - initialize!
>
> Item was removed:
> - ----- Method: MCDefinitionIndex class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCReader>>initialize (in category 'lifecycle') -----
> - initialize!
>
> Item was removed:
> - ----- Method: MCSMCacheRepository class>>morphicConfigure (in category 'instance creation') -----
> - morphicConfigure
> - 	^self new!
>
> Item was removed:
> - ----- Method: MCRepositoryGroup class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
> Item was removed:
> - ----- Method: MCRepository>>initialize (in category 'initialization') -----
> - initialize!
>
> Item was removed:
> - ----- Method: MCVersionSorter class>>new (in category 'as yet unclassified') -----
> - new
> - 	^ self basicNew initialize!
>
>
>   



More information about the Packages mailing list