Re: [Pharo-users] problem getting moose

2016-06-05 Thread Dale Henrichs
Stef, One of advantages of using local git repositories is that once you've downloaded the git repo you can load code without hitting the network at all ... another related advantage of local git repositories is that once you have chosen a particular checkout (SHA) to use every single load wi

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Peter Uhnak
On Sun, Jun 05, 2016 at 04:13:16PM +0800, Ben Coman wrote: > Final thing... > after loading, the following packages are dirty... > AST-Core > - removal of NumberParser>>#isNumber: > Collections-Abstract > - but when checked ==> no changes > Famix-Core > - but when chec

Re: [Pharo-users] problem getting moose

2016-06-05 Thread stepharo
Hi ben I got some similar behavior when the network is not good. We should improve the loading of packages but this is simple than actually having a bullet proof solution. It is a couple of years that I think about it: loading in a separate environment and on crash do not install Stef Le

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Ben Coman
Final thing... after loading, the following packages are dirty... AST-Core - removal of NumberParser>>#isNumber: Collections-Abstract - but when checked ==> no changes Famix-Core - but when checked ==> no changes Rubric-Rules - but when checked ==> no changes

Re: [Pharo-users] problem getting moose

2016-06-05 Thread Ben Coman
>> On Jun 5, 2016, at 8:22 AM, Tudor Girba wrote: >> >> Hi, >> >>> On Jun 5, 2016, at 7:34 AM, Ben Coman wrote: >>> >>> I wanted to try out Peter's XMI Analyser with Roassal and went to >>> download Moose but had a couple of problems. >>> >>> First try... >>> In the Launcher under Common Tools, I

Re: [Pharo-users] problem getting moose

2016-06-04 Thread Tudor Girba
Hi, I figured out the problem. When you run that script, you actually load "4.4-beta.1 [ConfigurationOfMoose]” This is because of the mismatch between what loadDevelopment means in Gofer and the meaning of the symbolic version in Metacello. Instead, please use this: Metacello new

Re: [Pharo-users] problem getting moose

2016-06-04 Thread Tudor Girba
Hi, > On Jun 5, 2016, at 7:34 AM, Ben Coman wrote: > > I wanted to try out Peter's XMI Analyser with Roassal and went to > download Moose but had a couple of problems. > > First try... > In the Launcher under Common Tools, I downloaded and Moose 5.1(stable) > fine, but it is Pharo 4, so tried t

Re: [Pharo-users] problem getting moose

2016-06-04 Thread Ben Coman
On Sun, Jun 5, 2016 at 1:34 PM, Ben Coman wrote: > I wanted to try out Peter's XMI Analyser with Roassal and went to > download Moose but had a couple of problems. > > First try... > In the Launcher under Common Tools, I downloaded and Moose 5.1(stable) > fine, but it is Pharo 4, so tried to downl

[Pharo-users] problem getting moose

2016-06-04 Thread Ben Coman
I wanted to try out Peter's XMI Analyser with Roassal and went to download Moose but had a couple of problems. First try... In the Launcher under Common Tools, I downloaded and Moose 5.1(stable) fine, but it is Pharo 4, so tried to download Moose 6.0(beta) -- but got a problem - big pause, no prog