|
Thanks Pablo. It works.
But I found one issue. Metacello does not load master when it is not specified explicitly. For example when I first load:
Metacello new baseline: 'StateSpecs'; repository: 'github://dionisiydk/StateSpecs:v2.4.8'; onUpgrade: [:ex | ex useIncoming]; onConflict: [ :err | err useIncoming ]; ignoreImage; load.
And then:
Metacello new baseline: 'StateSpecs'; repository: 'github://dionisiydk/StateSpecs'; onUpgrade: [:ex | ex useIncoming]; onConflict: [ :err | err useIncoming ]; ignoreImage; load.
The master version is not loaded. But if I use explicitly "StateSpecs:master" it is loaded.
Probably not really important case because we are usually specifying version or branch in baselines or scripts. But maybe you know fast fix. Otherwise I will open another issue for Pharo 8
|
|
|
Priority: 2 – Really Important
|
|
Status: Resolved (Fixed)
|
|
Assigned to: CLOSED
|
|
Milestone: Pharo7.0
|
Go to Case
|
|