[Pharo-project] New Pharo-dev based on 10277
http://pharo-project.org/download -- Damien Cassou http://damiencassou.seasidehosting.st
http://pharo-project.org/download Will there be pharo-web version too? What is actually the planned naming scheme for the various Pharo image versions? - Pharo-Core - Pharo (Pharo-Core + IDE?) - Pharo-Dev (Pharo-Core + IDE + Dev tools?) - Pharo-Web (Pharo-Core + IDE + Dev tools? + Web tools?) Is there really a need to have both Pharo-Dev and Pharo-Web or just a Pharo-Web? -- View this message in context: http://n2.nabble.com/New-Pharo-dev-based-on-10277-tp2633337p2636969.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Wed, Apr 15, 2009 at 7:03 AM, Geert <geert.wl.claes@gmail.com> wrote:
http://pharo-project.org/download Will there be pharo-web version too?
I've built a pharo-web last week. I'll build a new one beginning of May.
What is actually the planned naming scheme for the various Pharo image versions? - Pharo-Core
Pharo-Core is a coherent small set of packages on which pharo-code developers can work and which will be used for web servers.
- Pharo (Pharo-Core + IDE?)
Pharo is the current pharo-dev
- Pharo-Dev (Pharo-Core + IDE + Dev tools?)
pharo-dev won't exist anymore and will be renamed Pharo.
- Pharo-Web (Pharo-Core + IDE + Dev tools? + Web tools?) Is there really a need to have both Pharo-Dev and Pharo-Web or just a Pharo-Web?
I don't know what we want to do with pharo-web. -- Damien Cassou http://damiencassou.seasidehosting.st
Damien, It's nice to not be the only one nagging you for updates of Pharo-web :) However, I'm the first to admit that if comes down to running a script or two on top of Pharo-dev, that should do the job. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Wednesday, April 15, 2009 3:59 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] New Pharo-dev based on 10277 On Wed, Apr 15, 2009 at 7:03 AM, Geert <geert.wl.claes@gmail.com> wrote:
http://pharo-project.org/download Will there be pharo-web version too?
I've built a pharo-web last week. I'll build a new one beginning of May.
What is actually the planned naming scheme for the various Pharo image versions? - Pharo-Core
Pharo-Core is a coherent small set of packages on which pharo-code developers can work and which will be used for web servers.
- Pharo (Pharo-Core + IDE?)
Pharo is the current pharo-dev
- Pharo-Dev (Pharo-Core + IDE + Dev tools?)
pharo-dev won't exist anymore and will be renamed Pharo.
- Pharo-Web (Pharo-Core + IDE + Dev tools? + Web tools?) Is there really a need to have both Pharo-Dev and Pharo-Web or just a Pharo-Web?
I don't know what we want to do with pharo-web. -- Damien Cassou http://damiencassou.seasidehosting.st _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Wed, Apr 15, 2009 at 11:27 PM, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
It's nice to not be the only one nagging you for updates of Pharo-web :) Â However, I'm the first to admit that if comes down to running a script or two on top of Pharo-dev, that should do the job.
Is it ok if I only once a month? -- Damien Cassou http://damiencassou.seasidehosting.st
Damien, Let's see, you are making the web images as a courtesy to the rest of us, so, yeah, I GUESS it's ok :) Your efforts are much appreciated. My primary rhetorical question is not how often you should produce web images, but whether or not the developer image plus scripting is good enough. I ask in part because of things like FFI/Alien, etc. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Damien Cassou Sent: Thursday, April 16, 2009 5:12 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] New Pharo-dev based on 10277 On Wed, Apr 15, 2009 at 11:27 PM, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
It's nice to not be the only one nagging you for updates of Pharo-web :) Â However, I'm the first to admit that if comes down to running a script or two on top of Pharo-dev, that should do the job.
Is it ok if I only once a month? -- Damien Cassou http://damiencassou.seasidehosting.st _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Thu, Apr 16, 2009 at 8:04 PM, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
My primary rhetorical question is not how often you should produce web images, but whether or not the developer image plus scripting is good enough. Â I ask in part because of things like FFI/Alien, etc.
The script I use to generate dev-images is in the zip file. There is a part which installs Seaside, Magritte and the others. -- Damien Cassou http://damiencassou.seasidehosting.st
The latest pharo-dev seems to have a several unpackaged classes (BlockClosuresTestCase, ClosureTests, CollectionCombinator and DecompilerTests). Even after updating, they are still unpackaged. Shouldn't they all go to their own packages? - on
On Fri, Apr 17, 2009 at 12:38 PM, Oscar Nierstrasz <oscar@iam.unibe.ch> wrote:
The latest pharo-dev seems to have a several unpackaged classes (BlockClosuresTestCase, ClosureTests, CollectionCombinator and DecompilerTests).
Even after updating, they are still unpackaged.
Shouldn't they all go to their own packages?
That has already been reported (by Alex IIRC). Thank you Oscar. -- Damien Cassou http://damiencassou.seasidehosting.st
participants (4)
-
Damien Cassou -
Geert -
Oscar Nierstrasz -
Schwab,Wilhelm K