Gofer loadStable weirdness

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

Gofer loadStable weirdness

Sean P. DeNigris
Administrator
In #30862 (can't test in 4.0 because no stable TWM version declared)...

    Gofer it
        smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo30';
        configurationOf: 'TilingWindowManager';
        loadStable.

gives the error: "Could not resolve: TWM [TWM-BernardoContreras.68]..."
But then the following DoIt on the Config downloaded above shows no such package...
       
ConfigurationOfTilingWindowManager project stableVersion record loadDirective linear load :
        linear load : 3.0.2 [ConfigurationOfTilingWindowManager]
                load : TWM-Core-PhilippeBack.17
                load : TWM-GUI-PhilippeBack.18
                load : TWM-KeyMapping-LaurentLaffont.5
                load : TWM-Tests-LaurentLaffont.5
                load : TWM-Theme-PhilippeBack.5

And indeed "ConfigurationOfTilingWindowManager project stableVersion load" succeeds.
Cheers,
Sean