Issue 170 in metacello: MetacelloPackageSpec>>packageRespository should be eliminated

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

Issue 170 in metacello: MetacelloPackageSpec>>packageRespository should be eliminated

metacello
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium Product-Core Milestone-1.0-beta.32

New issue 170 by [hidden email]:  
MetacelloPackageSpec>>packageRespository should be eliminated
http://code.google.com/p/metacello/issues/detail?id=170

packageRepository is only sent in a couple of places, but it only answers a  
single repository (`repositories first`) it can incorrectly represent the  
list of repositories associated with a package ...

On inspection of code it looks like it would be safe to remove the method  
without imacting existing functionality (if anything it will fix a bug or  
two)...