Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-06 Thread Geoffroy Couprie
Hello, I'm not sure if it has been done before, but an image provisioning tool would be cool. Imagine a window where you have different image profiles (for example, one for Seaside, one for Aida, one for desktop apps), you just click on it and it creates a minimal image with all the paquets you

[Pharo-project] Nautilus collisions in icons

2012-03-06 Thread Mariano Martinez Peck
Hi ben. I found that method's icons are not only one, and there can be colisions. For example, I have test methods which came from a trait. So I have the trait icon rather than the test. And I can imagine some other colision as well ... So...what can we do? can we have a list of icons? I

[Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-06 Thread Martin Dias
Hello, I'd like to discuss about a problem found when loading classes with Fuel (for people who don't know it: http://rmod.lille.inria.fr/web/pier/software/Fuel). Fuel can serialize a class either as a global or as a regular object. In the latter case, it saves the class with its compiled

[Pharo-project] .changes are now 37MB….

2012-03-06 Thread Marcus Denker
... what do we do? http://code.google.com/p/pharo/issues/detail?id=4843 (but that will not help that much. And someone would need to look at the tracker entry and make it ready for integration). or just do a condense? The history is in Monticello.

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-06 Thread Mariano Martinez Peck
On Tue, Mar 6, 2012 at 4:06 AM, Martin Dias tinchod...@gmail.com wrote: Hello, I'd like to discuss about a problem found when loading classes with Fuel (for people who don't know it: http://rmod.lille.inria.fr/web/pier/software/Fuel). Fuel can serialize a class either as a global or as a

Re: [Pharo-project] Nautilus feedback

2012-03-06 Thread Tudor Girba
Indeed. The Moose image already has Nautilus with the default behavior. Cheers, Doru On 5 Mar 2012, at 22:34, Mariano Martinez Peck wrote: On Mon, Mar 5, 2012 at 8:35 PM, Alexandre Bergel alexandre.ber...@me.com wrote: Why should I do this manually? I tried 'Choose new default

[Pharo-project] looking for Morphic-Games package

2012-03-06 Thread Stéphane Ducasse
Hi guys I'm looking for the package containing tetris, free cell, … does any of you know where it is? Stef

Re: [Pharo-project] looking for Morphic-Games package

2012-03-06 Thread stephane ducasse
found it on ss :) On Mar 6, 2012, at 10:12 AM, Stéphane Ducasse wrote: Hi guys I'm looking for the package containing tetris, free cell, … does any of you know where it is? Stef

Re: [Pharo-project] Nautilus collisions in icons

2012-03-06 Thread Benjamin
You're right, there are multiple cases of collision. Right now, I decided what is the more interesting by changing the order of the tests (and you're right too, test is one of the most important). By the way, I was thinking of a special icon which manage to aggregate icons. But it's still just

Re: [Pharo-project] Pharo Kernel break...

2012-03-06 Thread Pavel Krivanek
I created a fix http://code.google.com/p/pharo/issues/detail?id=5438 -- Pavel On Sun, Mar 4, 2012 at 12:42 PM, Pavel Krivanek pavel.kriva...@gmail.com wrote: On Sun, Mar 4, 2012 at 11:27 AM, Marcus Denker marcus.den...@inria.fr wrote: On Mar 4, 2012, at 10:32 AM, Pavel Krivanek wrote: Hi,

[Pharo-project] [update 1.4] #14379

2012-03-06 Thread Marcus Denker
14379 - Issue 5321: DataStreamTest creates files that are not deleted http://code.google.com/p/pharo/issues/detail?id=5321 Issue 5285: HostWindowTeststestOne (workaround) http://code.google.com/p/pharo/issues/detail?id=5285 Issue 5153: warningAllowed does not

Re: [Pharo-project] Pharo Kernel break...

2012-03-06 Thread Marcus Denker
On Mar 6, 2012, at 11:08 AM, Pavel Krivanek wrote: I created a fix http://code.google.com/p/pharo/issues/detail?id=5438 Thanks! I will have a look this evening. -- Marcus Denker -- http://marcusdenker.de

Re: [Pharo-project] looking for Morphic-Games package

2012-03-06 Thread Edgar J. De Cleene
On 3/6/12 7:12 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Hi guys I'm looking for the package containing tetris, free cell, Š does any of you know where it is? Stef Just for you I remade for Pharo File in for the repository. Load MorphicGames-edc.3.mcz Evaluate (Tetris

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-06 Thread Henrik Johansen
On Mar 6, 2012, at 4:06 AM, Martin Dias wrote: Hello, I'd like to discuss about a problem found when loading classes with Fuel (for people who don't know it: http://rmod.lille.inria.fr/web/pier/software/Fuel). Fuel can serialize a class either as a global or as a regular object. In

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-06 Thread Henrik Johansen
On Mar 6, 2012, at 12:03 PM, Henrik Johansen wrote: Parcels - Check a hash based on class layout vs equivalent hash for the stored method's class (stored with the method). If different: 1) check for existence of a backwards-compatability reader method, hand the old instance to it,

[Pharo-project] in 14379...

2012-03-06 Thread Stéphane Ducasse
Hi guys when I try to load MCSqueaksourceRepository location: 'http://squeaksource.com/Games' user: '' password: '' load MorphicGames-md.1.mcz I get a DNU isPostMortem return whether we're inspecting a frozen exception without a process attached

Re: [Pharo-project] in 14379...

2012-03-06 Thread Stéphane Ducasse
On Mar 6, 2012, at 12:08 PM, Stéphane Ducasse wrote: Hi guys when I try to load MCSqueaksourceRepository location: 'http://squeaksource.com/Games' user: '' password: '' load MorphicGames-md.1.mcz I get a DNU isPostMortem return whether we're

Re: [Pharo-project] in 14379...

2012-03-06 Thread Marcus Denker
On Mar 6, 2012, at 12:08 PM, Stéphane Ducasse wrote: Hi guys when I try to load MCSqueaksourceRepository location: 'http://squeaksource.com/Games' user: '' password: '' load MorphicGames-md.1.mcz I get a DNU isPostMortem return whether we're

Re: [Pharo-project] in 14379...

2012-03-06 Thread Pavel Krivanek
what about to fix it this way: isPostMortem return whether we're inspecting a frozen exception without a process attached |selectedContext suspendedContext | selectedContext := self selectedContext. suspendedContext := interruptedProcess suspendedContext.

Re: [Pharo-project] in 14379...

2012-03-06 Thread Pavel Krivanek
On Tue, Mar 6, 2012 at 12:23 PM, Marcus Denker marcus.den...@inria.fr wrote: On Mar 6, 2012, at 12:08 PM, Stéphane Ducasse wrote: Hi guys when I try to load MCSqueaksourceRepository       location: 'http://squeaksource.com/Games'       user: ''       password: '' load

[Pharo-project] fixUnderscores is cool to have in the image ; ) but broken

2012-03-06 Thread Stéphane Ducasse
I'm fixing it. Stef

Re: [Pharo-project] [Moose-dev] Re: numerical method in smalltalk

2012-03-06 Thread Stéphane Ducasse
On Mar 6, 2012, at 3:11 AM, Serge Stinckwich wrote: On Tue, Mar 6, 2012 at 4:29 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote: It would be really interesting to organize a bit the scientific packages so that we have one nice library to look for. Serge if you have some code please

Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-06 Thread Stéphane Ducasse
would love to have that :) On Mar 6, 2012, at 9:19 AM, Geoffroy Couprie wrote: Hello, I'm not sure if it has been done before, but an image provisioning tool would be cool. Imagine a window where you have different image profiles (for example, one for Seaside, one for Aida, one for

[Pharo-project] The event handling mechanism implemented in Gaucho

2012-03-06 Thread Fernando Olivero
Hi, Stef and Esteban, i'm sending an overview of the event handling mechanism of Gaucho. So we can discuss the additions of multitouch events and the design as well. Key classes: GUserInterface, GPeripheralDevice, GDisplay, GView and the new event model. GUserInterface: Collaborates with a

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Stéphane Ducasse
May be it would be good to have a look at eliot changes but we need time for that. ... what do we do? http://code.google.com/p/pharo/issues/detail?id=4843 (but that will not help that much. And someone would need to look at the tracker entry and make it ready for integration). or

Re: [Pharo-project] looking for Morphic-Games package

2012-03-06 Thread Stéphane Ducasse
thanks I was fixing the := and found some problems in fixUnderscore so I fixed it also. and I have to fix the selectionMenu so thanks I will have a look. This is for a deliverable for a project on cohesion metrics computation and I like the package. Stef On Mar 6, 2012, at 10:52 AM, Edgar

Re: [Pharo-project] The event handling mechanism implemented in Gaucho

2012-03-06 Thread Stéphane Ducasse
Thanks. Stef! On Mar 6, 2012, at 12:37 PM, Fernando Olivero wrote: Here is the code, the categories which include the mentioned classes. I'm preparing a one-click image of Gaucho for the Mac, so you can play with it also. And as the official release of the tool also! On Tue, Mar 6,

Re: [Pharo-project] in 14379...

2012-03-06 Thread Stéphane Ducasse
This is related to the startup changes we integrated yesterday. (there is no change that has no side effect…) sure change is life and life is dangerous we all die at the end. So if camillo/igor can have a look, it would be good. One artist said: life is a killer

Re: [Pharo-project] in 14379...

2012-03-06 Thread Henrik Johansen
On Mar 6, 2012, at 12:29 PM, Pavel Krivanek wrote: On Tue, Mar 6, 2012 at 12:23 PM, Marcus Denker marcus.den...@inria.fr wrote: On Mar 6, 2012, at 12:08 PM, Stéphane Ducasse wrote: Hi guys when I try to load MCSqueaksourceRepository location: 'http://squeaksource.com/Games'

Re: [Pharo-project] Colored Stdout/Stderr logging with headless images

2012-03-06 Thread Camillo Bruni
actually its a bit of a hack :D (well the implementation not) but the problem is, that we should properly detect if the terminal supports colors or not ;) otherwise you might get some ugly escape sequences :D best cami On 2012-03-06, at 11:44, Sven Van Caekenberghe wrote: This is so cool

Re: [Pharo-project] in 14379...

2012-03-06 Thread Camillo Bruni
right that should work... forgot to update my fix for that one.. cami On 2012-03-06, at 12:25, Pavel Krivanek wrote: what about to fix it this way: isPostMortem return whether we're inspecting a frozen exception without a process attached |selectedContext suspendedContext |

[Pharo-project] fix GoferOperationTest failure

2012-03-06 Thread Pavel Krivanek
There is a new failure related to Camillo's changes to UIManagers. http://code.google.com/p/pharo/issues/detail?id=5439 I proposed a fix. Cheers, -- Pavel

Re: [Pharo-project] Colored Stdout/Stderr logging with headless images

2012-03-06 Thread Stefan Marr
On 06 Mar 2012, at 13:18, Camillo Bruni wrote: actually its a bit of a hack :D (well the implementation not) but the problem is, that we should properly detect if the terminal supports colors or not ;) otherwise you might get some ugly escape sequences :D Do you know the tput tool? I use

Re: [Pharo-project] Colored Stdout/Stderr logging with headless images

2012-03-06 Thread Igor Stasenko
On 6 March 2012 13:46, Stefan Marr smallt...@stefan-marr.de wrote: On 06 Mar 2012, at 13:18, Camillo Bruni wrote: actually its a bit of a hack :D (well the implementation not) but the problem is, that we should properly detect if the terminal supports colors or not ;) otherwise you might

[Pharo-project] why improving is the only way

2012-03-06 Thread Stéphane Ducasse
I'm fighting with timeStamp and old code checking size of timeStamp and this is why we should improve the infrastructure and in particular code management. Stef timeStamp Answer the authoring time-stamp for the given method, retrieved from the sources or changes file. Answer the

[Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Marcus Denker
Today the bug tracker: http://code.google.com/p/pharo/issues/list says 436 open out of 5437 issues. Thise means we crossed the line of 5000 reports being closed today. With the first report from damien.cassou, Jun 5, 2008, this translates to 3.65 reports being taken care of *every*

Re: [Pharo-project] Colored Stdout/Stderr logging with headless images

2012-03-06 Thread Camillo Bruni
I have a complete implementation of it ready together with a pure-st readline lib ;) So when the time is ready I will integrate it :P On 2012-03-06, at 13:59, Igor Stasenko wrote: On 6 March 2012 13:46, Stefan Marr smallt...@stefan-marr.de wrote: On 06 Mar 2012, at 13:18, Camillo Bruni

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Camillo Bruni
congrats! :D On 2012-03-06, at 14:08, Marcus Denker wrote: Today the bug tracker: http://code.google.com/p/pharo/issues/list says 436 open out of 5437 issues. Thise means we crossed the line of 5000 reports being closed today. With the first report from damien.cassou, Jun

[Pharo-project] Filesystem onDisk and inMemory are renamed in 1.4

2012-03-06 Thread Tudor Girba
Hi, Filesystem is part of the Pharo 1.4 image and the code resides in the Pharo 1.4 repository. Essentially, as Lukas pointed out, this is a fork. There is absolutely nothing wrong with that, especially if you want to base the core on it. However, the problem is what happens with the changes.

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Tudor Girba
Great work! Doru On Tue, Mar 6, 2012 at 2:12 PM, Camillo Bruni camillobr...@gmail.com wrote: congrats! :D On 2012-03-06, at 14:08, Marcus Denker wrote: Today the bug tracker:       http://code.google.com/p/pharo/issues/list says 436 open out of 5437 issues. Thise means we crossed the

Re: [Pharo-project] Filesystem onDisk and inMemory are renamed in 1.4

2012-03-06 Thread Nicolas Cellier
This is not the first rant about it. I guess the most constructive way to help would be to open an issue. Nicolas Le 6 mars 2012 14:22, Tudor Girba tu...@tudorgirba.com a écrit : Hi, Filesystem is part of the Pharo 1.4 image and the code resides in the Pharo 1.4 repository. Essentially,

Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-06 Thread Carla F. Griggio
Yes, I'd love that too :) On Tue, Mar 6, 2012 at 8:33 AM, Stéphane Ducasse stephane.duca...@inria.frwrote: would love to have that :) On Mar 6, 2012, at 9:19 AM, Geoffroy Couprie wrote: Hello, I'm not sure if it has been done before, but an image provisioning tool would be cool.

Re: [Pharo-project] Filesystem onDisk and inMemory are renamed in 1.4

2012-03-06 Thread Camillo Bruni
On 2012-03-06, at 14:22, Tudor Girba wrote: Hi, Filesystem is part of the Pharo 1.4 image and the code resides in the Pharo 1.4 repository. Essentially, as Lukas pointed out, this is a fork. There is absolutely nothing wrong with that, especially if you want to base the core on it.

Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-06 Thread Carla F. Griggio
Geoffroy, could you develop your idea a little more using the template Janko sent before? Thanks! On Tue, Mar 6, 2012 at 10:37 AM, Carla F. Griggio carla.grig...@gmail.comwrote: Yes, I'd love that too :) On Tue, Mar 6, 2012 at 8:33 AM, Stéphane Ducasse stephane.duca...@inria.fr wrote:

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Christoph Wysseier
Wow, no idea why you should Develop the development process!!!... ;) Good work and congrats! Chris Am 06.03.12 14:08, schrieb Marcus Denker: Today the bug tracker: http://code.google.com/p/pharo/issues/list says 436 open out of 5437 issues. Thise means we crossed the line of 5000

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Benoit St-Jean
Congratulations!  Now, we should aim for a much smaller goal...  Let's make Pharo so good that we'll average less than 1.00 bug fixed a day because Pharo's code will be so good, rock solid and stable !  ;)   - Benoit St-Jean Yahoo! Messenger: bstjean A

Re: [Pharo-project] Filesystem onDisk and inMemory are renamed in 1.4

2012-03-06 Thread Tudor Girba
Hi, On Tue, Mar 6, 2012 at 2:39 PM, Camillo Bruni camillobr...@gmail.com wrote: On 2012-03-06, at 14:22, Tudor Girba wrote: Hi, Filesystem is part of the Pharo 1.4 image and the code resides in the Pharo 1.4 repository. Essentially, as Lukas pointed out, this is a fork. There is

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Marcus Denker
On Mar 6, 2012, at 3:07 PM, Benoit St-Jean wrote: Congratulations! Now, we should aim for a much smaller goal... Let's make Pharo so good that we'll average less than 1.00 bug fixed a day because Pharo's code will be so good, rock solid and stable ! ;) Keep in

[Pharo-project] does anybody knows what is updateReferencesUsing: aDictionary

2012-03-06 Thread Stéphane Ducasse
SimpleButtonMorphupdateReferencesUsing: aDictionary Copy and update references in the arguments array during copying. super updateReferencesUsing: aDictionary. arguments _ arguments collect: [:old | aDictionary at: old ifAbsent: [old]]. no users. I would

Re: [Pharo-project] does anybody knows what is updateReferencesUsing: aDictionary

2012-03-06 Thread Stéphane Ducasse
sorry was in an old image. Ignore On Mar 6, 2012, at 3:15 PM, Stéphane Ducasse wrote: SimpleButtonMorphupdateReferencesUsing: aDictionary Copy and update references in the arguments array during copying. super updateReferencesUsing: aDictionary. arguments _ arguments

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Benoit St-Jean
Good enough is never a satisfactory answer indeed...  Otherwise we'd all be still coding in COBOL!   - Benoit St-Jean Yahoo! Messenger: bstjean A standpoint is an intellectual horizon of radius zero. (Albert Einstein) From: Marcus Denker

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Marcus Denker
On Mar 6, 2012, at 3:12 PM, Marcus Denker wrote: On Mar 6, 2012, at 3:07 PM, Benoit St-Jean wrote: Congratulations! Now, we should aim for a much smaller goal... Let's make Pharo so good that we'll average less than 1.00 bug fixed a day because Pharo's code will be so

Re: [Pharo-project] GSoC ideas, 5 days to go!

2012-03-06 Thread Geoffroy Couprie
Here it is: Name: Image provisioning tool Level: Intermediate Possible mentor: ? (I don't think I'm active enough here to mentor this project) Possible second mentor: ? Description A lot of developers keep multiple images around for development, and a good practice is to start from a fresh image

Re: [Pharo-project] Nautilus feedback

2012-03-06 Thread Alexandre Bergel
Really, if I press cmd-b it opens the old system browser (the release of yesterday). Alexandre On 6 Mar 2012, at 04:33, Tudor Girba wrote: Indeed. The Moose image already has Nautilus with the default behavior. Cheers, Doru On 5 Mar 2012, at 22:34, Mariano Martinez Peck wrote:

Re: [Pharo-project] Colored Stdout/Stderr logging with headless images

2012-03-06 Thread Sven Van Caekenberghe
On 06 Mar 2012, at 14:12, Camillo Bruni wrote: I have a complete implementation of it ready together with a pure-st readline lib ;) So when the time is ready I will integrate it :P Readline ! Is there anything these young guys can't do with Pharo Smalltalk ? Incredible… Keep up the good

[Pharo-project] [update 1.4] #14380

2012-03-06 Thread Marcus Denker
14380 - Issue 5440: Fix isPostmortem http://code.google.com/p/pharo/issues/detail?id=5440 Issue 5438: removeAllButPackages: wants to remove method categories that are owned by traits http://code.google.com/p/pharo/issues/detail?id=5438 Issue 4780: Unify union /

Re: [Pharo-project] Nautilus feedback

2012-03-06 Thread Benjamin
It's strange ... Can you quickly list the version of each Nautilus package you use ? Thanks in advance, Ben On Mar 6, 2012, at 4:27 PM, Alexandre Bergel wrote: Really, if I press cmd-b it opens the old system browser (the release of yesterday). Alexandre On 6 Mar 2012, at 04:33,

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Philippe Marschall
On 06.03.2012 09:44, Marcus Denker wrote: ... what do we do? http://code.google.com/p/pharo/issues/detail?id=4843 (but that will not help that much. And someone would need to look at the tracker entry and make it ready for integration). or just do a condense? The history is in Monticello.

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-06 Thread Eliot Miranda
On Tue, Mar 6, 2012 at 3:05 AM, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Mar 6, 2012, at 12:03 PM, Henrik Johansen wrote: Parcels - Check a hash based on class layout vs equivalent hash for the stored method's class (stored with the method). If different: 1) check

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Max Leske
This may be a stupid question… (As far as I understand, condensing the changes is not the same) Why don't you increment the version number of the sources file to 1.1 and use a fresh changes file? Max On 06.03.2012, at 18:42, Philippe Marschall wrote: On 06.03.2012 09:44, Marcus Denker

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Marcus Denker
On Mar 6, 2012, at 7:30 PM, Max Leske wrote: This may be a stupid question… (As far as I understand, condensing the changes is not the same) Why don't you increment the version number of the sources file to 1.1 and use a fresh changes file? The sources file does not contain the sources

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Camillo Bruni
max, maybe you want to create a test git repos with all the sources back to 1.0 :D and then we should record all changes into a local git-repos :) if you want to got back some versions you simply start fetching the missing objects from a central repos somewhere... so far dreaming a bit best

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Eliot Miranda
On Tue, Mar 6, 2012 at 11:01 AM, Marcus Denker marcus.den...@inria.frwrote: On Mar 6, 2012, at 7:30 PM, Max Leske wrote: This may be a stupid question… (As far as I understand, condensing the changes is not the same) Why don't you increment the version number of the sources file to 1.1

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Max Leske
That's what I meant… So that won't work… Thanks for the explanation Marcus. On 06.03.2012, at 20:01, Marcus Denker wrote: When you do a #condenseSources (which is sadly broken right now), then it generates a .sources file with just the code in the current image. It would be interesting to

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Max Leske
If it wouldn't take so bloody long to run (approx. 9 hours for all Squeak version up to and including Pharo 1.0) and didn't require me to port back all the changes we made to FSGit to Pharogenesis I'd happily do that. I just don't think the effort is worth it (I'll change my mind if people on

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-06 Thread Martin Dias
Hi! Mariano, yes, I forgot to say that B is subclass of A. Henry, thanks a lot for sharing your knowledge about BOSS. Following my example, the backwards-compatability reader method has to be defined in A, right? Or do you specify it as a parameter to the class loader? I would like to have

[Pharo-project] Pharo-Kernel Gofer broken

2012-03-06 Thread Pavel Krivanek
Well, the issue that broke Pharo-Kernel is fixed but in meantime Pharo-Kernel Gofer is on knees again. The reason is that Monticello is newly dependent on SystemAnnouncements (that comes together with tests so it is dependent on SUnit and thus cannot be loaded without the next remodularization).

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-06 Thread Frank Shearar
On 6 March 2012 18:27, Eliot Miranda eliot.mira...@gmail.com wrote: On Tue, Mar 6, 2012 at 3:05 AM, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Mar 6, 2012, at 12:03 PM, Henrik Johansen wrote: Parcels - Check a hash based on class layout vs equivalent hash for the stored

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-06 Thread Eliot Miranda
Hi Frank, On Tue, Mar 6, 2012 at 1:49 PM, Frank Shearar frank.shea...@gmail.comwrote: On 6 March 2012 18:27, Eliot Miranda eliot.mira...@gmail.com wrote: On Tue, Mar 6, 2012 at 3:05 AM, Henrik Johansen henrik.s.johan...@veloxit.no wrote: On Mar 6, 2012, at 12:03 PM, Henrik

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Craig Latta
And all that in 2 big files that one can only append to because? No idea, actually... I personally think that it is a mistake today to merge all these into one such basic mechanism. Especialy if you look at how complex the code is in the image... it's actually amazing. Hear hear. I

Re: [Pharo-project] We crossed 5000 closed issues!

2012-03-06 Thread Noury Bouraqadi
Thanks Marcus for all what you do! Noury On 6 mars 2012, at 14:08, Marcus Denker wrote: Today the bug tracker: http://code.google.com/p/pharo/issues/list says 436 open out of 5437 issues. Thise means we crossed the line of 5000 reports being closed today. With the first

Re: [Pharo-project] .changes are now 37MB….

2012-03-06 Thread Igor Stasenko
On 6 March 2012 23:30, Craig Latta cr...@netjam.org wrote: And all that in 2 big files that one can only append to because? No idea, actually... I personally think that it is a mistake today to merge all these into one such basic mechanism. Especialy if you look at how complex the code is

Re: [Pharo-project] XMLRPC on 1.4 using Zinc

2012-03-06 Thread Germán Arduino
Today I had some free time and tried and really was very simple to adapt the client to Zinc, I think is already working (need still to publish and adapt ConfigurationOf*). Now I'm studying a bit the server to adapt the code to ZnServer and eliminate Kom. Then xmlrpc could be also shipped in the

[Pharo-project] Smalltalk as embedded platform/language?

2012-03-06 Thread Igor Stasenko
It is very long post, so i decided to put it on my blog. http://computeradventures.wordpress.com/ i more or less realizing the scale of changes in order to achieve it, but i also wonder why we do not pay attention to this aspect.. maybe i miss something, maybe we don't need it at all. or maybe

Re: [Pharo-project] Fuel - class loading issue when superclass changed inst vars

2012-03-06 Thread Igor Stasenko
On 6 March 2012 23:22, Eliot Miranda eliot.mira...@gmail.com wrote: Hi Frank, On Tue, Mar 6, 2012 at 1:49 PM, Frank Shearar frank.shea...@gmail.com wrote: On 6 March 2012 18:27, Eliot Miranda eliot.mira...@gmail.com wrote: On Tue, Mar 6, 2012 at 3:05 AM, Henrik Johansen

Re: [Pharo-project] XMLRPC on 1.4 using Zinc

2012-03-06 Thread Sven Van Caekenberghe
Germán, On 07 Mar 2012, at 00:20, Germán Arduino wrote: Today I had some free time and tried and really was very simple to adapt the client to Zinc, I think is already working (need still to publish and adapt ConfigurationOf*). Good. Let me know when it loads cleanly in Pharo 1.4 and I

Re: [Pharo-project] Pharo-Kernel Gofer broken

2012-03-06 Thread Marcus Denker
On Mar 6, 2012, at 10:11 PM, Pavel Krivanek wrote: Well, the issue that broke Pharo-Kernel is fixed but in meantime Pharo-Kernel Gofer is on knees again. The reason is that Monticello is newly dependent on SystemAnnouncements (that comes together with tests so it is dependent on SUnit and

Re: [Pharo-project] Smalltalk as embedded platform/language?

2012-03-06 Thread Lawson English
On 3/6/12 5:35 PM, Igor Stasenko wrote: It is very long post, so i decided to put it on my blog. http://computeradventures.wordpress.com/ i more or less realizing the scale of changes in order to achieve it, but i also wonder why we do not pay attention to this aspect.. maybe i miss something,