Nicolas Cellier uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-nice.281.mcz==================== Summary ====================
Name: Collections-nice.281
Author: nice
Time: 19 January 2010, 12:47:46.346 am
UUID: 3f912e96-4454-45d1-a980-a3e8e7bb6081
Ancestors: Collections-nice.280
Remove alternate-syntax remnants #dialect and #withStyleFor:do:
It's useless to provide a backward hook since so many things lack in current image.
No sender, single implementors, not maintained for years, no use to deprecate either.
=============== Diff against Collections-nice.280 ===============
Item was removed:
- ----- Method: Stream>>dialect (in category 'alternate syntax') -----
- dialect
-
- ^#ST80 "in case a regular stream is used to print parse nodes"!
Item was removed:
- ----- Method: Stream>>withStyleFor:do: (in category 'alternate syntax') -----
- withStyleFor: elementType do: aBlock
-
- ^aBlock value "in case a regular stream is used to print parse nodes"
- ">>
- (Compiler new compile: 'blah ^self' in: String notifying: nil ifFail: []) printString
- <<"!