Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium Product-Core Milestone-1.0-beta.31.2
New issue 163 by
[hidden email]:
MetacellMCProjectSpec>>ensureProjectLoaded doesn't honor cacheRepository:
or overrideRepository:
http://code.google.com/p/metacello/issues/detail?id=163MetacellMCProjectSpec>>ensureProjectLoaded does:
self projectPackage load.
which means that the loadPolicy active for the current load/fetch/record is
ignored which is not correct.
This mechanism is likely to be the root cause of Issue 147, as well.