[Pharo-project] scriptloader>>loadComanche
Hi there, Scriptloader has lost its #loadComanche method, which means that #loadSeaside30 does not work anymore. What happened? ;-) ---------------------------- Johan Brichau johan.brichau@uclouvain.be
ScriptLoader should not be used for loading external packages :) We are sorry about that. Else junk simply accumulate because they are not maintained. We clearly need a universe like tools so that people can publish and maintain their add-ons. Damien I would really like to see Universes coming back. Do we have any chance getting it back? Stef
Hi there,
Scriptloader has lost its #loadComanche method, which means that #loadSeaside30 does not work anymore.
What happened? ;-)
---------------------------- Johan Brichau johan.brichau@uclouvain.be
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Tue, Oct 20, 2009 at 9:15 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Damien I would really like to see Universes coming back. Do we have any chance getting it back?
No, not in the sense of what was the previous Universes system. What we really want: - a repository on SqueakSource - a package in that repository with a single class - this class defines one method per package we support - each method as a small script to load the package (best thing for the method would be to load the loader of the particular package and launch it) -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
Yeap this is what I mean with Universes. Stef On Oct 20, 2009, at 1:40 PM, Damien Cassou wrote:
On Tue, Oct 20, 2009 at 9:15 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Damien I would really like to see Universes coming back. Do we have any chance getting it back?
No, not in the sense of what was the previous Universes system. What we really want:
- a repository on SqueakSource - a package in that repository with a single class - this class defines one method per package we support - each method as a small script to load the package (best thing for the method would be to load the loader of the particular package and launch it)
-- Damien Cassou http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Tue, Oct 20, 2009 at 3:08 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
this is what I mean with Universes.
Adrian is working on this if I understood correctly. -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
Yes with johan. We want that for 1.1 :) Stef On Oct 20, 2009, at 5:33 PM, Damien Cassou wrote:
On Tue, Oct 20, 2009 at 3:08 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
this is what I mean with Universes.
Adrian is working on this if I understood correctly.
-- Damien Cassou http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 20 Oct 2009, at 14:08, Stéphane Ducasse wrote:
Yeap this is what I mean with Universes.
Stef
On Oct 20, 2009, at 1:40 PM, Damien Cassou wrote:
On Tue, Oct 20, 2009 at 9:15 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Damien I would really like to see Universes coming back. Do we have any chance getting it back?
No, not in the sense of what was the previous Universes system. What we really want:
- a repository on SqueakSource - a package in that repository with a single class - this class defines one method per package we support - each method as a small script to load the package (best thing for the method would be to load the loader of the particular package and launch it)
You just described Sake/Packages and you know it. Keith
On 20 Oct 2009, at 20:30, keith wrote:
On 20 Oct 2009, at 14:08, Stéphane Ducasse wrote:
Yeap this is what I mean with Universes.
Stef
On Oct 20, 2009, at 1:40 PM, Damien Cassou wrote:
On Tue, Oct 20, 2009 at 9:15 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Damien I would really like to see Universes coming back. Do we have any chance getting it back?
No, not in the sense of what was the previous Universes system. What we really want:
- a repository on SqueakSource - a package in that repository with a single class - this class defines one method per package we support - each method as a small script to load the package (best thing for the method would be to load the loader of the particular package and launch it)
You just described Sake/Packages and you know it.
Keith
sake/packages loading seaside 3.0 AND unloading http://www.vimeo.com/groups/squeak/videos/5434330 Keith
sake/packages loading seaside 3.0 AND unloading
Thanks for the video. I'm watching it and should have done it long time ago. stef
I like the idea that people could contribute to a working configuration. Stef On Oct 20, 2009, at 9:40 PM, keith wrote:
On 20 Oct 2009, at 20:30, keith wrote:
On 20 Oct 2009, at 14:08, Stéphane Ducasse wrote:
Yeap this is what I mean with Universes.
Stef
On Oct 20, 2009, at 1:40 PM, Damien Cassou wrote:
On Tue, Oct 20, 2009 at 9:15 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Damien I would really like to see Universes coming back. Do we have any chance getting it back?
No, not in the sense of what was the previous Universes system. What we really want:
- a repository on SqueakSource - a package in that repository with a single class - this class defines one method per package we support - each method as a small script to load the package (best thing for the method would be to load the loader of the particular package and launch it)
You just described Sake/Packages and you know it.
Keith
sake/packages loading seaside 3.0 AND unloading
http://www.vimeo.com/groups/squeak/videos/5434330
Keith _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I like the idea that a build-server determines that automatically even better. :) Cheers, Henry On 20.10.2009 21:57, Stéphane Ducasse wrote:
I like the idea that people could contribute to a working configuration.
Stef
On Oct 20, 2009, at 9:40 PM, keith wrote:
On 20 Oct 2009, at 20:30, keith wrote:
On 20 Oct 2009, at 14:08, Stéphane Ducasse wrote:
Yeap this is what I mean with Universes.
Stef
On Oct 20, 2009, at 1:40 PM, Damien Cassou wrote:
On Tue, Oct 20, 2009 at 9:15 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Damien I would really like to see Universes coming back. Do we have any chance getting it back?
No, not in the sense of what was the previous Universes system. What we really want:
- a repository on SqueakSource - a package in that repository with a single class - this class defines one method per package we support - each method as a small script to load the package (best thing for the method would be to load the loader of the particular package and launch it)
You just described Sake/Packages and you know it.
Keith
sake/packages loading seaside 3.0 AND unloading
http://www.vimeo.com/groups/squeak/videos/5434330
Keith _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (5)
-
Damien Cassou -
Henrik Sperre Johansen -
Johan Brichau -
keith -
Stéphane Ducasse