[squeak-dev] allCallsOn:from: broken

Marcel Taeumel marcel.taeumel at hpi.de
Wed Jun 15 07:00:35 UTC 2022


Thanks for fixing this via System-eem.1361

Best,
Marcel
Am 14.06.2022 20:54:04 schrieb Eliot Miranda <eliot.miranda at gmail.com>:
The first two are fine.  The last one is broken.

self systemNavigation allCallsOn: (EventSensor bindingOf: #EventPollPeriod)
    an OrderedCollection(a MethodReference EventSensor class >> #eventPollPeriod a MethodReference EventSensor class >> #eventPollPeriod:)


self systemNavigation allCallsOn: (EventSensor bindingOf: #EventPollPeriod) localTo: EventSensor
    an OrderedCollection(a MethodReference EventSensor class >> #eventPollPeriod a MethodReference EventSensor class >> #eventPollPeriod:)


self systemNavigation allCallsOn: (EventSensor bindingOf: #EventPollPeriod) from: EventSensor
    an OrderedCollection() 

_,,,^..^,,,_

best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220615/c6a07a0a/attachment.html>


More information about the Squeak-dev mailing list