[squeak-dev] The Trunk: 60Deprecated-mt.38.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Wed Jul 17 13:21:53 UTC 2019


Hi, there.

as of today, this change causes update troubles. I have no idea why. Has been working fine during the last 5 days. See http://files.squeak.org/5.3alpha/ [http://files.squeak.org/5.3alpha/].

Something started (indirectly) sending Symbol class>>internCharacter: during the updates. I am still investigating.

Best,
Marcel
Am 12.07.2019 08:39:37 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Marcel Taeumel uploaded a new version of 60Deprecated to project The Trunk:
http://source.squeak.org/trunk/60Deprecated-mt.38.mcz

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

Name: 60Deprecated-mt.38
Author: mt
Time: 12 July 2019, 8:39:34.417612 am
UUID: f25adf3c-1f60-5749-aada-72ceed6de84c
Ancestors: 60Deprecated-mt.37

Complements Collections-mt.840.

=============== Diff against 60Deprecated-mt.37 ===============

Item was added:
+ ----- Method: Symbol class>>internCharacter: (in category '*60Deprecated-instance creation') -----
+ internCharacter: aCharacter
+
+ self deprecated: 'Use #intern: instead. There is no special table for one-character symbols anymore'.
+ ^ self intern: aCharacter asString!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20190717/7e0c56f3/attachment.html>


More information about the Squeak-dev mailing list