Protocol selection erratic behaviour

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Protocol selection erratic behaviour

Sergio Fedi
When creating a method in the debugger,
when the select protocol pop up window appears,
sometimes it finds the protocol we want (getter)
and sometimes it doesn't and we have to type it all
and add it as if it was new.

Is this something normal and my expectations are off?
Or is this a bug?
Reply | Threaded
Open this post in threaded view
|

Re: Protocol selection erratic behaviour

Marcus Denker-4

> On 03 Jun 2015, at 12:29, Sergio Fedi <[hidden email]> wrote:
>
> When creating a method in the debugger,
> when the select protocol pop up window appears,
> sometimes it finds the protocol we want (getter)
> and sometimes it doesn't and we have to type it all
> and add it as if it was new.
>
> Is this something normal and my expectations are off?
> Or is this a bug?

I would say a missing feature: we should hook the automatic
categorised there to suggest a possible category.

        Marcus

Reply | Threaded
Open this post in threaded view
|

Re: Protocol selection erratic behaviour

Sergio Fedi
Let me see if I understand what you are saying.

The category "setter" exists, but it's an automatically generated one (as well as others, I suppose).

So it doesn't appear in the protocol selection window, because that window only lists protocols created manually.

Is that what you where saying?
Reply | Threaded
Open this post in threaded view
|

Re: Protocol selection erratic behaviour

stepharo
There is a little utils in nautilus that propose "good protocol" and we
should brigde the widget to us it.
Now I'm resuurrecting a little project that let us compose rule to
define how methods should be categorized.

The idea is to
     agree on the main categories
     recategorize all the packages with it
     use it for interactive sesssion too.

Stef


Le 6/6/15 00:27, Sergio Fedi a écrit :
> Let me see if I understand what you are saying.
>
> The category "setter" exists, but it's an automatically generated one
> (as well as others, I suppose).
>
> So it doesn't appear in the protocol selection window, because that
> window only lists protocols created manually.
>
> Is that what you where saying?


Reply | Threaded
Open this post in threaded view
|

Re: Protocol selection erratic behaviour

Sergio Fedi
> There is a little utils in nautilus that propose "good protocol" and we should brigde the widget to us it.

Is there a Case for this?