Issue 6171 in pharo: Bizarre Nautilus Implementors Error

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

Issue 6171 in pharo: Bizarre Nautilus Implementors Error

pharo
Status: Accepted
Owner: ----
CC: [hidden email]
Labels: Nautilus Type-Bug Milestone-2.0

New issue 6171 by [hidden email]: Bizarre Nautilus Implementors Error
http://code.google.com/p/pharo/issues/detail?id=6171

1. Open Nautilus on
2. Select class>>description
3. Browse implementors via menu or shortcut

Error: Improper store into indexable object

Now here's the cool part... if you do the same for /any of the other  
class-side methods/, it works! Just not so much for #description...


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6171 in pharo: Bizarre Nautilus Implementors Error

pharo
Updates:
        Labels: -Nautilus

Comment #1 on issue 6171 by [hidden email]: Bizarre Nautilus  
Implementors Error
http://code.google.com/p/pharo/issues/detail?id=6171

Okay, actually not a Nautilus error...

(DatePrintFormatTester>>#executeShould:inScopeOf:withDescriptionContaining:)  
category  
= nil


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6171 in pharo: Bizarre Nautilus Implementors Error

pharo

Comment #2 on issue 6171 by [hidden email]: Bizarre Nautilus  
Implementors Error
http://code.google.com/p/pharo/issues/detail?id=6171

It looks like it's a Trait problem.  
#executeShould:inScopeOf:withDescriptionContaining: is defined in  
TAssertable, which is used by DatePrintFormatTester.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6171 in pharo: Bizarre Nautilus Implementors Error

pharo

Comment #3 on issue 6171 by [hidden email]: Bizarre Nautilus  
Implementors Error
http://code.google.com/p/pharo/issues/detail?id=6171

None of the methods inherited from the Trait have a category. If I nil out  
DatePrintFormatTester's class organizer, and check again, they are reported  
as #'as yet unclassified' instead of their proper category


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker