[Pharo-project] Build failed in Hudson: Pharo 1.2 #114

2011-02-03 Thread Torsten Bergmann
Looks like this comes from http://code.google.com/p/pharo/issues/detail?id=3623 and the changes on ConfigurationOfOmniBrowser in version 1.2.3 However: the config looks good to me since the '1.2-baseline' (which is used in the 1.2.3 version) looks like this: package: 'OCForOB' with: [

Re: [Pharo-project] Package names and illegal file names

2011-02-03 Thread Stéphane Ducasse
YEES I'm fed up. I got burnt several by $%^* copy and paste of people On Feb 3, 2011, at 8:41 AM, Nicolas Cellier wrote: I presume I am not the first to complain : we must enforce rules for package naming. For example 'Issue 3191: SparseLargeArray-MarcusDenker.2.mcz' has both a

Re: [Pharo-project] About *your* time and contributions

2011-02-03 Thread Stéphane Ducasse
better i get a reminder to write it because else it can be boring for you guys :) And like that you can evaluate if I deviate from my strong belief. Stef On Feb 3, 2011, at 6:54 AM, laurent laffont wrote: This should be sent automatically every month on the mailing-list + your last mail

Re: [Pharo-project] [squeak-dev] Accessing external resources in a cross-platform way

2011-02-03 Thread Stéphane Ducasse
Hernan I'm documenting and reorganizing and writing more tests for FS. I contacted colin several times but got no feedback. The version that we will integrate in Pharo is available at: PharoTaskForces if you want to integrate/publish your code there, then you are welcomed. We

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-03 Thread Stéphane Ducasse
Excellent! Tx a lot!!! Stef (I'm loading keymapping :) On Feb 3, 2011, at 4:13 AM, Guillermo Polito wrote: On Wed, Feb 2, 2011 at 3:47 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Ok guys here is what I suggest: - create a PharoOB or something like that You ask

Re: [Pharo-project] [ANN]Keymappings Settings Integration

2011-02-03 Thread Fernando Olivero
Hi Guillermo, nice work! I'm looking forward to compare your code against mine, and try to detect room for improvements/merging the approaches. Fernando On Thu, Feb 3, 2011 at 3:46 AM, Guillermo Polito guillermopol...@gmail.com wrote: Hi! I refactored a little widget Keymappings had to use

[Pharo-project] Issue 3649 in pharo: Should check PharoSound and PharoNonCorePackages

2011-02-03 Thread pharo
Status: Accepted Owner: stephane...@gmail.com Labels: Milestone-1.3 New issue 3649 by stephane...@gmail.com: Should check PharoSound and PharoNonCorePackages http://code.google.com/p/pharo/issues/detail?id=3649 we should merge and sounds and sounds in pharoNonCorePackages and PharoSound

Re: [Pharo-project] Package names and illegal file names

2011-02-03 Thread Igor Stasenko
On 3 February 2011 09:10, Stéphane Ducasse stephane.duca...@inria.fr wrote: YEES I'm fed up. I got burnt several by $%^* copy and paste of people +1 .. a small snippet of code putted in right place to validate the name could save us a lot of time.. Same applied to author's name..

Re: [Pharo-project] Build failed in Hudson: Pharo 1.2 #114

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 9:06 AM, Torsten Bergmann wrote: Looks like this comes from http://code.google.com/p/pharo/issues/detail?id=3623 and the changes on ConfigurationOfOmniBrowser in version 1.2.3 However: the config looks good to me since the '1.2-baseline' (which is used in the 1.2.3

Re: [Pharo-project] [squeak-dev] Accessing external resources in a cross-platform way

2011-02-03 Thread Igor Stasenko
On 3 February 2011 09:18, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hernan I'm documenting and reorganizing and writing more tests for FS. I contacted colin several times but got no feedback. The version that we will integrate in Pharo is available at:        PharoTaskForces      

Re: [Pharo-project] [ANN]Keymappings Settings Integration

2011-02-03 Thread Alain Plantec
Hi Guillermo, really cool, thanks. I have few remarks bit here is the more important one for now (I'm very busy, i will give you more feedbacks later) The problem of your implementation is that the declaration of kmappings are all centralized in KMToolsDefaultSettings and that you introduce

[Pharo-project] About FileSystem

2011-02-03 Thread Stéphane Ducasse
Hi guys Igor convinced me to publish filesystem into the squeaksource Filesystem so that others people can not feel that we are stealing it from colin. Now since we want it as a fondation for the our system, we should invest on it. and this is what I'm doing. So here is what I did -

Re: [Pharo-project] [squeak-dev] Accessing external resources in a cross-platform way

2011-02-03 Thread Stéphane Ducasse
Ok I published everything to Filesystem which BTW was dead since 2004! Let us see what it will change. Stef Hernan I'm documenting and reorganizing and writing more tests for FS. I contacted colin several times but got no feedback. The version that we will integrate in Pharo is

Re: [Pharo-project] [ANN]Keymappings Settings Integration

2011-02-03 Thread Stéphane Ducasse
excellent idea On Feb 3, 2011, at 9:23 AM, Fernando Olivero wrote: Hi Guillermo, nice work! I'm looking forward to compare your code against mine, and try to detect room for improvements/merging the approaches. Fernando On Thu, Feb 3, 2011 at 3:46 AM, Guillermo Polito

Re: [Pharo-project] [ANN]Keymappings Settings Integration

2011-02-03 Thread Stéphane Ducasse
+ 1 On Feb 3, 2011, at 10:27 AM, Alain Plantec wrote: Hi Guillermo, really cool, thanks. I have few remarks bit here is the more important one for now (I'm very busy, i will give you more feedbacks later) The problem of your implementation is that the declaration of kmappings are all

Re: [Pharo-project] [ANN]Keymappings Settings Integration

2011-02-03 Thread Stéphane Ducasse
Feedback randomly generated :) - sixxContentOn: aStream indent: level context: dictionary ?? Do we want to rely on SIXX? No! - Please add one comment per class! - run SmallLint initialize categoryContainer ifNil: [ categoryContainer := KeymapManager default ] = should

[Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Stéphane Ducasse
For your info I pushed pushed sound + sound interface from pharoNonCorePackage to PharoSound Next step: merged and have a look at the idea of henrik fix pharo-dev to load from pharoSound Stef

Re: [Pharo-project] [squeak-dev] Accessing external resources in a cross-platform way

2011-02-03 Thread Igor Stasenko
On 3 February 2011 10:45, Stéphane Ducasse stephane.duca...@inria.fr wrote: Ok I published everything to Filesystem which BTW was dead since 2004! Let us see what it will change. Good. So let encourage people to use it as an OFFICIAL repository for Filesystem package. Stef Hernan I'm

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Igor Stasenko
Good. So let encourage people to use it as an OFFICIAL repository for Sound package. (you now, i can do copy-paste ;) On 3 February 2011 11:05, Stéphane Ducasse stephane.duca...@inria.fr wrote: For your info I pushed pushed sound + sound interface from pharoNonCorePackage to PharoSound Next

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Henrik Johansen
On Feb 3, 2011, at 11:09 23AM, Igor Stasenko wrote: Good. So let encourage people to use it as an OFFICIAL repository for Sound package. (you now, i can do copy-paste ;) On 3 February 2011 11:05, Stéphane Ducasse stephane.duca...@inria.fr wrote: For your info I pushed pushed sound +

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Henrik Johansen
On Feb 3, 2011, at 11:16 11AM, Henrik Johansen wrote: On Feb 3, 2011, at 11:09 23AM, Igor Stasenko wrote: Good. So let encourage people to use it as an OFFICIAL repository for Sound package. (you now, i can do copy-paste ;) On 3 February 2011 11:05, Stéphane Ducasse

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Igor Stasenko
Henrik, could you please do us a favor and clean up this mess? Because i really feel lost, what sound package i should use for building VM, from what repository, and what version... On 3 February 2011 11:16, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Feb 3, 2011, at 11:09 23AM, Igor

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Igor Stasenko
On 3 February 2011 11:19, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Feb 3, 2011, at 11:16 11AM, Henrik Johansen wrote: On Feb 3, 2011, at 11:09 23AM, Igor Stasenko wrote: Good. So let encourage people to use it as an OFFICIAL repository for Sound package. (you now, i can do

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Stéphane Ducasse
No time rigth now Igor needs a stable location for VM building. Merge later this is on my todo but it is quite long right now ;) On Feb 3, 2011, at 11:19 AM, Henrik Johansen wrote: On Feb 3, 2011, at 11:16 11AM, Henrik Johansen wrote: On Feb 3, 2011, at 11:09 23AM, Igor Stasenko wrote:

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Stéphane Ducasse
Igor for the VM you do not care. Just take the latest version that was in PharoNonCorePackages and that I published in PharoSound. There is just cleaning of references. Not much more differences between henrik and me version. I just have to understand what he did and describe and redo it . Stef

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Tudor Girba
Excellent news! I agree that the admin should be kept to a minimum. It would be good to define the role of the board from the start. One thing that is important is not just how people get in the board, but also how they go away. I would be interested in getting involved in the board, if wanted.

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Henrik Johansen
On Feb 3, 2011, at 11:27 49AM, Stéphane Ducasse wrote: Igor for the VM you do not care. Just take the latest version that was in PharoNonCorePackages and that I published in PharoSound. There is just cleaning of references. Not much more differences between henrik and me version. I just

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread laurent laffont
That's great. IMHO, outside communication and promotion should be an important goal. Laurent. On Thu, Feb 3, 2011 at 11:17 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys we are filling up papers with luc to get a fondation for pharo. The idea there is to have a minimal

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Henrik Johansen
On Feb 3, 2011, at 11:20 42AM, Igor Stasenko wrote: Henrik, could you please do us a favor and clean up this mess? Because i really feel lost, what sound package i should use for building VM, from what repository, and what version... In case you're building VM from different versions of

Re: [Pharo-project] 1.2: class var #Instance not allowed

2011-02-03 Thread Janko Mivšek
On 03. 02. 2011 04:27, Sean P. DeNigris wrote: Janko Mivšek wrote: One more problem: if some class have a class variable named #Instance, it is not loadable anymore. Could you be more specific as to the steps to reproduce? I added a class var named Instance to a class, filed it out, removed

Re: [Pharo-project] Issue 3647 in pharo: Class var #Instance not allowed

2011-02-03 Thread pharo
Comment #2 on issue 3647 by janko.mi...@gmail.com: Class var #Instance not allowed http://code.google.com/p/pharo/issues/detail?id=3647 Proceeding on this exception actually continue and successfully load Aida. You can reproduce the problem by loading Aida on latest 1.2 build: 1.

[Pharo-project] Build failed in Hudson: Pharo 1.2 #114

2011-02-03 Thread Torsten Bergmann
It worked for me since the MCZ was already in the package-cache. After I deleted the cache I was able to reproduce the failure. I've looked into it and it should now work. The fix is in ConfigurationOfOmniBrowser-tbn.95.mcz which now points to the correct repo. Maybe Guillermo didnt notice the

Re: [Pharo-project] pushed sound + sound interface from pharoNonCorePackage to PharoSound

2011-02-03 Thread Igor Stasenko
On 3 February 2011 11:43, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Feb 3, 2011, at 11:20 42AM, Igor Stasenko wrote: Henrik, could you please do us a favor and clean up this mess? Because i really feel lost, what sound package i should use for building VM, from what repository,

Re: [Pharo-project] Build failed in Hudson: Pharo 1.2 #114

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 12:50 PM, Torsten Bergmann wrote: It worked for me since the MCZ was already in the package-cache. After I deleted the cache I was able to reproduce the failure. I've looked into it and it should now work. The fix is in ConfigurationOfOmniBrowser-tbn.95.mcz which now

[Pharo-project] documentation for blessed pharo repositories?

2011-02-03 Thread Esteban Lorenzano
Hi, There is new repositories for pre-existing packages like PharoOB, Filesystem, PharoSound. As in the future this repositories can grow, and people like me can be confused... I wonder if we can add a page somewhere with this information? Cheers, Esteban

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Benoit St-Jean
Suggestion : it seems like a lot of the contribution efforts are coming from Europe. Perhaps having a (at least one) North American point of view on the board would help Pharo get more attention success on this side of the world... For instance, it's a shame that Pharo doesn't get more

Re: [Pharo-project] documentation for blessed pharo repositories?

2011-02-03 Thread Igor Stasenko
On 3 February 2011 14:02, Esteban Lorenzano esteba...@gmail.com wrote: Hi, There is new repositories for pre-existing packages like PharoOB, Filesystem, PharoSound. As in the future this repositories can grow, and people like me can be confused... I wonder if we can add a page somewhere

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Dmitri Zagidulin
I would definitely be interested in helping with the 'outside communication and promotion' part. Especially in the documentation and tutorials department. I also bring in the North American perspective (I'm in Maine, USA, and am frequently in Boston and New York), and the non-academic professional

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-03 Thread Dmitri Zagidulin
Ah, excellent! I was just surprised to see it missing from the Seaside one-click 1.2 pharo image out of the box (since, if I recall correctly, it was there in Squeak and in previous Pharo builds). Since it seems like a key piece of functionality. And I couldn't figure out how to install it, and I

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Germán Arduino
I think is a good idea to have a Board and public discussions. I'm doing some promotion work on areas as MicroISV (as I commented in Smalltalks 2010), and this happens mainly in USA (joelonsoftware/ycombinator/etc) and now I'm starting writing some articles to push a bit on Linux world, were I'm

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-03 Thread Hernán Morales Durand
2011/2/3 Guillermo Polito guillermopol...@gmail.com: On Wed, Feb 2, 2011 at 3:47 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Ok guys here is what I suggest:        - create a PharoOB or something like that You ask for it, you have it: http://www.squeaksource.com/PharoOB

[Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Torsten Bergmann
OK - we have the hudson build for Pharo Core, Pharo, Moose, ... Since Pharo is the reference platform for Seaside wouldnt it make sense to run a hudson build for Seaside too: Gofer new squeaksource: 'MetacelloRepository'; package:

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Miguel Cobá
Good news! +1 to the proposed people. El jue, 03-02-2011 a las 11:17 +0100, Stéphane Ducasse escribió: Hi guys we are filling up papers with luc to get a fondation for pharo. The idea there is to have a minimal administrative board: a president that signs and a tresaurer that counts. We

Re: [Pharo-project] [squeak-dev] Accessing external resources in a cross-platform way

2011-02-03 Thread Hernán Morales Durand
Ok, saved FSExtensions package in http://www.squeaksource.com/fs.html I would not integrate into main package because it depends of ProcessWrapper and Grease. Notice the ConfigurationOfFilesystem in MetacelloRepository now is using the release at http://source.wiresong.ca/mc 2011/2/3 Igor

[Pharo-project] Alien-Prerequisites is now not required

2011-02-03 Thread Igor Stasenko
Just found that evil overrides which contains this package are completely same as in existing Parser. The Alien-Prereqs-KenTreis.5 contains only two of them: ParserpragmaLiteral: selectorSoFar ParserpragmaStatement both are the same as in image. So, i conclude that we don't need this guy

Re: [Pharo-project] [squeak-dev] Accessing external resources in a cross-platform way

2011-02-03 Thread Igor Stasenko
On 3 February 2011 17:14, Hernán Morales Durand hernan.mora...@gmail.com wrote: Ok, saved FSExtensions package in http://www.squeaksource.com/fs.html I would not integrate into main package because it depends of ProcessWrapper and Grease. Notice the ConfigurationOfFilesystem in

Re: [Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Igor Stasenko
On 3 February 2011 17:04, Torsten Bergmann asta...@gmx.de wrote: OK - we have the hudson build for Pharo Core, Pharo, Moose, ... Since Pharo is the reference platform for Seaside wouldnt it make sense to run a hudson build for Seaside too:       Gofer new                squeaksource:

[Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Igor Stasenko
so i can do home... (grrr) -- Best regards, Igor Stasenko AKA sig.

Re: [Pharo-project] 1.2: class var #Instance not allowed

2011-02-03 Thread Sean P. DeNigris
One more problem: if some class have a class variable named #Instance, it is not loadable anymore. Janko Mivšek wrote: Proceeding on this exception actually continue and successfully load Aida. So the class can be loaded, and that solves the original problem, right? The current

[Pharo-project] Issue 3650 in pharo: PluggableShoutMorph not present in latest build of Pharo1.2

2011-02-03 Thread pharo
Status: New Owner: New issue 3650 by tulipe.m...@gmail.com: PluggableShoutMorph not present in latest build of Pharo1.2 http://code.google.com/p/pharo/issues/detail?id=3650 Pharo image: Pharo1.2rc2 Pharo core version: #12330 Virtual machine used: Cog3.0.0 mac Steps to reproduce: 1.

Re: [Pharo-project] 1.2: class var #Instance not allowed

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 6:01 PM, Sean P. DeNigris wrote: One more problem: if some class have a class variable named #Instance, it is not loadable anymore. Janko Mivšek wrote: Proceeding on this exception actually continue and successfully load Aida. So the class can be loaded, and

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 5:47 PM, Igor Stasenko wrote: so i can do home... (grrr) I will check. -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 5:47 PM, Igor Stasenko wrote: so i can do home... (grrr) up again. I will give you the needed info to restart it yourself tomorrow. Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.

Re: [Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 5:05 PM, Torsten Bergmann wrote: OK - we have the hudson build for Pharo Core, Pharo, Moose, ... Since Pharo is the reference platform for Seaside wouldnt it make sense to run a hudson build for Seaside too: Gofer new squeaksource:

[Pharo-project] Issue 3651 in pharo: [Hudson] Do Seaside builds for 1.2 and 1.3 for regression testing

2011-02-03 Thread pharo
Status: Accepted Owner: marcus.d...@gmail.com New issue 3651 by marcus.d...@gmail.com: [Hudson] Do Seaside builds for 1.2 and 1.3 for regression testing http://code.google.com/p/pharo/issues/detail?id=3651 Gofer new squeaksource: 'MetacelloRepository';

Re: [Pharo-project] Our response to JS proxy API + Cog regression

2011-02-03 Thread Marcus Denker
On Feb 2, 2011, at 10:21 PM, Igor Stasenko wrote: I read the paper, which i found once on Stephane's table: Proxies: Design Principles for Robust Object-oriented Intercession APIs [1] and we discussed it.. and while there is not much interesting stuff for smalltalkers, still a couple of

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Levente Uzonyi
On Thu, 3 Feb 2011, Marcus Denker wrote: On Feb 3, 2011, at 5:47 PM, Igor Stasenko wrote: so i can do home... (grrr) up again. I will give you the needed info to restart it yourself tomorrow. Wouldn't it be better to create a cron job which checks it every minute and restarts it if

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-03 Thread Stéphane Ducasse
Good merge everything in PharoOB for 1.2 I fix a problem with class comment. The fix is in the bugtracker on pahro12.dev But I forgot to run the tests On Feb 3, 2011, at 4:49 PM, Hernán Morales Durand wrote: 2011/2/3 Guillermo Polito guillermopol...@gmail.com: On Wed, Feb 2, 2011 at 3:47

Re: [Pharo-project] [Pharo-users] Pharocasts: GUI with Polymorph

2011-02-03 Thread Stéphane Ducasse
argh the kind of mail I cannot skip fast :) Thanks a lot laurent! S. On Feb 3, 2011, at 12:46 PM, laurent laffont wrote: Develop a contact manager desktop application. You will learn: - how Pharo helps the Program by intention style of programming - how to create basic persistency of

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Stéphane Ducasse
good points. We will think about that. On Feb 3, 2011, at 11:30 AM, Tudor Girba wrote: Excellent news! I agree that the admin should be kept to a minimum. It would be good to define the role of the board from the start. One thing that is important is not just how people get in the board,

Re: [Pharo-project] documentation for blessed pharo repositories?

2011-02-03 Thread Igor Stasenko
On 3 February 2011 18:16, Dale Henrichs dhenr...@vmware.com wrote: Igor, I am willing to add new features to Metacello to make the development process run smoother. The MetacelloToolBox has a number of methods for programmatically building configurations and creating new versions and I

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Stéphane Ducasse
On Feb 3, 2011, at 3:56 PM, Dmitri Zagidulin wrote: I would definitely be interested in helping with the 'outside communication and promotion' part. Especially in the documentation and tutorials department. I also bring in the North American perspective (I'm in Maine, USA, and am frequently

Re: [Pharo-project] documentation for blessed pharo repositories?

2011-02-03 Thread Stéphane Ducasse
thanks dale I should finish the chapter. But I got two projects to write for the 18th, so after :) On Feb 3, 2011, at 6:16 PM, Dale Henrichs wrote: Igor, I am willing to add new features to Metacello to make the development process run smoother. The MetacelloToolBox has a number of

Re: [Pharo-project] [squeak-dev] Accessing external resources in a cross-platform way

2011-02-03 Thread Stéphane Ducasse
+1 :) hernan.mora...@gmail.com wrote: Ok, saved FSExtensions package in http://www.squeaksource.com/fs.html Thanks hernan I would not integrate into main package because it depends of ProcessWrapper and Grease. Notice the ConfigurationOfFilesystem in MetacelloRepository now is

Re: [Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Stéphane Ducasse
+1 Marcus the hudson master :) OK - we have the hudson build for Pharo Core, Pharo, Moose, ... Since Pharo is the reference platform for Seaside wouldnt it make sense to run a hudson build for Seaside too: Gofer new squeaksource: 'MetacelloRepository';

Re: [Pharo-project] Issue 3650 in pharo: PluggableShoutMorph not present in latest build of Pharo1.2

2011-02-03 Thread pharo
Updates: Status: Fixed Comment #1 on issue 3650 by laurent@gmail.com: PluggableShoutMorph not present in latest build of Pharo1.2 http://code.google.com/p/pharo/issues/detail?id=3650 Fixed: Gofer it squeaksource: 'MetacelloRepository'; package:

Re: [Pharo-project] documentation for blessed pharo repositories?

2011-02-03 Thread Nicolas Cellier
Also, if there is a deprecated repositoriy: - put a comment clearly stating that the directory is intended to be closed and read only - indicate where further work should take place. You have the main web tab, the wiki. I also suggest to publish a last MC version for the main packages with no

Re: [Pharo-project] Issue 3650 in pharo: PluggableShoutMorph not present in latest build of Pharo1.2

2011-02-03 Thread pharo
Comment #2 on issue 3650 by tulipe.m...@gmail.com: PluggableShoutMorph not present in latest build of Pharo1.2 http://code.google.com/p/pharo/issues/detail?id=3650 Thanks !

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 6:30 PM, Levente Uzonyi wrote: On Thu, 3 Feb 2011, Marcus Denker wrote: On Feb 3, 2011, at 5:47 PM, Igor Stasenko wrote: so i can do home... (grrr) up again. I will give you the needed info to restart it yourself tomorrow. Wouldn't it be better to create a

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 7:57 PM, Tudor Girba wrote: Hi, It looks like there was a problem: all commits I published over the past couple of days in moose and glamour are now missing from the repository. I did not check other one projects yet. Could there have been a mistake when restarting

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 7:57 PM, Tudor Girba wrote: Hi, It looks like there was a problem: all commits I published over the past couple of days in moose and glamour are now missing from the repository. I did not check other one projects yet. Could there have been a mistake when restarting

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Tudor Girba
Thanks for the work, Marcus. It works fine now. Cheers, Doru On 3 Feb 2011, at 20:01, Marcus Denker wrote: On Feb 3, 2011, at 7:57 PM, Tudor Girba wrote: Hi, It looks like there was a problem: all commits I published over the past couple of days in moose and glamour are now missing

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Carla F. Griggio
I've just recieved a mail informing that there was a commit in one of my projects :P That commit was done last week (24/01). On Thu, Feb 3, 2011 at 4:23 PM, Marcus Denker marcus.den...@inria.frwrote: On Feb 3, 2011, at 7:57 PM, Tudor Girba wrote: Hi, It looks like there was a problem:

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Andre Hora
Hello Marcus, A project that I created this week in SqS is missing from the repository too. Moreover, a project that I deleted in the begin of the week in now back to my account... On Thu, Feb 3, 2011 at 8:26 PM, Carla F. Griggio carla.grig...@gmail.comwrote: I've just recieved a mail

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 8:38 PM, Andre Hora wrote: Hello Marcus, A project that I created this week in SqS is missing from the repository too. Moreover, a project that I deleted in the begin of the week in now back to my account... What a shit. I don't know what to do. Now I even managed

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 8:38 PM, Andre Hora wrote: Hello Marcus, A project that I created this week in SqS is missing from the repository too. Moreover, a project that I deleted in the begin of the week in now back to my account... I fear for this data we can do nothing... (the meta data:

Re: [Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Sven Van Caekenberghe
On 03 Feb 2011, at 17:04, Torsten Bergmann wrote: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load. ((Smalltalk at: #ConfigurationOfSeaside30) project latestVersion) load. For the last couple of

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Andre Hora
The name of the project is Moose Web. Thanks Marcus! On Thu, Feb 3, 2011 at 8:59 PM, Marcus Denker marcus.den...@inria.frwrote: On Feb 3, 2011, at 8:38 PM, Andre Hora wrote: Hello Marcus, A project that I created this week in SqS is missing from the repository too. Moreover, a project

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Marcus Denker
On Feb 3, 2011, at 8:26 PM, Carla F. Griggio wrote: I've just recieved a mail informing that there was a commit in one of my projects :P That commit was done last week (24/01). The image was last saved the 23rd. And now. The nice thing about rejunvenation (killing and restarting once a

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-03 Thread Sven Van Caekenberghe
On 03 Feb 2011, at 16:01, Dmitri Zagidulin wrote: the Seaside one-click 1.2 pharo image Where does one find such a beast ?? TIA, Sven

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Sean P. DeNigris
I would be happy to participate if I can be of service. I am aligned with and excited about the Pharo vision and am very interested in building on the North American (and especially New York) community. Sean -- View this message in context:

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-03 Thread Dmitri Zagidulin
Aha! Apparently, in my confused mind. So no, I meant in the Seaside one-click 1.1 pharo image. Which does not come pre-loaded with SeasideTesting. But it /used/ to, in previous versions of Pharo? Or am I mis-remembering? On Thu, Feb 3, 2011 at 3:17 PM, Sven Van Caekenberghe s...@beta9.be wrote:

Re: [Pharo-project] documentation for blessed pharo repositories?

2011-02-03 Thread Stéphane Ducasse
good idea! Stef On Feb 3, 2011, at 7:19 PM, Nicolas Cellier wrote: Also, if there is a deprecated repositoriy: - put a comment clearly stating that the directory is intended to be closed and read only - indicate where further work should take place. You have the main web tab, the wiki. I

Re: [Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Stéphane Ducasse
I find strange that seaside relies on OB. We should remove this dependency (of course making sure that OB loads is important) but this is another issue. Stef Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load.

Re: [Pharo-project] Oh, great.. SqS is down

2011-02-03 Thread Stéphane Ducasse
+1 We need to replace squeaksource soon, this is really sucking too much energy like that.

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Stéphane Ducasse
Cool and thanks. Sean you know we try to pay attention to your fixes and we appreciate them/ Just not enough time to do all the work that should be done but we will do it. I think that it would be good for native english speakers to help bloging :) Since the mailing is quite dense, a digest every

[Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Torsten Bergmann
Sven wrote: For the last couple of weeks, and again this evening I wanted to start using 1.2 as my main image, but that requires Seaside 3, the above still does not work for me: Hi Sven, works for me without a problem. I work in latest pharo-dev 1.2 with Seaside 3.0.3 loaded. Can run

Re: [Pharo-project] About FileSystem

2011-02-03 Thread Stéphane Ducasse
I tried to publish a new configurationOfFilesystem but after 15 min I stopped because I could not make it load. For me there is something wrong with the interface of metacello because I can never remember it version: '1.0.2' did not load it while it defined as version: #'1.0.2' and of course I

[Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Torsten Bergmann
I find strange that seaside relies on OB. We should remove this dependency (of course making sure that OB loads is important) but this is another issue.? No, dont judge too early. Seaside itself is not dependent on OB. But there are same tools that get loaded when you load the full config for

Re: [Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Dale Henrichs
Stef, The Seaside control panel is built on top of OB. It is entirely possible to deploy a Seaside application without including the Seaside control panel, but you need to know how to manually configure/start/stop the adaptors. As a result it was decided to include the control panel as part

[Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Torsten Bergmann
We need to replace squeaksource soon, this is really sucking too much energy like that. Maybe it is that squeaksource.com is getting on its LIMITS now and then. There are other squeaksource servers http://source.lukas-renggli.ch http://source.squeak.org and I havent heard that they face

Re: [Pharo-project] About FileSystem

2011-02-03 Thread Dale Henrichs
On Feb 3, 2011, at 1:08 PM, Stéphane Ducasse wrote: I tried to publish a new configurationOfFilesystem but after 15 min I stopped because I could not make it load. For me there is something wrong with the interface of metacello because I can never remember it version: '1.0.2' did not load

Re: [Pharo-project] Pharo fondation: administration and real people

2011-02-03 Thread Adrian Lienhard
Hi Sean and Dmitri, Thanks for offering your help. Indeed, it would be cool if we could set up a small team of two or three people who would help building the community through regular blogging, twittering, improving the website, etc. Cheers, Adrian On Feb 3, 2011, at 21:45 , Stéphane

Re: [Pharo-project] Move packages in monticello w/o losing history

2011-02-03 Thread Dale Henrichs
If I'm not mistaken, Gofer will copy all versions of a package for you ... I think that the 'push' command will do the trick, but reading the method comments makes me think you might have to 'fetch' the versions to your cache, then 'push' them to your destination repository. Dale On Feb 3,

Re: [Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Sven Van Caekenberghe
Hi Torsten, Thanks for the quick reply. On 03 Feb 2011, at 22:02, Torsten Bergmann wrote: Hi Sven, works for me without a problem. I work in latest pharo-dev 1.2 with Seaside 3.0.3 loaded. Can run JqueryWidgetBox and MetaSource for example without any problem, just bootstrapped today

Re: [Pharo-project] what do we do for OmniBrowser?

2011-02-03 Thread Hernán Morales Durand
Guillermo please tell us which code base you are using otherwise OB will continue to be one-man show. 2011/2/3 Guillermo Polito guillermopol...@gmail.com: I'm integrating already the fixes into PharoTaskForces.  If I have some tome tomorrow I'll push OB from Lukas repo to PharoOB and merge.

Re: [Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Igor Stasenko
On 3 February 2011 22:08, Dale Henrichs dhenr...@vmware.com wrote: Stef, The Seaside control panel is built on top of OB. It is entirely possible to deploy a Seaside application without including the Seaside control panel, but you need to know  how to manually configure/start/stop the

[Pharo-project] Where is OB Was: [what do we do for OmniBrowser?]

2011-02-03 Thread Guillermo Polito
Today's ConfigurationOfOmniBrowser relies on lukas repo and PharoTaskForces (in SS). When there is an 1.2 specific fix, I'm commiting it to PharoTaskForces. When there is a fix on Lukas repo, I merge it and commit it to PharoTaskForces. BTW, If we push everything in PharoOB, we'll have

Re: [Pharo-project] Hudson build for Seaside too?

2011-02-03 Thread Guillermo Polito
Yeap, building groups :). On Thu, Feb 3, 2011 at 9:03 PM, Igor Stasenko siguc...@gmail.com wrote: On 3 February 2011 22:08, Dale Henrichs dhenr...@vmware.com wrote: Stef, The Seaside control panel is built on top of OB. It is entirely possible to deploy a Seaside application without

[Pharo-project] Export Pier to Latex

2011-02-03 Thread Guillermo Polito
Does Pier support that? Do I need a plugin? Has someone tried to do something like that? :) Thanks! Guille

  1   2   >