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 _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
On Thu, Jun 10, 2010 at 4:45 PM, Sven Van Caekenberghe <[hidden email]> wrote: Hi, 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 ? 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
_______________________________________________ Pharo-users mailing list [hidden email] 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 <[hidden email]> > 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 > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users > > _______________________________________________ > Pharo-users mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users -- Miguel Cobá http://miguel.leugim.com.mx _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
In reply to this post by Mariano Martinez Peck
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 <[hidden email]> 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 [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
In reply to this post by Miguel Cobá
> 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 _______________________________________________ Pharo-users mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users |
Free forum by Nabble | Edit this page |