[Pkg] The Trunk: MorphicExtras-nice.105.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Mar 3 13:48:00 UTC 2013


Nicolas Cellier uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-nice.105.mcz

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

Name: MorphicExtras-nice.105
Author: nice
Time: 3 March 2013, 2:46:25.372 pm
UUID: 5f156c21-60f8-43de-b284-1d53eef0748d
Ancestors: MorphicExtras-bf.104

Remove PrintEncoder StoreEncoder and PropertyListEncoder which were unused experimental proof of concepts.
These are sole senders of #printOnStream: #storeOnStream: and #propertyListOn: which can be removed too.

=============== Diff against MorphicExtras-bf.104 ===============

Item was removed:
- PrintableEncoder subclass: #PrintEncoder
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'MorphicExtras-Postscript Filters'!

Item was removed:
- ----- Method: PrintEncoder class>>filterSelector (in category 'configuring') -----
- filterSelector
- 	^#printOnStream:!

Item was removed:
- PrintableEncoder subclass: #PropertyListEncoder
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'MorphicExtras-Postscript Filters'!

Item was removed:
- ----- Method: PropertyListEncoder class>>filterSelector (in category 'configuring') -----
- filterSelector
- 	^#propertyListOn:.
- !

Item was removed:
- ----- Method: PropertyListEncoder>>writeArrayedCollection: (in category 'writing') -----
- writeArrayedCollection:aCollection
- 	self print:'/* '; print:aCollection class name; print:'*/'; cr.
- 	self print:'( '; writeCollectionContents:aCollection separator:','; print:')'.!

Item was removed:
- ----- Method: PropertyListEncoder>>writeDictionary: (in category 'writing') -----
- writeDictionary:aCollection
- 	self print:'{ '; writeDictionaryContents:aCollection separator:'; '; print:'}'.!

Item was removed:
- PrintableEncoder subclass: #StoreEncoder
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'MorphicExtras-Postscript Filters'!

Item was removed:
- ----- Method: StoreEncoder class>>filterSelector (in category 'configuring') -----
- filterSelector
-     ^#storeOnStream:.
- !



More information about the Packages mailing list