Status: Accepted
Owner:
[hidden email]
Labels: Type-Defect Priority-Medium Version-1.0-beta.28.3
Milestone-1.0-beta.28.4
New issue 112 by
[hidden email]: direct version load (upgrade) of
config doesn't update already loaded mcz files
http://code.google.com/p/metacello/issues/detail?id=112When a project version is loaded already loaded mcz files will be
automatically updated to the mcz version required by the new version of the
project ... the same thing doesn't happen when a direct load is performed.
To reproduce start with ConfigurationOfMetacello-dkh.558 and bootstrap
Metacello by executing:
ConfigurationOfMetacello project.
then execute:
(ConfigurationOfMetacello project version: '1.0-beta.28.4') load: 'Tests'.
and note that Metacello-ToolBox-DaleHenrichs.88 is loaded in the image,
instead of Metacello-ToolBox-DaleHenrichs.89 specified for 1.0-beta.28.4.
This in turns throws off the calculation of the #currentVersion...