Hi,
If I specify a stable version for a platform (spec for: #'pharo3.x' version: '3.0.6'.), shouldn't Metacello load that version?
Concrete use-case: loading ConfigurationOfMoose in Pharo 3��
-��ConfigurationOfMoose��specifies version 5.0 as stable for Pharo 3
-��ConfigurationOfMoose��version 5.0 loads ��ConfigurationOfGlamour #stable
- ConfigurationOfGlamour specifies version 3.0.6 as stable for Pharo 3 (spec for: #'pharo3.x' version: '3.0.6')
Loading��ConfigurationOfMoose��[1] in ��Pharo 3 loads version 3.0.9 for��ConfigurationOfGlamour.
Updating Monticello leads to the same result.
Did I misunderstood something about how monticello works?
Any idea how to debug this?
Cheers,
Andrei
[1] (ConfigurationOfMoose��project version: #'stable') record loadDirective