I wanted to make a fix to Iceberg. I downloaded a fresh Pharo 7.0 image via
Launcher, and pasted the Iceberg updating script from the GH readme [1]:
    #('Iceberg-UI' 'Iceberg-Plugin-GitHub' 'Iceberg-Plugin'
'Iceberg-Metacello-Integration' 'Iceberg-Libgit' 
    'Iceberg' 'BaselineOfIceberg' 'LibGit-Core' 'BaselineOfLibGit') 
        do: [ :each | each asPackage removeFromSystem ].

    Metacello new
      baseline: 'Iceberg';
      repository: 'github://pharo-vcs/iceberg';
      load.

I got "Instance of AnObsoleteIceMetacelloRepositoryAdapter did not
understand #isValid" 

1. https://github.com/seandenigris/iceberg



-----
Cheers,
Sean
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Developers-f1294837.html

Reply via email to