-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening a Playground’s bindings signals MessageNotUnderstood #17803
Comments
I checked earlier builds: a MessageNotUnderstood is signaled in build 465, but not in build 464. The reference commits for these builds are given below (listed using the snippet given in issue #17163). This issue seems most likely to be due to the changes in Spec commit 8c6e6f0291 or NewTools commit 612a06e542 by @Ducasse. Build 465 reference commits:
Build 464 reference commits;
|
Oops it should probably be my mistake. I will have a look |
Probably
Now I put
and it seems to work. |
In Pharo 13 build 504, after doing
n := 1
in a Playground, opening its bindings signals a MessageNotUnderstood (“Instance of SmallInteger did not understand #windowTitle”).The text was updated successfully, but these errors were encountered: