Re: [Pharo-dev] Calypso question

2017-09-25 Thread Ben Coman
On Mon, Sep 25, 2017 at 3:58 PM, Denis Kudriashov wrote: > > 2017-09-24 9:15 GMT+02:00 Stephane Ducasse : > >> anyOf: means >> senders of any of the following message = or >> >> because of: with a list could mean that you expect to find the senders

Re: [Pharo-dev] Calypso question

2017-09-25 Thread Denis Kudriashov
2017-09-24 9:30 GMT+02:00 Stephane Ducasse : > What is the relationship between a cursor and ClyEnvironmentContent > and ClyEnvironment? > If you are asking about ClyNavigationEnvironment then it is kind of facade to query the system. It is responsible to select specific

Re: [Pharo-dev] Calypso question

2017-09-25 Thread Denis Kudriashov
2017-09-24 9:15 GMT+02:00 Stephane Ducasse : > anyOf: means > senders of any of the following message = or > > because of: with a list could mean that you expect to find the senders > of all the message in the list. > > Am I clear? > Yes. But is it good english to say

Re: [Pharo-dev] Calypso question

2017-09-24 Thread Stephane Ducasse
What is the relationship between a cursor and ClyEnvironmentContent and ClyEnvironment? On Sun, Sep 24, 2017 at 9:16 AM, Stephane Ducasse wrote: > On Sat, Sep 23, 2017 at 10:56 AM, Denis Kudriashov > wrote: >> another question

Re: [Pharo-dev] Calypso question

2017-09-24 Thread Stephane Ducasse
On Sat, Sep 23, 2017 at 10:56 AM, Denis Kudriashov wrote: > >>> >>> 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 >> >> >> It

Re: [Pharo-dev] Calypso question

2017-09-24 Thread Stephane Ducasse
anyOf: means senders of any of the following message = or because of: with a list could mean that you expect to find the senders of all the message in the list. Am I clear? Stef On Sat, Sep 23, 2017 at 10:37 AM, Denis Kudriashov wrote: > 2017-09-23 7:54 GMT+02:00

Re: [Pharo-dev] Calypso question

2017-09-23 Thread Denis Kudriashov
> >> 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 >> > > It returns methods which sent #do: or #x > This logic was needed to support "Senders button"

Re: [Pharo-dev] Calypso question

2017-09-23 Thread Denis Kudriashov
2017-09-23 8:00 GMT+02:00 Stephane Ducasse : > Denis you should draw an UML of the classes and their responsibilities > Sure. I will made another pass on model when I will work on scoped refactoring. Then I can work on better docs. > because it is unclear to me what is

Re: [Pharo-dev] Calypso question

2017-09-23 Thread Denis Kudriashov
2017-09-23 7:54 GMT+02:00 Stephane Ducasse : > Ok what is localClassScope? > >From LocalClassScope you will see only things which are defined in class itself. There are also ClassHierarchyScope subclasses. They show you all things which are visible from related classes

Re: [Pharo-dev] Calypso question

2017-09-23 Thread Stephane Ducasse
Denis you should draw an UML of the classes and their responsibilities because it is unclear to me what is ClyEnvironmentContent and how it relates to ClyEnvironmentCursor The project is Booklet-Infrastructure. I started to rewrite the Calypso chapter. Stef On Fri, Sep 22, 2017 at 9:55 PM, Denis

Re: [Pharo-dev] Calypso question

2017-09-22 Thread Stephane Ducasse
Ok what is localClassScope? so may be we should rename it anyOf: On Fri, Sep 22, 2017 at 9:54 PM, Denis Kudriashov wrote: > Hi > > 2017-09-22 20:41 GMT+02:00 Stephane Ducasse : >> >> Hi denis >> >> I'm doing a pass on the architecture of calypso

Re: [Pharo-dev] Calypso question

2017-09-22 Thread Denis Kudriashov
And give me the link to the chapter 2017-09-22 20:41 GMT+02:00 Stephane Ducasse : > 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. > > |

Re: [Pharo-dev] Calypso question

2017-09-22 Thread Denis Kudriashov
Hi 2017-09-22 20:41 GMT+02:00 Stephane Ducasse : > 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 :=