[squeak-dev] The Trunk: Collections-dtl.883.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Mar 28 20:33:58 UTC 2020


David T. Lewis uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-dtl.883.mcz

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

Name: Collections-dtl.883
Author: dtl
Time: 28 March 2020, 4:33:55.690528 pm
UUID: e4123586-74d1-4edb-a358-46ce6d95631c
Ancestors: Collections-eem.882, Collections-ct.876

Remove WideString class>>initialize to followi up on an old to-do note from Andreas (see methods wtih @@@ comments for others).

Merge Collections-ct.876

=============== Diff against Collections-eem.882 ===============

Item was changed:
  ----- Method: Symbol>>withFirstCharacterDownshifted (in category 'converting') -----
  withFirstCharacterDownshifted
+ 	"Answer an object like the receiver but with first character downshifted if necessary"
- 	"Answer an object like the receiver but with first character downshifted if necesary"
  
+ 	^self asString withFirstCharacterDownshifted asSymbol!
- 	^self asString withFirstCharacterDownshifted asSymbol.!

Item was removed:
- ----- Method: WideSymbol class>>initialize (in category 'class initialization') -----
- initialize
- 	Smalltalk removeFromShutDownList: self. "@@@ Remove this later @@@"!



More information about the Squeak-dev mailing list