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

commits at source.squeak.org commits at source.squeak.org
Wed Sep 8 21:57:07 UTC 2021


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

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

Name: Collections-dtl.957
Author: dtl
Time: 8 September 2021, 5:57:05.466076 pm
UUID: c8292c9b-808c-42b3-931b-84065ca758af
Ancestors: Collections-ct.956

LazyCharacterSet>>printOn: should not raise an error, otherwise things get confusing in the debugger.

(LazyCharacterSet including: [:e | e asciiValue < 256 ]) printString

=============== Diff against Collections-ct.956 ===============

Item was added:
+ ----- Method: LazyCharacterSet>>printElementsOn: (in category 'printing') -----
+ printElementsOn: aString
+ 	"Do nothing,elements cannot be directly enumerated"!



More information about the Squeak-dev mailing list