Re: Issue 5 in metacello: Should throw error when group name shadows a project or package name

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

Re: Issue 5 in metacello: Should throw error when group name shadows a project or package name

metacello
Updates:
        Labels: -Milestone-1.1 Milestone-1.0-beta.32

Comment #6 on issue 5 by [hidden email]: Should throw error when  
group name shadows a project or package name
http://code.google.com/p/metacello/issues/detail?id=5

should be part of validation now

Reply | Threaded
Open this post in threaded view
|

Re: Issue 5 in metacello: Should throw error when group name shadows a project or package name

metacello

Comment #7 on issue 5 by [hidden email]: Should throw error when  
group name shadows a project or package name
http://code.google.com/p/metacello/issues/detail?id=5

The good news is that the validator complains about each of these  
conditions AND explicit errors are thrown during project creation for each  
of the possible combos (project/package, project/group, package/group,  
package/dependents).

Added MetacelloValidationFailure thrown when validation error found during  
#commitMethod ... MetacelloValidationFailure provides access to the list of  
issues.

Cleaned up error message in MetacelloSpec>>mergeSpec:.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 5 in metacello: Should throw error when group name shadows a project or package name

metacello
Updates:
        Status: Fixed
        Labels: Fixed-1.0-beta.32

Comment #8 on issue 5 by [hidden email]: Should throw error when  
group name shadows a project or package name
http://code.google.com/p/metacello/issues/detail?id=5

fixed in Metacello 1.0-beta.32 (dkh.656)