The Trunk: Collections-dtl.883.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Collections-dtl.883.mcz

commits-2
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 @@@"!