Hi guys,
In Pharo 7.0.3 I get an Iceberg error while cloning a repository. I tried to fix dependent repositories, I guess there is something weird in Diacriticals (https://github.com/hernanmd/Diacriticals) however I have no clue what's wrong there.
I can reproduce it in a clean image by evaluating:
Metacello new
baseline: 'StringExtensions';
repository: 'github://hernanmd/StringExtensions/repository';
load.
Any idea what could be wrong?
Cheers,
Hern��n