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