[Pharo-project] [update 1.3] #13187

2011-05-10 Thread Marcus Denker
13187 - Issue 4172: FlatMessageList is now update when a method is modified or deleted Issue 4181: Additional Test for Shared Queue (s) Issue 4176: Searched element is drawn only if not selected Issue 4175: Refactor of PluggableListMorph -- Marcus Denker --

Re: [Pharo-project] out of memory - cog on windows

2011-05-10 Thread Tudor Girba
Hi, I am back with some more input on the matter. We played with it, and found that basically any image that goes beyond something like 200MB limit (or maybe it's the number of objects), will not open on Windows. I would need some help on this. Has nobody else hit this wall, or is it that I

Re: [Pharo-project] Problem with CompiledMethodTrailer

2011-05-10 Thread Marcus Denker
On May 10, 2011, at 9:32 AM, Mariano Martinez Peck wrote: what is even worst, is that even after removing those correct CM, and doing a GC etc...they still don't disappear. There is ScriptLoader new cleanUpMethods This is called from #cleanUpForRelease and normally should make

Re: [Pharo-project] Problem with CompiledMethodTrailer

2011-05-10 Thread Mariano Martinez Peck
On Tue, May 10, 2011 at 9:41 AM, Marcus Denker marcus.den...@inria.frwrote: On May 10, 2011, at 9:32 AM, Mariano Martinez Peck wrote: what is even worst, is that even after removing those correct CM, and doing a GC etc...they still don't disappear. There is ScriptLoader new

Re: [Pharo-project] Configuration of Ring

2011-05-10 Thread Marcus Denker
On May 9, 2011, at 6:31 PM, Veronica Isabel Uquillas Gomez wrote: Hi, On 09 May 2011, at 18:18, Alexandre Bergel wrote: Hi! Can you provide a Gofer doit expression to load it? Hudson build: https://pharo-ic.lille.inria.fr/hudson/job/Ring/ -- Marcus Denker --

Re: [Pharo-project] How to load Nautilus?

2011-05-10 Thread Benjamin
I do not event know this shortcut ^^ Let's add it ;) Ben On May 9, 2011, at 6:41 PM, Alexandre Bergel wrote: Ben, I miss Cmd-t to execute the unit tests :-) Alexandre On 9 May 2011, at 11:13, Benjamin wrote: Your image is not up to date. Stef should have integrate this last

Re: [Pharo-project] How to load Nautilus?

2011-05-10 Thread Benjamin
On May 9, 2011, at 9:45 PM, Igor Stasenko wrote: On 9 May 2011 17:39, Alexandre Bergel alexandre.ber...@me.com wrote: A screenshot to motivate people to try it out This guy has so much energy.. i need to think how to exploit it :) Stef already found how to :) Ben Alexandre

[Pharo-project] [OT] 25$ PC

2011-05-10 Thread Torsten Bergmann
as an alternative to the 100$ laptop ;) See: http://www.bbc.co.uk/blogs/thereporters/rorycellanjones/2011/05/a_15_computer_to_inspire_young.html -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Re: [Pharo-project] How to load Nautilus?

2011-05-10 Thread Damien Cassou
On Tue, May 10, 2011 at 10:34 AM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: Here a screenshot of the second UI, more classic: Third and Fourth panes have the same name -- Damien Cassou http://damiencassou.seasidehosting.st Lambdas are relegated to relative obscurity until Java

Re: [Pharo-project] Problem with CompiledMethodTrailer

2011-05-10 Thread Mariano Martinez Peck
So I would like to still know: 1) while those fucking CMs are not GCed 2) how they can be generated. I have spent the whole day and I couldn't :(I am more interested in 1) Notice that I didn't do anything weird. I just took the default Pharo1.3 image. you could take any

Re: [Pharo-project] How to load Nautilus?

2011-05-10 Thread Benjamin
Exact, I haven't notice :) Thanks Ben On May 10, 2011, at 10:44 AM, Damien Cassou wrote: On Tue, May 10, 2011 at 10:34 AM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: Here a screenshot of the second UI, more classic: Third and Fourth panes have the same name -- Damien

Re: [Pharo-project] Problem with CompiledMethodTrailer

2011-05-10 Thread Igor Stasenko
On 10 May 2011 09:48, Mariano Martinez Peck marianop...@gmail.com wrote: On Tue, May 10, 2011 at 9:41 AM, Marcus Denker marcus.den...@inria.fr wrote: On May 10, 2011, at 9:32 AM, Mariano Martinez Peck wrote: what is even worst, is that even after removing those correct CM, and doing a

Re: [Pharo-project] Problem with CompiledMethodTrailer

2011-05-10 Thread Mariano Martinez Peck
On Tue, May 10, 2011 at 10:59 AM, Igor Stasenko siguc...@gmail.com wrote: On 10 May 2011 09:48, Mariano Martinez Peck marianop...@gmail.com wrote: On Tue, May 10, 2011 at 9:41 AM, Marcus Denker marcus.den...@inria.fr wrote: On May 10, 2011, at 9:32 AM, Mariano Martinez Peck wrote:

Re: [Pharo-project] Issue in loading SqueakDBX Patch

2011-05-10 Thread Mariano Martinez Peck
Hi. I cannot understand why you can use the MonticelloBrowser but not Gofer. Are you behind a proxy? if true, check in the menu - settings - Network - Use HTTP proxy and Proxy authentification. The packages to load SqueakDBX IN ORDER are: From repo http://source.squeakfoundation.org/FFI

Re: [Pharo-project] Issue in loading SqueakDBX Patch

2011-05-10 Thread Mariano Martinez Peck
On Tue, May 10, 2011 at 11:40 AM, Mariano Martinez Peck marianop...@gmail.com wrote: Hi. I cannot understand why you can use the MonticelloBrowser but not Gofer. Are you behind a proxy? if true, check in the menu - settings - Network - Use HTTP proxy and Proxy authentification. The

[Pharo-project] Time to rename copyWithTrailerBytes: ?

2011-05-10 Thread Mariano Martinez Peck
If I understand correctly, before the trailers we used to use just an array of bytes...now we use a CompiledMethodTrailer. So, the method copyWithTrailerBytes: is misleading. cheers -- Mariano http://marianopeck.wordpress.com

Re: [Pharo-project] Problem with CompiledMethodTrailer

2011-05-10 Thread Igor Stasenko
On 10 May 2011 11:27, Mariano Martinez Peck marianop...@gmail.com wrote: On Tue, May 10, 2011 at 10:59 AM, Igor Stasenko siguc...@gmail.com wrote: On 10 May 2011 09:48, Mariano Martinez Peck marianop...@gmail.com wrote: On Tue, May 10, 2011 at 9:41 AM, Marcus Denker

Re: [Pharo-project] Problem with CompiledMethodTrailer

2011-05-10 Thread Mariano Martinez Peck
I must be wrong, because the dev image when it is build, it calls all cleanUp methods for classes, so CompiledMethod class cleanUp shuld have been called, but if I take the Pharo1.3 result, I can see the source code (not decompiled) But you can't see the source of those methods in

Re: [Pharo-project] Time to rename copyWithTrailerBytes: ?

2011-05-10 Thread Igor Stasenko
On 10 May 2011 12:35, Mariano Martinez Peck marianop...@gmail.com wrote: If I understand correctly, before the trailers we used to use just an array of bytes...now we use a CompiledMethodTrailer. So, the method copyWithTrailerBytes:  is misleading. yes. it should be named copyWithTrailer:

[Pharo-project] [BUG][FIX] CompiledMethodTrailer

2011-05-10 Thread Igor Stasenko
Okay, seems like i found the bug. (CompiledMethodTrailer new sourcePointer: 0) testEncoding fails. And it happens only when you pass 0 as source pointer!! Such an obscure case! @squeakers, for the context, check the discussion Problem with CompiledMethodTrailer in pharo-dev list. On 10 May

Re: [Pharo-project] [BUG][FIX] CompiledMethodTrailer

2011-05-10 Thread Igor Stasenko
And here the test , which covering this issue. -- Best regards, Igor Stasenko AKA sig. CompiledMethodTrailerTest-testEncodingZeroSourcePointer.st Description: Binary data

Re: [Pharo-project] Problem with CompiledMethodTrailer

2011-05-10 Thread Henrik Sperre Johansen
On 10.05.2011 12:44, Igor Stasenko wrote: On 10 May 2011 11:27, Mariano Martinez Peckmarianop...@gmail.com wrote: On Tue, May 10, 2011 at 10:59 AM, Igor Stasenkosiguc...@gmail.com wrote: On 10 May 2011 09:48, Mariano Martinez Peckmarianop...@gmail.com wrote: On Tue, May 10, 2011 at 9:41

Re: [Pharo-project] Problem with CompiledMethodTrailer

2011-05-10 Thread Igor Stasenko
The fix in http://code.google.com/p/pharo/issues/detail?id=4186 now one thing left: we need to get rid of hanging methods with corrupted trailers. And we do it like this: (CompiledMethod allInstances select: [:m | m isInstalled not and: [ m trailer kind = #VarLengthSourcePointer ]] )