Issue 4721 in pharo: CompiledMethod>>isDeprecated must be updated in 1.5

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

Issue 4721 in pharo: CompiledMethod>>isDeprecated must be updated in 1.5

pharo
Status: New
Owner: ----

New issue 4721 by [hidden email]: CompiledMethod>>isDeprecated must  
be updated in 1.5
http://code.google.com/p/pharo/issues/detail?id=4721

Currently checks against all three deprecation messages, two of which will  
be deprecated in 1.4.

See issue 4718 http://code.google.com/p/pharo/issues/detail?id=4718

New implementation should be reduced to:

isDeprecated

        ^ self sendsSelector: #deprecated:on:in:.


_______________________________________________
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 4721 in pharo: CompiledMethod>>isDeprecated must be updated in 1.5

pharo

Comment #1 on issue 4721 by [hidden email]:  
CompiledMethod>>isDeprecated must be updated in 1.5
http://code.google.com/p/pharo/issues/detail?id=4721

Also CompiledMethodTestdeprecatedMethod>>testIsDeprecated


_______________________________________________
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 4721 in pharo: CompiledMethod>>isDeprecated must be updated in 1.5

pharo
Updates:
        Status: Closed

Comment #2 on issue 4721 by [hidden email]:  
CompiledMethod>>isDeprecated must be updated in 1.5
http://code.google.com/p/pharo/issues/detail?id=4721

I think we will keep #deprecated: for now as there are *a lot* of external  
packages using it internally.
No way that they will change...


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