[Pkg] The Trunk: Collections-fbs.519.mcz

commits at source.squeak.org commits at source.squeak.org
Mon May 13 18:26:05 UTC 2013


Frank Shearar uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-fbs.519.mcz

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

Name: Collections-fbs.519
Author: fbs
Time: 13 May 2013, 7:25:21.912 pm
UUID: e5aa344c-d69b-4d5b-857f-8159a763b744
Ancestors: Collections-nice.518

Mantis issue 7765: Recategorise SmartRefStream conversion methods.

http://bugs.squeak.org/view.php?id=7765

=============== Diff against Collections-nice.518 ===============

Item was added:
+ ----- Method: SmartRefStream>>abstractStringx0 (in category '*Collections-Strings-conversion') -----
+ abstractStringx0
+ 
+ 	^ String!

Item was added:
+ ----- Method: SmartRefStream>>multiStringx0 (in category '*Collections-Strings-conversion') -----
+ multiStringx0
+ 
+ 	^ WideString!

Item was added:
+ ----- Method: SmartRefStream>>multiSymbolx0 (in category '*Collections-Strings-conversion') -----
+ multiSymbolx0
+ 
+ 	^ WideSymbol!



More information about the Packages mailing list