Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-03 Thread Lukas Renggli
This works for me. 'superclassName' is the superclass name, but contains the definition which should be in the variable 'definition'. Looks like you need to recompile your image, the instance variable indexes seem to be messed up. Another bug I noticed in the ClassBuilder is that existing

Re: [Pharo-project] XMLRPC project on Squeaksource is MIT

2010-10-03 Thread Noury Bouraqadi
Thanks Germán, Markus and Christian. On 1 oct. 2010, at 15:43, Germán Arduino wrote: Hi Guys: Attached the agreement of the authors of current XMLRPC code on Squeaksource to make it MIT. Thanks Markus and Christian. -- From Markus -- From: Markus Fritsche

[Pharo-project] Less plugins, more Smalltalk code! (was: Re: Pharo 1.1.1 OneClickCogVm)

2010-10-03 Thread Noury Bouraqadi
On 30 sept. 2010, at 20:22, Germán Arduino wrote: 2010/9/30 Sven Van Caekenberghe s...@beta9.be: Less plugins, more Smalltalk code! I want to look at everything and never see C. Plugins/primitives should only be there when they are absolutely necessary (to access a platform feature or

Re: [Pharo-project] In Latest OB I cannot add a class variable

2010-10-03 Thread Mariano Martinez Peck
On Sun, Oct 3, 2010 at 9:31 AM, Lukas Renggli reng...@gmail.com wrote: This works for me. 'superclassName' is the superclass name, but contains the definition which should be in the variable 'definition'. Looks like you need to recompile your image, the instance variable indexes seem to be

Re: [Pharo-project] Less plugins, more Smalltalk code! (was: Re: Pharo 1.1.1 OneClickCogVm)

2010-10-03 Thread Stéphane Ducasse
you should read the recurrent thread in the vm list, some of you may be concerned :) Stef Less plugins, more Smalltalk code! I want to look at everything and never see C. Plugins/primitives should only be there when they are absolutely necessary (to access a platform feature or for crucial

Re: [Pharo-project] Another fixes to finalization (was Re: [update 1.2] #12161 - #12172)

2010-10-03 Thread Henrik Sperre Johansen
On 03.10.2010 05:47, Igor Stasenko wrote: On 3 October 2010 03:13, Henrik Sperre Johansen henrik.s.johan...@veloxit.no wrote: On 02.10.2010 19:01, Igor Stasenko wrote: On 2 October 2010 19:47, Stéphane Ducassestephane.duca...@inria.fr wrote: Hi igor do you understand why the previous

Re: [Pharo-project] Another fixes to finalization (was Re: [update 1.2] #12161 - #12172)

2010-10-03 Thread Igor Stasenko
On 3 October 2010 12:36, Henrik Sperre Johansen henrik.s.johan...@veloxit.no wrote:  On 03.10.2010 05:47, Igor Stasenko wrote: On 3 October 2010 03:13, Henrik Sperre Johansen henrik.s.johan...@veloxit.no  wrote:  On 02.10.2010 19:01, Igor Stasenko wrote: On 2 October 2010 19:47, Stéphane

Re: [Pharo-project] Another fixes to finalization (was Re: [update 1.2] #12161 - #12172)

2010-10-03 Thread Henrik Sperre Johansen
On 03.10.2010 11:59, Igor Stasenko wrote: On 3 October 2010 12:36, Henrik Sperre Johansen henrik.s.johan...@veloxit.no wrote: On 03.10.2010 05:47, Igor Stasenko wrote: On 3 October 2010 03:13, Henrik Sperre Johansen henrik.s.johan...@veloxit.nowrote: On 02.10.2010 19:01, Igor

[Pharo-project] [update 1.2] #12168

2010-10-03 Thread stephane ducasse
12168 - - Issue 3043:Refactor SystemOrganizer to decouple it from Smalltalk. Thanks Nicolas Paez and Damien Pollet. - Issue 3027: Base64MimeConverterTest#testOnByteArray raise an error. Thanks Cyrille Delaunay Stef ___ Pharo-project mailing

Re: [Pharo-project] Less plugins, more Smalltalk code! (was: Re: Pharo 1.1.1 OneClickCogVm)

2010-10-03 Thread Schwab,Wilhelm K
For Ocean to succeed, you either have to work really hard to make non-blocking calls (I'm thinking of SSL sockets), or you need the ability to call functions on OS threads. The calls need to block their calling Process and let the other Processes run as though nothing is happening.

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-03 Thread Germán Arduino
Started working on the tests, the current Encoder/Decoder (at client level) works ok. For example, I opened an account on http://snipplr.com (to save useful and interesting Smalltalk snippets) and can connect without problems. Next, some examples: | url proxy r | url := Url absoluteFromText:

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-03 Thread Sven Van Caekenberghe
Germán, On 03 Oct 2010, at 17:41, Germán Arduino wrote: As usual, any comment, suggestion or criticism is more than welcome. Well, you could consider using the Zinc HTTP Components framework. XMLRPCProxy#sendXmlRpc: is using the ugly HTTPSocket interface. Using any of the clients in Zn will

Re: [Pharo-project] OB Dev in Metacello

2010-10-03 Thread Mariano Martinez Peck
2010/9/29 Diogenes Moreira diogenes.more...@gmail.com hi folks: anybody could tell how load the OB Dev Tools with Metacello. Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOmniBrowser'; load. ((Smalltalk at: #ConfigurationOfOmniBrowser ) project version: '1.2')

Re: [Pharo-project] Metacello Configuration Browser?

2010-10-03 Thread Mariano Martinez Peck
2010/9/28 Simon Denier simon.den...@inria.fr On 28 sept. 2010, at 21:30, Mariano Martinez Peck wrote: What I would love is a UI for GoferProjectLoader from Esteban. I mean, we have the apt-get but we need now synaptic :) Andif we plan to do what I say in the email about Pharo and

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-03 Thread Stéphane Ducasse
Tell us when pharo core can be a user. Because we want to clean the mess. Stef On Oct 3, 2010, at 6:52 PM, Sven Van Caekenberghe wrote: Germán, On 03 Oct 2010, at 17:41, Germán Arduino wrote: As usual, any comment, suggestion or criticism is more than welcome. Well, you could consider

Re: [Pharo-project] Metacello Configuration Browser?

2010-10-03 Thread Guillermo Polito
2010/10/3 Mariano Martinez Peck marianop...@gmail.com 2010/9/28 Simon Denier simon.den...@inria.fr On 28 sept. 2010, at 21:30, Mariano Martinez Peck wrote: What I would love is a UI for GoferProjectLoader from Esteban. I mean, we have the apt-get but we need now synaptic :) Andif

Re: [Pharo-project] Metacello Configuration Browser?

2010-10-03 Thread Mariano Martinez Peck
2010/10/3 Guillermo Polito guillermopol...@gmail.com 2010/10/3 Mariano Martinez Peck marianop...@gmail.com 2010/9/28 Simon Denier simon.den...@inria.fr On 28 sept. 2010, at 21:30, Mariano Martinez Peck wrote: What I would love is a UI for GoferProjectLoader from Esteban. I mean, we

[Pharo-project] Pharocasts: Getting started with Pier CMS

2010-10-03 Thread laurent laffont
Pier is a content management system that is light, flexible and free. This screencast shows - how to setup Pier for a minimal web site - configure persistency. http://www.pharocasts.com/2010/10/getting-started-with-pier-cms.html Recorded by Damien Cassou, voice by Christoph Budzinsky, edited

Re: [Pharo-project] [Seaside] Pharocasts: Getting started with Pier CMS

2010-10-03 Thread stephane ducasse
cool! Stef On Oct 3, 2010, at 10:19 PM, laurent laffont wrote: Pier is a content management system that is light, flexible and free. This screencast shows - how to setup Pier for a minimal web site - configure persistency.

Re: [Pharo-project] Another fixes to finalization (was Re: [update 1.2] #12161 - #12172)

2010-10-03 Thread Chris Muller
And this is why I had that #isTimeToClean (90-second timer) hack in the MaDictionary's... On Sat, Oct 2, 2010 at 12:01 PM, Igor Stasenko siguc...@gmail.com wrote: On 2 October 2010 19:47, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi igor do you understand why the previous definition

[Pharo-project] MC: somebody has to say this

2010-10-03 Thread Schwab,Wilhelm K
I am starting to make a 1.1.1 image; the first step is to save packages so they can hopefully load in the new image. The first step of that is to save my package called Migrate and then to ask it to save everything else. Bugs in Migrate or not, I saw a progress bar mentioning the Pharo in

Re: [Pharo-project] XMLRPC Project - Progress Report

2010-10-03 Thread Germán Arduino
Hi Sven: To be honest I haven't looked at Zn* yet. I know (and use) WebClient and imagine that Zn have similar features? Anyway I have not problem in use the things the Board consider better, but need to make the things step at step. At the server side I really don't looked deeper neither yet,

[Pharo-project] Pool dictionaries = 'private'?

2010-10-03 Thread Schwab,Wilhelm K
This was probably done by SIF as I brought the code over from Dolphin, but just in case, have any of you ever seen 'private' added for Pool dictionaries? I didn't see it until saving my packages failed; I am pretty sure the code is the first I have ported that used a pool, and that this is the

Re: [Pharo-project] Pool dictionaries = 'private'?

2010-10-03 Thread Schwab,Wilhelm K
I'm having a tough time with a pool dictionary that works in 1.1; there are underscores in the variable names, and 1.1.1 appears to be chopping them up somehow. I recalled having to activate _/:= to get SIXXX loaded, so I quickly tried to file in the offending pool dictionary with the setting

[Pharo-project] Pointer types

2010-10-03 Thread Schwab,Wilhelm K
Sig, You mentioned something that might be useful, depending on where it lives. Our ability to use underscores now leaves me thinking I really should rework some things that suffered mightily: there are some external things that are named assuming underscores, and in mixed case, they turn

Re: [Pharo-project] MC: somebody has to say this

2010-10-03 Thread Lukas Renggli
Gofer? On Monday, October 4, 2010, Schwab,Wilhelm K bsch...@anest.ufl.edu wrote: I am starting to make a 1.1.1 image; the first step is to save packages so they can hopefully load in the new image.  The first step of that is to save my package called Migrate and then to ask it to save