[Pkg] The Trunk: 60Deprecated-ul.24.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jul 2 21:46:22 UTC 2018


Levente Uzonyi uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-ul.24.mcz

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

Name: 60Deprecated-ul.24
Author: ul
Time: 2 July 2018, 11:38:16.743035 pm
UUID: fd211025-e838-49aa-a701-14c4bb7e0287
Ancestors: 60Deprecated-ul.23

- deprecated Character class >> #characterTable

=============== Diff against 60Deprecated-ul.23 ===============

Item was added:
+ ----- Method: Character class>>characterTable (in category '*60Deprecated-constants') -----
+ characterTable
+ 	"Answer the class variable in which unique Characters are stored."
+ 
+ 	self deprecated: 'All characters are immediate.'.
+ 	^self allByteCharacters as: String!



More information about the Packages mailing list