Issue 5926 in pharo: SystemNavigation>>#browseUndeclaredReferences not working.

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

Issue 5926 in pharo: SystemNavigation>>#browseUndeclaredReferences not working.

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

New issue 5926 by [hidden email]:  
SystemNavigation>>#browseUndeclaredReferences not working.
http://code.google.com/p/pharo/issues/detail?id=5926

Undeclared is not empty, but

SystemNavigation default browseUndeclaredReferences

does not find the methods referencing the non-existing temps


_______________________________________________
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 5926 in pharo: SystemNavigation>>#browseUndeclaredReferences not working.

pharo

Comment #1 on issue 5926 by marianopeck:  
SystemNavigation>>#browseUndeclaredReferences not working.
http://code.google.com/p/pharo/issues/detail?id=5926

Maybe the undeclared are hold by closures, that point to non-installed  
methods. Therefore, maybe instead of using #allReferencesTo:  we should do  
CompiledMehtod allInstances ?



_______________________________________________
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 5926 in pharo: SystemNavigation>>#browseUndeclaredReferences not working.

pharo

Comment #2 on issue 5926 by [hidden email]:  
SystemNavigation>>#browseUndeclaredReferences not working.
http://code.google.com/p/pharo/issues/detail?id=5926

No, look at

SystemProgressItemMorph>>refresh

it references a non-existing ivar.


_______________________________________________
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 5926 in pharo: SystemNavigation>>#browseUndeclaredReferences not working.

pharo
Updates:
        Status: FixReviewNeeded

Comment #3 on issue 5926 by [hidden email]:  
SystemNavigation>>#browseUndeclaredReferences not working.
http://code.google.com/p/pharo/issues/detail?id=5926

To me the #keysAndValuesDo: in browseUndeclaredReferences looks wrong,  
because it searches for
the value only of the association, it should search for the association  
itself.

see .cs

Attachments:
        SystemNavigation-browseUndeclaredReferences.st  470 bytes


_______________________________________________
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 5926 in pharo: SystemNavigation>>#browseUndeclaredReferences not working.

pharo
Updates:
        Status: FixToInclude

Comment #4 on issue 5926 by [hidden email]:  
SystemNavigation>>#browseUndeclaredReferences not working.
http://code.google.com/p/pharo/issues/detail?id=5926

(No comment was entered for this change.)


_______________________________________________
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 5926 in pharo: SystemNavigation>>#browseUndeclaredReferences not working.

pharo

Comment #5 on issue 5926 by [hidden email]:  
SystemNavigation>>#browseUndeclaredReferences not working.
http://code.google.com/p/pharo/issues/detail?id=5926

in 20083


_______________________________________________
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 5926 in pharo: SystemNavigation>>#browseUndeclaredReferences not working.

pharo
Updates:
        Status: Integrated

Comment #6 on issue 5926 by [hidden email]:  
SystemNavigation>>#browseUndeclaredReferences not working.
http://code.google.com/p/pharo/issues/detail?id=5926

(No comment was entered for this change.)


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