Hi, Yet another question. I keep hearing and reading that Pharo 1.1 is quite usable and a lot better than 1.0 that I am currently using. Is that true ? If I download Pharo-1.1-11367-Betadev10.05.1 how do I then keep up to date with the development that is presumably still going on ? It seems like only Pharo-Core images have this 'software update' world menu item ? Or do I just have to keep on downloading the lastest released beta ? Sorry for all the beginner questions... Thx, Sven
On Thu, Jun 10, 2010 at 4:45 PM, Sven Van Caekenberghe <sven@beta9.be>wrote:
Hi,
Yet another question.
I keep hearing and reading that Pharo 1.1 is quite usable and a lot better than 1.0 that I am currently using. Is that true ?
yes
If I download Pharo-1.1-11367-Betadev10.05.1 how do I then keep up to date with the development that is presumably still going on ?
It seems like only Pharo-Core images have this 'software update' world menu item ?
yes, they don't have it. Read: http://forum.world.st/update-1-1-11371-tp2229126p2231195.html
Or do I just have to keep on downloading the lastest released beta ?
Just download each new PharoDev version. If you want, you can take a core and try to build yourself a dev image on top of that. But that could be unstable. Cheers mariano
Sorry for all the beginner questions...
Thx,
Sven
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
El jue, 10-06-2010 a las 19:44 +0200, Mariano Martinez Peck escribió:
On Thu, Jun 10, 2010 at 4:45 PM, Sven Van Caekenberghe <sven@beta9.be> wrote: Hi,
Yet another question.
I keep hearing and reading that Pharo 1.1 is quite usable and a lot better than 1.0 that I am currently using. Is that true ?
yes
If I download Pharo-1.1-11367-Betadev10.05.1 how do I then keep up to date with the development that is presumably still going on ?
It seems like only Pharo-Core images have this 'software update' world menu item ?
yes, they don't have it. Read: http://forum.world.st/update-1-1-11371-tp2229126p2231195.html
Or do I just have to keep on downloading the lastest released beta ?
Just download each new PharoDev version. If you want, you can take a core and try to build yourself a dev image on top of that. But that could be unstable.
Or you could use a dev image and *only if you know that nothing bad happens to your code or the packages you use for your app* you could update manually by opening a workspace and evaluating every so: Utilities updateFromServer. But again, that is *only* if you want to track the latest developments, the common is you take a given vesion, develop your app in there, and when you have a release, take a new pharo version, update it, load your code, run your tests and deploy :) Cheers
Cheers
mariano
Sorry for all the beginner questions...
Thx,
Sven
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
-- Miguel Cobá http://miguel.leugim.com.mx
But again, that is *only* if you want to track the latest developments, the common is you take a given vesion, develop your app in there, and when you have a release, take a new pharo version, update it, load your code, run your tests and deploy :)
yes this model stresses you less. And you can give feedback at check points and we can integrate potential issues that you discover when you tried to migrate from one chekc point to the other. Stef
Thanks for the quick answer, Mariano, I understand now. I'll work from the published 1.1 images. Sven On 10 Jun 2010, at 19:44, Mariano Martinez Peck wrote:
On Thu, Jun 10, 2010 at 4:45 PM, Sven Van Caekenberghe <sven@beta9.be> wrote: Hi,
Yet another question.
I keep hearing and reading that Pharo 1.1 is quite usable and a lot better than 1.0 that I am currently using. Is that true ?
yes
If I download Pharo-1.1-11367-Betadev10.05.1 how do I then keep up to date with the development that is presumably still going on ?
It seems like only Pharo-Core images have this 'software update' world menu item ?
yes, they don't have it. Read: http://forum.world.st/update-1-1-11371-tp2229126p2231195.html
Or do I just have to keep on downloading the lastest released beta ?
Just download each new PharoDev version. If you want, you can take a core and try to build yourself a dev image on top of that. But that could be unstable.
Cheers
mariano
Sorry for all the beginner questions...
Thx,
Sven
participants (4)
-
Mariano Martinez Peck -
Miguel Enrique Cobá MartÃnez -
Stéphane Ducasse -
Sven Van Caekenberghe