dupriezt / Chest

2 stars 5 forks source link

Load problem in latest Pharo 11 #5

Open ELePors opened 1 year ago

ELePors commented 1 year ago

Hello,

I have some issue when loading Chest into a Pharo 11 image. i get a revspec 'master' not found error when it tries to download pharo-spec\NewTools master branch (??)

In order to reproduce the problem : load the latest P11 image (Pharo 11.0.0 Build information: Pharo-11.0.0+build.400.sha.1ac0109dfc7e8d21c4ec3cf692e4e4eb4f9a1c21 (64 Bit))

and execute the

Metacello new
    baseline: 'Chest';
    repository: 'github://dupriezt/Chest';
    load.

In order to correct that, you can be more precise when specifing the branch to load in BaselineOfChest in the NewTools repository : 'Pharo11' for example...

adri09070 commented 1 year ago

Hello, This repo isn't updated. You can use this one instead: https://github.com/adri09070/Chest

PS: Chest will finally be integrated to Pharo. I'm waiting for someone to merge my PR on NewTools that modifies BaselineOfNewTools to load BaselineOfChest