The Trunk: Monticello-nice.578.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-nice.578.mcz

commits-2
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: $).!