[squeak-dev] The Trunk: System-nice.731.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 30 21:22:03 UTC 2015


Nicolas Cellier uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-nice.731.mcz

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

Name: System-nice.731
Author: nice
Time: 30 April 2015, 11:21:11.155 pm
UUID: bef33999-82b0-49a5-a17a-536c57394b83
Ancestors: System-kfr.730

A DummyStream may do nothing, but shall mimic the answer of a regular stream.

=============== Diff against System-kfr.730 ===============

Item was changed:
  ----- Method: DummyStream>>nextStringPut: (in category 'accessing') -----
  nextStringPut: aString
+ 	"do nothing"
+ 	^aString!
- 	"do nothing"!



More information about the Squeak-dev mailing list