What is the relationship between a cursor and ClyEnvironmentContent
and ClyEnvironment?

On Sun, Sep 24, 2017 at 9:16 AM, Stephane Ducasse
<stepharo.s...@gmail.com> wrote:
> On Sat, Sep 23, 2017 at 10:56 AM, Denis Kudriashov <dionisi...@gmail.com> 
> 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 returns methods which sent #do: or #x
>>
>>
>> This logic was needed to support "Senders button" when multiple methods are
>> selected. I think it is expected behaviour in that case.
>
> Yes but this is not when you read the code
>
> packageScope query: (ClyMessageSenders of: #(do: x))
>
>
> packageScope query: (ClyMessageSenders anyOf: #(do: x))
>
> is much clearer because it means what it does.
>
>
> stef
>
> One day you should try to write documentation on something that you
> should reverse engineer first and you will see.
> Nothing is clear.
>
>
>>
>>>
>>>
>>>>
>>>>
>>>>
>>>> Stef
>>>>
>>>
>>

Reply via email to