[Gitfiletree] Loading development version failed

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

[Gitfiletree] Loading development version failed

Jan Blizničenko
Hello

Today I tried loading development version of GitGileTree, but received error:

MetacelloProjectSpecLoadError: No version found for #'4.5.11' of ConfigurationOfOSProcess because: The symbolic version #'4.5.11' is not defined in ConfigurationOfOSProcess for the current platform. Possible symbolic version values include: #(#bleedingEdge #stable)

Loading code is:

Gofer new
        url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main';
        configurationOf: 'GitFileTree';
        loadDevelopment.

Stable version loads fine.

Jan
Reply | Threaded
Open this post in threaded view
|

Re: [Gitfiletree] Loading development version failed

Thierry Goubier
Hi Jan,

yes, that's me doing that :(. I'm downgrading OSProcess from 4.5.13 to
4.5.11 to solve random (but frequent) lockups on one of my systems, but
I didn't see the error you mentionned.

I have left #stable untouched.

I'll have a look.

Thierry

Le 17/04/2015 20:06, Jan Blizničenko a écrit :

> Hello
>
> Today I tried loading development version of GitGileTree, but received
> error:
>
> MetacelloProjectSpecLoadError: No version found for #'4.5.11' of
> ConfigurationOfOSProcess because: The symbolic version #'4.5.11' is not
> defined in ConfigurationOfOSProcess for the current platform. Possible
> symbolic version values include: #(#bleedingEdge #stable)
>
> Loading code is:
>
> Gofer new
> url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main';
> configurationOf: 'GitFileTree';
> loadDevelopment.
>
> Stable version loads fine.
>
> Jan
>
>
>
> --
> View this message in context: http://forum.world.st/Gitfiletree-Loading-development-version-failed-tp4820281.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [Gitfiletree] Loading development version failed

Thierry Goubier
In reply to this post by Jan Blizničenko
Hi Jan,

I think I fixed it. It should work now.

Thierry

Le 17/04/2015 20:06, Jan Blizničenko a écrit :

> Hello
>
> Today I tried loading development version of GitGileTree, but received
> error:
>
> MetacelloProjectSpecLoadError: No version found for #'4.5.11' of
> ConfigurationOfOSProcess because: The symbolic version #'4.5.11' is not
> defined in ConfigurationOfOSProcess for the current platform. Possible
> symbolic version values include: #(#bleedingEdge #stable)
>
> Loading code is:
>
> Gofer new
> url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main';
> configurationOf: 'GitFileTree';
> loadDevelopment.
>
> Stable version loads fine.
>
> Jan
>
>
>
> --
> View this message in context: http://forum.world.st/Gitfiletree-Loading-development-version-failed-tp4820281.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [Gitfiletree] Loading development version failed

Jan Blizničenko
Yes it does, thanks!

Jan

Thierry Goubier wrote
Hi Jan,

I think I fixed it. It should work now.

Thierry