mabdi / small-amp

Test Amplification for Pharo
MIT License
5 stars 4 forks source link

Small-Amp does not load in Pharo 11/12 #110

Closed astares closed 1 year ago

astares commented 1 year ago

Using the given load instructions:

Metacello new
  baseline: 'SmallAmp';
  repository: 'github://mabdi/small-amp/src';
  load.

it is not possible to load and use Small-Amp into Pharo 11/12

image

I checked the issue:

Reason is that for MuTalk the BaselineOfSmallAmp points to an outdated fork in https://github.com/mabdi/mutalk instead of the working https://github.com/pharo-contributions/mutalk