The Trunk: System-mt.810.mcz

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

The Trunk: System-mt.810.mcz

commits-2
Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.810.mcz

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

Name: System-mt.810
Author: mt
Time: 6 April 2016, 11:05:30.468095 am
UUID: 8d6172bc-5f9e-af49-b88f-4c74141fdd38
Ancestors: System-mt.809

Migration complete. Revert implementation of #isMorphic.

=============== Diff against System-mt.809 ===============

Item was changed:
  ----- Method: SmalltalkImage>>isMorphic (in category 'snapshot and quit') -----
  isMorphic
+        
+ ^ Project current isMorphic!
-        "Temporary implementation."
-
- ^ (Project current respondsTo: #isMorphic) not or: [Project current isMorphic]!