[Glass] Jade - Method List Browser - Browse Class

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

[Glass] Jade - Method List Browser - Browse Class

marten
* open a class browser, select a method
* execute "browse implementors of ..."
* type in a selector with an ending ":" e.g. writeLock:
* a method list browser opens and shows the results
* double click on the found entry or exeecute "browse class"

* a new class browser oprens and an error dialog pops up:

-> Not found: a block closure


Marten
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Jade - Method List Browser - Browse Class

James Foster-9
Martin,

Bug confirmed. The error occurs because #’writeLock:’ is a class-side method and our attempt to lookup a class named ‘System class’ fails. If I select implementors of #’detect:’ then things work as expected. Obviously, it should work for class-side methods as well as instance-side methods, but at least I understand what is wrong.

Thanks for reporting this. I’ll try to get a fix in soon.

James

On Nov 14, 2013, at 3:47 AM, [hidden email] wrote:

> * open a class browser, select a method
> * execute "browse implementors of ..."
> * type in a selector with an ending ":" e.g. writeLock:
> * a method list browser opens and shows the results
> * double click on the found entry or exeecute "browse class"
>
> * a new class browser oprens and an error dialog pops up:
>
> -> Not found: a block closure
>
>
> Marten
> _______________________________________________
> Glass mailing list
> [hidden email]
> http://lists.gemtalksystems.com/mailman/listinfo/glass

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass