[squeak-dev] The Trunk: ST80-mt.198.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 6 09:08:03 UTC 2016


Marcel Taeumel uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-mt.198.mcz

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

Name: ST80-mt.198
Author: mt
Time: 6 April 2016, 11:07:56.476095 am
UUID: 7d0ce778-da08-474b-87cd-dbb594553c42
Ancestors: ST80-mt.197

Simple MVC check.

=============== Diff against ST80-mt.197 ===============

Item was added:
+ ----- Method: MVCProject>>isMVC (in category 'testing') -----
+ isMVC
+ 
+ 	^ true!

Item was added:
+ ----- Method: Project>>isMVC (in category '*ST80-testing') -----
+ isMVC
+ 
+ 	^ false!



More information about the Squeak-dev mailing list