[Pkg] The Trunk: PackageInfo-Base-nice.38.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 18 12:31:25 UTC 2010


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

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

Name: PackageInfo-Base-nice.38
Author: nice
Time: 18 January 2010, 1:31:22.223 pm
UUID: 62b7503b-e295-0146-8204-2baf84ce8599
Ancestors: PackageInfo-Base-nice.37

Remove ReadWriteStream>>#untilEnd:displayingProgress: because same implementation as super PositionableStream

=============== Diff against PackageInfo-Base-nice.37 ===============

Item was removed:
- ----- Method: ReadWriteStream>>untilEnd:displayingProgress: (in category '*packageinfo-base') -----
- untilEnd: aBlock displayingProgress: aString
- 	aString
- 		displayProgressAt: Sensor cursorPoint
- 		from: 0 to: self size
- 		during:
- 			[:bar |
- 			[self atEnd] whileFalse:
- 				[bar value: self position.
- 				aBlock value]].!



More information about the Packages mailing list