Issue 6514 in pharo: Add allDefinedExtensionMethods to RPackage

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

Issue 6514 in pharo: Add allDefinedExtensionMethods to RPackage

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

New issue 6514 by marianopeck: Add allDefinedExtensionMethods to RPackage
http://code.google.com/p/pharo/issues/detail?id=6514

Since we have #allDefinedClasses, we should also have  
#allDefinedExtensionMethods for compatibility with PackageInfo. Slice  
coming soon

allDefinedExtensionMethods
       
        "this method should return the same thing than PackageInfo >>  
extensionMethods.
        This raised another problem: When asking a PackageInfo for its extension  
methods , it returns all extension methods included in this packageInfo and  
in all sub-categories. We should provide such accessor to stay compatible."
        | tmpMethods |
        tmpMethods := OrderedCollection new.
        self systemSubPackages do: [:tmpPackage |
                tmpMethods addAll: tmpPackage extensionMethods.
                ].
        ^ tmpMethods addAll: self extensionMethods; yourself


_______________________________________________
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 6514 in pharo: Add allDefinedExtensionMethods to RPackage

pharo
Updates:
        Status: HumanReviewNeeded

Comment #1 on issue 6514 by marianopeck: Add allDefinedExtensionMethods to  
RPackage
http://code.google.com/p/pharo/issues/detail?id=6514

Fix in inbox

Name:  
SLICE-Issue-6514-Add-allDefinedExtensionMethods-to-RPackage-MarianoMartinezPeck.1
Author: MarianoMartinezPeck
Time: 3 August 2012, 12:02:51.819 pm
UUID: 64195b1d-6993-428e-bb97-1cdde10094b6
Ancestors:
Dependencies: Rpackage-MarianoMartinezPeck.6,  
RPackage-Core-MarianoMartinezPeck.143

fix to issue 6514


_______________________________________________
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 6514 in pharo: Add allDefinedExtensionMethods to RPackage

pharo

Comment #2 on issue 6514 by [hidden email]: Add  
allDefinedExtensionMethods to RPackage
http://code.google.com/p/pharo/issues/detail?id=6514

Issue 6513 has been merged into this issue.


_______________________________________________
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 6514 in pharo: Add allDefinedExtensionMethods to RPackage

pharo
Updates:
        Status: FixToInclude

Comment #3 on issue 6514 by [hidden email]: Add  
allDefinedExtensionMethods to RPackage
http://code.google.com/p/pharo/issues/detail?id=6514

(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 6514 in pharo: Add allDefinedExtensionMethods to RPackage

pharo
Updates:
        Status: Integrated

Comment #4 on issue 6514 by [hidden email]: Add  
allDefinedExtensionMethods to RPackage
http://code.google.com/p/pharo/issues/detail?id=6514

in 20245


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