1.1unstable Gofer gofer update -> break

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

1.1unstable Gofer gofer update -> break

Stéphane Ducasse
Hi lukas


I wanted to load the latest version of Gofer (with Fetch :)) in pharo
so I did Gofer gofer update and I got a GoferReference with a name = nil -> breaks
If you have a look let me know but enjoy the moutains

Stef

PS: here we got snow (10 cm) so this is fun to drive cars on empty parkings :)
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: 1.1unstable Gofer gofer update -> break

Mariano Martinez Peck


On Mon, Dec 21, 2009 at 8:02 PM, Stéphane Ducasse <[hidden email]> wrote:
Hi lukas


I wanted to load the latest version of Gofer (with Fetch :)) in pharo
so I did Gofer gofer update and I got a GoferReference with a name = nil -> breaks
If you have a look let me know but enjoy the moutains

Stef

PS: here we got snow (10 cm) so this is fun to drive cars on empty parkings :)

And with the bike is funny also ;)
 
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: 1.1unstable Gofer gofer update -> break

Stéphane Ducasse
In reply to this post by Stéphane Ducasse
lukas

something related
is your update doing a load or a merge because I wonder if we have changes in pharo
I do not think so but I'm curious about what is the semantics we want.
Probably load.

Stef
On Dec 21, 2009, at 8:02 PM, Stéphane Ducasse wrote:

> Hi lukas
>
>
> I wanted to load the latest version of Gofer (with Fetch :)) in pharo
> so I did Gofer gofer update and I got a GoferReference with a name = nil -> breaks
> If you have a look let me know but enjoy the moutains
>
> Stef
>
> PS: here we got snow (10 cm) so this is fun to drive cars on empty parkings :)
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: 1.1unstable Gofer gofer update -> break

Lukas Renggli
In reply to this post by Stéphane Ducasse
> I wanted to load the latest version of Gofer (with Fetch :)) in pharo
> so I did Gofer gofer update and I got a GoferReference with a name = nil -> breaks

Use this script to update:

[ Gofer gofer load ]
        on: Error
        do: [ :err | err retry ].
Gofer gofer recompile.

The problem is that Gofer changed quite heavily and thus fails in this
case because it replaces itself completely.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: 1.1unstable Gofer gofer update -> break

Lukas Renggli
In reply to this post by Stéphane Ducasse
> is your update doing a load or a merge because I wonder if we have changes in pharo

Update does a load. Merge does a merge.

    http://www.lukas-renggli.ch/blog/gofer

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project