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=5The 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:.