[squeak-dev] The Inbox: Morphic-ct.1957.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Fri Apr 8 08:36:26 UTC 2022


Hi Christoph --

+1 on the fix itself
-1 on the implementation

This fits better in WorldState >> #doOneCycleNowFor:. Please ignore the few cases where clients invoke "displayWorldSafely; runStepMethods" manually.

Best,
Marcel
Am 01.04.2022 15:59:03 schrieb commits at source.squeak.org <commits at source.squeak.org>:
A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-ct.1957.mcz

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

Name: Morphic-ct.1957
Author: ct
Time: 1 April 2022, 3:58:43.713617 pm
UUID: 73b0c9b3-ca79-9945-b668-d92a3548ae44
Ancestors: Morphic-ul.1956

While running step methods, have the world become active. Before, any step methods/deferred UI message would have triggered the #default case in ActiveEventVariable only.

=============== Diff against Morphic-ul.1956 ===============

Item was changed:
----- Method: PasteUpMorph>>runStepMethods (in category 'stepping') -----
runStepMethods

+ self becomeActiveDuring: [
+ worldState runStepMethodsIn: self].!
- worldState runStepMethodsIn: self
- !


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220408/e4f48f50/attachment.html>


More information about the Squeak-dev mailing list