Issue 4579 in pharo: should add temporary parentName to CommentReference

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

Issue 4579 in pharo: should add temporary parentName to CommentReference

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.4

New issue 4579 by [hidden email]: should add temporary parentName to  
CommentReference
http://code.google.com/p/pharo/issues/detail?id=4579

when we do an extended search ... method source with it.

we get a bug because CommentReference does not parentName so we should add  
it.

<= aRGMethodDefinition
        "Sort method definitions according to: 1. class name - 2. method selector  
- 3. timestamp"
        self flag: 'being tested'.
        self parentName < aRGMethodDefinition parentName ifTrue: [^true].
        self parentName > aRGMethodDefinition parentName ifTrue: [^false].
        ^(self selector < aRGMethodDefinition selector)
   or: [ (self selector == aRGMethodDefinition selector) and: [
       self timeStamp <= aRGMethodDefinition timeStamp ]]
               


_______________________________________________
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 4579 in pharo: should add temporary parentName to CommentReference

pharo
Updates:
        Status: FixToInclude

Comment #1 on issue 4579 by [hidden email]: should add temporary  
parentName to CommentReference
http://code.google.com/p/pharo/issues/detail?id=4579

CommentReference>>parentName
        ^ self className


_______________________________________________
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 4579 in pharo: should add temporary parentName to CommentReference

pharo
Updates:
        Status: Closed

Comment #2 on issue 4579 by [hidden email]: should add temporary  
parentName to CommentReference
http://code.google.com/p/pharo/issues/detail?id=4579

in 14069


_______________________________________________
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 4579 in pharo: should add temporary parentName to CommentReference

pharo

Comment #3 on issue 4579 by [hidden email]: should add temporary  
parentName to CommentReference
http://code.google.com/p/pharo/issues/detail?id=4579

(No comment was entered for this change.)

Attachments:
        MethodSymbol.1.cs  8.7 KB


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