[squeak-dev] The Trunk: Monticello-nice.578.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Dec 16 22:28:39 UTC 2013


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

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

Name: Monticello-nice.578
Author: nice
Time: 16 December 2013, 11:28:09.7 pm
UUID: a13316b4-be6c-43cb-8843-dde022ce8ced
Ancestors: Monticello-cmm.577

Print which versionInfo a MCVersionDependency depends on.
Debugging MCConfiguration without such elementary feedback is... painful.

=============== Diff against Monticello-cmm.577 ===============

Item was added:
+ ----- Method: MCVersionDependency>>printOn: (in category 'printing') -----
+ printOn: aStream
+ 	super printOn: aStream.
+ 	aStream nextPut: $(.
+ 	versionInfo printOn: aStream.
+ 	aStream nextPut: $).!



More information about the Squeak-dev mailing list