Sept. 22, 2017
7:55 p.m.
And give me the link to the chapter 2017-09-22 20:41 GMT+02:00 Stephane Ducasse <stepharo.self@gmail.com>:
Hi denis
I'm doing a pass on the architecture of calypso chapter :) as a way to force me to understand it better.
Now I do not understand why the following does not work.
| env classScope | env := ClySystemNavigationEnvironment currentImage. classScope := env selectScope: ClyClassScope of: {Point. Collection}. classScope allClasses
another question
packageScope query: (ClyMessageSenders of: #(do: x))
It is returning all the senders of do: and the senders of x or returning all the sender of do: and x
Stef