[squeak-dev] The Inbox: Tools-ct.1148.mcz

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Sat Apr 30 14:33:03 UTC 2022


I noticed that you cannot signal the change #relabel inside #windowReqNewLabel: which leads to an infinite loop. Is this expected behavior?

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von commits at source.squeak.org <commits at source.squeak.org>
Gesendet: Samstag, 30. April 2022 16:32:26
An: squeak-dev at lists.squeakfoundation.org
Betreff: [squeak-dev] The Inbox: Tools-ct.1148.mcz

A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.1148.mcz

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

Name: Tools-ct.1148
Author: ct
Time: 30 April 2022, 4:32:23.335008 pm
UUID: d139ce96-3673-c341-817a-51446867175e
Ancestors: Tools-tpr.1146

Implements #windowReqNewLabel: on Debugger.

=============== Diff against Tools-tpr.1146 ===============

Item was added:
+ ----- Method: Debugger>>windowReqNewLabel: (in category 'user interface') -----
+ windowReqNewLabel: newLabel
+
+        labelString := newLabel.
+        ^ true!


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


More information about the Squeak-dev mailing list