The Trunk: MorphicExtras-mt.174.mcz

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

The Trunk: MorphicExtras-mt.174.mcz

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

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

Name: MorphicExtras-mt.174
Author: mt
Time: 17 May 2016, 2:20:29.347089 pm
UUID: b22e6fc2-bfaf-de4f-930c-c192fc6dacd0
Ancestors: MorphicExtras-mt.173

Add a simple check whether there are flaps visible in a world.

=============== Diff against MorphicExtras-mt.173 ===============

Item was added:
+ ----- Method: Flaps class>>anyFlapsVisibleIn: (in category 'testing') -----
+ anyFlapsVisibleIn: aWorld
+
+ aWorld submorphsDo: [:m |
+ (m isKindOf: FlapTab) ifTrue: [^ true]].
+
+ ^ false!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: MorphicExtras-mt.174.mcz

Karl Ramberg
Updating a image that was a few weeks behind broke because it loaded the sender of this message before this :-(

Best,
Karl

On Tue, May 17, 2016 at 2:20 PM, <[hidden email]> wrote:
Marcel Taeumel uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-mt.174.mcz

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

Name: MorphicExtras-mt.174
Author: mt
Time: 17 May 2016, 2:20:29.347089 pm
UUID: b22e6fc2-bfaf-de4f-930c-c192fc6dacd0
Ancestors: MorphicExtras-mt.173

Add a simple check whether there are flaps visible in a world.

=============== Diff against MorphicExtras-mt.173 ===============

Item was added:
+ ----- Method: Flaps class>>anyFlapsVisibleIn: (in category 'testing') -----
+ anyFlapsVisibleIn: aWorld
+
+       aWorld submorphsDo: [:m |
+               (m isKindOf: FlapTab) ifTrue: [^ true]].
+
+       ^ false!





Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: MorphicExtras-mt.174.mcz

marcel.taeumel
Hi Karl,

which package was it? It's difficult to find the correct load order in an update map.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: MorphicExtras-mt.174.mcz

Karl Ramberg
System-mt.830 loaded before MorphicExtras-mt.174.mcz

That was a call from 
RealEstateAgent class>>maximumUsableAreaInWorld: (in category 'accessing') -----
  maximumUsableAreaInWorld: aWorldOrNil

Best,
Karl

On Tue, May 24, 2016 at 1:41 PM, marcel.taeumel <[hidden email]> wrote:
Hi Karl,

which package was it? It's difficult to find the correct load order in an
update map.

Best,
Marcel



--
View this message in context: http://forum.world.st/The-Trunk-MorphicExtras-mt-174-mcz-tp4895366p4897032.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.