[squeak-dev] The Trunk: ShoutCore-eem.75.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Oct 7 19:10:20 UTC 2019


Eliot Miranda uploaded a new version of ShoutCore to project The Trunk:
http://source.squeak.org/trunk/ShoutCore-eem.75.mcz

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

Name: ShoutCore-eem.75
Author: eem
Time: 7 October 2019, 12:10:14.151324 pm
UUID: c899dcab-f05f-48a5-b7e8-e1b442163e6a
Ancestors: ShoutCore-ct.74

Make sure SHParserST80's source is a string.  various malfunctions can occur if it is a text.

=============== Diff against ShoutCore-ct.74 ===============

Item was changed:
  ----- Method: SHParserST80>>source: (in category 'accessing') -----
+ source: aStringOrText
- source: aString
  	
+ 	source := aStringOrText asString!
- 	source := aString
- 	!



More information about the Squeak-dev mailing list