Roassal2 / GToolkitExamples reloads Calypso

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Roassal2 / GToolkitExamples reloads Calypso

alistairgrant
Hi Everyone,

While loading Roassal2 with:

Metacello new
    configuration: 'Roassal2';
    repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main';
    version: #bleedingEdge;
    load.


I get the warning:

You are about to load new versions of the following packages
that have unsaved changes in the image:

Calypso-SystemQueries


Because BaselineOfGToolkitExamples>>baseline: includes:

spec baseline: 'Calypso' with: [
    spec
        repository: 'github://dionisiydk/Calypso';
        loads: #default ].


I can look at this eventually, but it may take a while.

OS: Ubuntu 16.04
Image: Pharo 7.0 Build information:
Pharo-7.0+alpha.build.629.sha.a2e3cf13c5f1208d1ee6b3d48ef7dceb9bbb1349
(32 Bit)
(downloaded today, 28 Feb 2018)


Thanks!
Alistair

Reply | Threaded
Open this post in threaded view
|

Re: Roassal2 / GToolkitExamples reloads Calypso

Peter Uhnak
I ran into this issue too... and I don't know whether it is a feature or a bug of Metacello.

The Calypso dependency (in GToolkitExamples) is not actually requested, but because Metacello sees that calypso packages are already in the system, it behaves as if you requested the dependency...

Peter

On Wed, Feb 28, 2018 at 1:33 PM, Alistair Grant <[hidden email]> wrote:
Hi Everyone,

While loading Roassal2 with:

Metacello new
    configuration: 'Roassal2';
    repository: 'http://smalltalkhub.com/mc/ObjectProfile/Roassal2/main';
    version: #bleedingEdge;
    load.


I get the warning:

You are about to load new versions of the following packages
that have unsaved changes in the image:

Calypso-SystemQueries


Because BaselineOfGToolkitExamples>>baseline: includes:

spec baseline: 'Calypso' with: [
    spec
        repository: 'github://dionisiydk/Calypso';
        loads: #default ].


I can look at this eventually, but it may take a while.

OS: Ubuntu 16.04
Image: Pharo 7.0 Build information:
Pharo-7.0+alpha.build.629.sha.a2e3cf13c5f1208d1ee6b3d48ef7dceb9bbb1349
(32 Bit)
(downloaded today, 28 Feb 2018)


Thanks!
Alistair