On Aug 24, 2013, at 8:54 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
On 2013-08-24, at 20:52, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
On Aug 24, 2013, at 7:20 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
We have now:
String >> #asClass String >> #asClassIfAbsent: String >> #asClassIfPresent:
Ok I found them. I was working in an older image What was strange is that he method finder did not find it when I did #Point . Point
the method finder is not good for much since someone has to manually specify which methods to take into account and add them to a list of selectors.
Yes I was thinking on how to improve that. It passes by method metadata. I was writing a topics in my 50 topics for Pharo database I should issue soon. The handling of metadata is not simple.