Issue 7184 in pharo: Ring Method Definition equality should be revised

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

Issue 7184 in pharo: Ring Method Definition equality should be revised

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug

New issue 7184 by [hidden email]: Ring Method Definition equality  
should be revised
http://code.google.com/p/pharo/issues/detail?id=7184

= aRGMethodDefinition
        "This method look for equality of the key properties of the receiver"


        ^(super = aRGMethodDefinition)
                and: [ self selector == aRGMethodDefinition selector  and: [ self package  
= aRGMethodDefinition package and: [ self protocol = aRGMethodDefinition  
protocol ]  ]]


_______________________________________________
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 7184 in pharo: Ring Method Definition equality should be revised

pharo
Updates:
        Cc: [hidden email]

Comment #1 on issue 7184 by [hidden email]: Ring Method Definition  
equality should be revised
http://code.google.com/p/pharo/issues/detail?id=7184

it was = aRGMethodDefinition
        "This method look for equality of the key properties of the receiver"


        ^(super = aRGMethodDefinition)
                and: [ self selector == aRGMethodDefinition selector]]

but this does not seem correct. We should think about it.


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