[squeak-dev] The Trunk: PackageInfo-Base-nice.32.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Dec 9 13:29:47 UTC 2009


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

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

Name: PackageInfo-Base-nice.32
Author: nice
Time: 9 December 2009, 2:30:11 am
UUID: b21ba9c0-58e1-f249-bde7-a8dc47458a3e
Ancestors: PackageInfo-Base-bp.31

remove ReadStream>>#untilEnd:displayingProgress: because 100% = super code

=============== Diff against PackageInfo-Base-bp.31 ===============

Item was removed:
- ----- Method: ReadStream>>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 Squeak-dev mailing list