Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-12 Thread stephane ducasse
Hi eliot We worked on Ring for more than a year and it is a complete source code meta model and it is just to remove pseudo class and the rest. We should check for the TextReference idea. Stef > On Sun, Feb 10, 2013 at 8:42 AM, Frank Shearar > wrote: > On 10 February 2013 16:25, Camillo Bru

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-11 Thread Eliot Miranda
On Sun, Feb 10, 2013 at 8:42 AM, Frank Shearar wrote: > On 10 February 2013 16:25, Camillo Bruni wrote: > > Why does SystemNavigation >> #allSelect: return strings of the form > 'Array at:' instead of the real methods? > > Probably because the things that use SystemNavigation - Browsers, > Messag

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-11 Thread Eliot Miranda
On Sun, Feb 10, 2013 at 8:25 AM, Camillo Bruni wrote: > Why does SystemNavigation >> #allSelect: return strings of the form 'Array > at:' instead of the real methods? > Because its broken. But it shouldn't return real methods. It should return MethodReference instances (or their equivalent, RBM

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-10 Thread Camillo Bruni
done On 2013-02-10, at 20:14, stephane ducasse wrote: > open an issue for 3.0 so that we do not forget > > Stef > > On Feb 10, 2013, at 5:25 PM, Camillo Bruni wrote: > >> Why does SystemNavigation >> #allSelect: return strings of the form 'Array >> at:' instead of the real methods? > >

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-10 Thread stephane ducasse
open an issue for 3.0 so that we do not forget Stef On Feb 10, 2013, at 5:25 PM, Camillo Bruni wrote: > Why does SystemNavigation >> #allSelect: return strings of the form 'Array > at:' instead of the real methods?

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-10 Thread Benjamin
+9000 Ben On Feb 10, 2013, at 5:45 PM, Camillo Bruni wrote: > > On 2013-02-10, at 17:42, Frank Shearar wrote: > >> On 10 February 2013 16:25, Camillo Bruni wrote: >>> Why does SystemNavigation >> #allSelect: return strings of the form 'Array >>> at:' instead of the real methods? >> >> Pro

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-10 Thread Camillo Bruni
On 2013-02-10, at 17:52, Marcus Denker wrote: > > On Feb 10, 2013, at 5:46 PM, Camillo Bruni wrote: > >> >> On 2013-02-10, at 17:42, Frank Shearar wrote: >> >>> On 10 February 2013 16:25, Camillo Bruni wrote: Why does SystemNavigation >> #allSelect: return strings of the form 'Array

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-10 Thread Marcus Denker
On Feb 10, 2013, at 5:46 PM, Camillo Bruni wrote: > > On 2013-02-10, at 17:42, Frank Shearar wrote: > >> On 10 February 2013 16:25, Camillo Bruni wrote: >>> Why does SystemNavigation >> #allSelect: return strings of the form 'Array >>> at:' instead of the real methods? >> >> Probably becau

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-10 Thread Camillo Bruni
On 2013-02-10, at 17:42, Frank Shearar wrote: > On 10 February 2013 16:25, Camillo Bruni wrote: >> Why does SystemNavigation >> #allSelect: return strings of the form 'Array >> at:' instead of the real methods? > > Probably because the things that use SystemNavigation - Browsers, > MessageSet

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-10 Thread Frank Shearar
On 10 February 2013 16:25, Camillo Bruni wrote: > Why does SystemNavigation >> #allSelect: return strings of the form 'Array > at:' instead of the real methods? Probably because the things that use SystemNavigation - Browsers, MessageSets and the like - want to render lists of things to the user

Re: [Pharo-project] SystemNavigation >> #allSelect:

2013-02-10 Thread Camille Teruel
On 10 févr. 2013, at 17:25, Camillo Bruni wrote: > Why does SystemNavigation >> #allSelect: return strings of the form 'Array > at:' instead of the real methods? Yes, it's really boring to get methods back from these strings. +1 for changing this and rename the method allMethodSelect:.

[Pharo-project] SystemNavigation >> #allSelect:

2013-02-10 Thread Camillo Bruni
Why does SystemNavigation >> #allSelect: return strings of the form 'Array at:' instead of the real methods?