[Pharo-project] 1.1unstable Gofer gofer update -> break
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 :)
On Mon, Dec 21, 2009 at 8:02 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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 Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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
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
participants (3)
-
Lukas Renggli -
Mariano Martinez Peck -
Stéphane Ducasse