Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.809.mcz==================== Summary ====================
Name: System-mt.809
Author: mt
Time: 6 April 2016, 10:54:56.661095 am
UUID: 6cbea751-999b-284a-a834-62df239c3892
Ancestors: System-mt.808
Move #isMorphic into Morphic extension.
=============== Diff against System-mt.808 ===============
Item was removed:
- ----- Method: Project>>isMorphic (in category 'accessing') -----
- isMorphic
- "Complexity is because #isMVC is lazily installed"
- ^ world isInMemory
- ifTrue: [world isMorph]
- ifFalse: [(self projectParameters at: #isMVC ifAbsent: [false]) not]!