Closed lptr closed 9 years ago
ResolvedConfiguration
and ResolvableDependencies
are not live objects."When a previously-resolved Configuration is set to a 'mutable' state and is mutated:" -- this doesn't make sense. The only way when a resolved configuration can be re-resolved is that it was first resolved for task dependencies only. In that state we cannot access any of the three results (files, ResovledConfiguration or ResolutionResult) without triggering a full resolve first, so there's nothing to compare.
I think the rest of the tests cover re-resolution in enough detail already.
I've removed the corresponding part from the spec, so all of this should be done now.