Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Damien Cassou
2009/7/28 Mariano Martinez Peck marianop...@gmail.com: MacOSXPlatform isActivePlatform In all places? Obviously, the same with the other platforms. Is there a reason I don't see? I don't like this solution because it depends on the existence of the MacOSXPlatform class which is an

Re: [Pharo-project] Fwd: may be a bottleneck

2009-07-29 Thread Damien Cassou
On Tue, Jul 28, 2009 at 8:42 PM, Stéphane Ducassestephane.duca...@inria.fr wrote: I'm trying to fix the problem of actualClass and I realize that actualClass is invoked all the time by the browsers on redisplay. I wonder why the browser are refreshing when normally they should only do that on

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Mariano Martinez Peck
On Tue, Jul 28, 2009 at 5:39 PM, Igor Stasenko siguc...@gmail.com wrote: I think that all such kind of queries (like isXXXPlatform) should be not included and not used in a well-designed system. If you want some capability - then you should ask directly for it, irrespectively on what platform

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Mariano Martinez Peck
On Wed, Jul 29, 2009 at 5:11 AM, Damien Cassou damien.cas...@gmail.comwrote: 2009/7/28 Mariano Martinez Peck marianop...@gmail.com: MacOSXPlatform isActivePlatform In all places? Obviously, the same with the other platforms. Is there a reason I don't see? I don't like this solution

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Damien Cassou
2009/7/29 Mariano Martinez Peck marianop...@gmail.com: On Wed, Jul 29, 2009 at 5:11 AM, Damien Cassou damien.cas...@gmail.com wrote: 2009/7/28 Mariano Martinez Peck marianop...@gmail.com: MacOSXPlatform isActivePlatform In all places? Obviously, the same with the other platforms. Is

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Damien Cassou
2009/7/29 Mariano Martinez Peck marianop...@gmail.com: On Tue, Jul 28, 2009 at 5:39 PM, Igor Stasenko siguc...@gmail.com wrote: I think that all such kind of queries (like isXXXPlatform) should be not included and not used in a well-designed system. If you want some capability - then you

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Igor Stasenko
2009/7/29 Damien Cassou damien.cas...@gmail.com: 2009/7/29 Mariano Martinez Peck marianop...@gmail.com: On Tue, Jul 28, 2009 at 5:39 PM, Igor Stasenko siguc...@gmail.com wrote: I think that all such kind of queries (like isXXXPlatform) should be not included and not used in a well-designed

[Pharo-project] weird problem in pharo 10392 and 10395

2009-07-29 Thread Fabrizio Perin
Hi,I'm having some weird problem with pharo version 10392 and 10395. Running some tests some time happen that the image freeze. This happen also answering yes to the question bla bla do you want debug bla bla when a test fail or have some problem. Some one may can reproduce it in other context.

[Pharo-project] Fwd: weird problem in pharo 10392 and 10395

2009-07-29 Thread Fabrizio Perin
I just realized that may the problem is related to run a single test method from the method lists of the test class using crtl+t. cheers, Fabrizio -- Forwarded message -- From: Fabrizio Perin fabrizio.pe...@gmail.com Date: 2009/7/29 Subject: weird problem in pharo 10392 and 10395

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Damien Cassou
On Wed, Jul 29, 2009 at 4:02 PM, Igor Stasenkosiguc...@gmail.com wrote: How about shortcut methods then? OSPlatform classisMacOSX  ^ self current isMacOSX Not sure it is that useful but I don't really care. -- Damien Cassou http://damiencassou.seasidehosting.st Lambdas are relegated to

Re: [Pharo-project] Fwd: weird problem in pharo 10392 and 10395

2009-07-29 Thread Damien Cassou
2009/7/29 Fabrizio Perin fabrizio.pe...@gmail.com: I just realized that may the problem is related to run a single test method from the method lists of the test class using crtl+t. Please open a bug report -- Damien Cassou http://damiencassou.seasidehosting.st Lambdas are relegated to

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Andreas Wacknitz
Am 29.07.2009 um 15:54 schrieb Damien Cassou: 2009/7/29 Mariano Martinez Peck marianop...@gmail.com: On Tue, Jul 28, 2009 at 5:39 PM, Igor Stasenko siguc...@gmail.com wrote: I think that all such kind of queries (like isXXXPlatform) should be not included and not used in a well-designed

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Damien Cassou
On Wed, Jul 29, 2009 at 5:20 PM, Andreas Wacknitza.wackn...@gmx.de wrote: When I learned object orientation one of the first things I encountered was: Procedural code makes decisions, object oriented code delegates. Or, sometimes simply: Tell, don't ask!. For me this looks like asking... I

[Pharo-project] [update] #10396, #10397, #10398

2009-07-29 Thread Marcus Denker
10396 - Issue 996: HostSystemMenusTest fails when you aren't in Mac Issue 997: SystemChangeNotification Improvements Issue 628: Shortcut for Debug it Issue 990: Preferences halos halosEnabled does not enable the halos Issue 995: Preference halosEnabled still there

Re: [Pharo-project] [update] #10396, #10397, #10398

2009-07-29 Thread Damien Cassou
On Wed, Jul 29, 2009 at 6:05 PM, Marcus Denkerden...@acm.org wrote: Issue 1000:     OCompletion overrides a method of the core        Bugreport 1000 has been filed and closed! The prize goes to Damien Cassou. Thank you all. I would never have been able to handle it without you :-D. --

Re: [Pharo-project] Beginner Tasks

2009-07-29 Thread Robert Peters
What is this testServer you are talking about? I searched this forum a little bit but didn't find any information on it. I write web-apps in Django for Google App Engine, and my current test suite for a project takes 45 seconds to run. This frustrates me because unit testing is (or, at least,

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Andreas Wacknitz
Am 29.07.2009 um 17:46 schrieb Damien Cassou: On Wed, Jul 29, 2009 at 5:20 PM, Andreas Wacknitza.wackn...@gmx.de wrote: When I learned object orientation one of the first things I encountered was: Procedural code makes decisions, object oriented code delegates. Or, sometimes simply:

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Marcus Denker
On 29.07.2009, at 14:02, Andreas Wacknitz wrote: Am 29.07.2009 um 17:46 schrieb Damien Cassou: On Wed, Jul 29, 2009 at 5:20 PM, Andreas Wacknitza.wackn...@gmx.de wrote: When I learned object orientation one of the first things I encountered was: Procedural code makes decisions, object

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Nicolas Cellier
2009/7/29 Igor Stasenko siguc...@gmail.com: 2009/7/29 Damien Cassou damien.cas...@gmail.com: 2009/7/29 Mariano Martinez Peck marianop...@gmail.com: On Tue, Jul 28, 2009 at 5:39 PM, Igor Stasenko siguc...@gmail.com wrote: I think that all such kind of queries (like isXXXPlatform) should be

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Igor Stasenko
2009/7/29 Nicolas Cellier nicolas.cellier.aka.n...@gmail.com: 2009/7/29 Igor Stasenko siguc...@gmail.com: 2009/7/29 Damien Cassou damien.cas...@gmail.com: 2009/7/29 Mariano Martinez Peck marianop...@gmail.com: On Tue, Jul 28, 2009 at 5:39 PM, Igor Stasenko siguc...@gmail.com wrote: I think

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Andreas Wacknitz
Am 29.07.2009 um 20:08 schrieb Marcus Denker: On 29.07.2009, at 14:02, Andreas Wacknitz wrote: Am 29.07.2009 um 17:46 schrieb Damien Cassou: On Wed, Jul 29, 2009 at 5:20 PM, Andreas Wacknitza.wackn...@gmx.de wrote: When I learned object orientation one of the first things I encountered

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Mariano Martinez Peck
On Wed, Jul 29, 2009 at 6:06 PM, Andreas Wacknitz a.wackn...@gmx.de wrote: Am 29.07.2009 um 20:08 schrieb Marcus Denker: On 29.07.2009, at 14:02, Andreas Wacknitz wrote: Am 29.07.2009 um 17:46 schrieb Damien Cassou: On Wed, Jul 29, 2009 at 5:20 PM, Andreas

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Andreas Wacknitz
Am 29.07.2009 um 21:13 schrieb Mariano Martinez Peck: On Wed, Jul 29, 2009 at 6:06 PM, Andreas Wacknitz a.wackn...@gmx.de wrote: Am 29.07.2009 um 20:08 schrieb Marcus Denker: On 29.07.2009, at 14:02, Andreas Wacknitz wrote: Am 29.07.2009 um 17:46 schrieb Damien Cassou: On Wed,

Re: [Pharo-project] Beginner Tasks

2009-07-29 Thread Simon Denier
Stef is talking of http://www.squeaksource.com/TestServerSimple.html Now this is a rather rudimentary adaptation from a tool made by Swiss guys. It runs automatically when launching the image, loads packages and runs tests for different projects. Right now it is tailored for Moose projects

[Pharo-project] [update] #10399

2009-07-29 Thread Marcus Denker
10399 - Issue 1004: Pharo includes 4 classes named A, B, C, and D Issue 1002: harvester menu Issue 632: Intention Revealing: BasicClassOrganizerhasNoComment -- Marcus Denker - http://marcusdenker.de PLEIAD Lab - Computer Science Department (DCC) - University of Chile

Re: [Pharo-project] Beginner Tasks

2009-07-29 Thread Michael Roberts
for the moment you don't need to load any project related code. a simple test server would 1a) download the latest published core image from inria or 1b) load all the available updates into the last image downloaded, save image locally 2) file in the baseline test code run the tests (done - see

[Pharo-project] Bugreports... the numbers

2009-07-29 Thread Marcus Denker
Entries in the Bugracker: 1004 Closed:798 open: 206 open, tagged 1.0: 49 First bug filed: Jun 05, 2008 (Date today - 'Jun 05, 2008' asDate) days -- 419 That makes 1.9 closed reports per day. Not bad! Marcus -- Marcus Denker -

Re: [Pharo-project] Bugreports... the numbers

2009-07-29 Thread Tudor Girba
Nice numbers :). At this rate you have about 26 days until the final release :). Keep it up! Doru On 29 Jul 2009, at 23:24, Marcus Denker wrote: Entries in the Bugracker: 1004 Closed:798 open:206 open, tagged 1.0: 49 First bug

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Douglas Brebner
Andreas Wacknitz wrote: Am 29.07.2009 um 21:13 schrieb Mariano Martinez Peck: On Wed, Jul 29, 2009 at 6:06 PM, Andreas Wacknitz a.wackn...@gmx.de mailto:a.wackn...@gmx.de wrote: Am 29.07.2009 um 20:08 schrieb Marcus Denker: sooner or later. And I can't see that

Re: [Pharo-project] Beginner Tasks

2009-07-29 Thread Serge Stinckwich
2009/7/30 Simon Denier simon.den...@inria.fr: Stef is talking of http://www.squeaksource.com/TestServerSimple.html Now this is a rather rudimentary adaptation from a tool made by Swiss guys. It runs automatically when launching the image, loads packages and runs tests for different projects.

Re: [Pharo-project] Beginner Tasks

2009-07-29 Thread Douglas Brebner
Serge Stinckwich wrote: 2009/7/30 Simon Denier simon.den...@inria.fr: Stef is talking of http://www.squeaksource.com/TestServerSimple.html Now this is a rather rudimentary adaptation from a tool made by Swiss guys. It runs automatically when launching the image, loads packages and runs

Re: [Pharo-project] Making GLMorphic plugin work in Pharo

2009-07-29 Thread Igor Stasenko
Btw the last thing i added is Frame Buffer Object extension (see GLFboBuffer friends). It is not tested very well, and not integrated with GLCanvas. FBOs, if they are available, can be used to render into texture as if you render on screen. I planned to use it for caching the window contents

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Igor Stasenko
2009/7/30 Douglas Brebner squeakli...@fang.demon.co.uk: Andreas Wacknitz wrote: Am 29.07.2009 um 21:13 schrieb Mariano Martinez Peck: On Wed, Jul 29, 2009 at 6:06 PM, Andreas Wacknitz a.wackn...@gmx.de mailto:a.wackn...@gmx.de wrote:     Am 29.07.2009 um 20:08 schrieb Marcus Denker:

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread Igor Stasenko
2009/7/30 Igor Stasenko siguc...@gmail.com: [snip ] right, this is what i'm actually proposing.. use it in a way like: menuBuilder := OSProcess platformMenuBuilder. menuBuilder ifNotNil: [   menuBuilder addMenu: #('File Edit Help Other Boring Stuff')... ] err.. OSPlatform, not OSProcess :)

[Pharo-project] Shadowing the ivar by temps in Pharo

2009-07-29 Thread Igor Stasenko
This is not first time, i discovering that Pharo silently accepts the methods which having argument/temp names same as intance variable names. Squeak 3.10, however warns about it, upon installation and prevents edited method to be accepted until this is fixed. -- Transcript -- (doubleBuffered is

Re: [Pharo-project] SmalltalkImage current platformName [WAS] Re: Baseline test results on pharo core 10392

2009-07-29 Thread David T. Lewis
On Thu, Jul 30, 2009 at 04:40:35AM +0300, Igor Stasenko wrote: 2009/7/30 Igor Stasenko siguc...@gmail.com: [snip ] right, this is what i'm actually proposing.. use it in a way like: menuBuilder := OSProcess platformMenuBuilder. menuBuilder ifNotNil: [ ?? menuBuilder addMenu: #('File

Re: [Pharo-project] Shadowing the ivar by temps in Pharo

2009-07-29 Thread Schwab,Wilhelm K
IMHO, it is a bug. -Original Message- From: pharo-project-boun...@lists.gforge.inria.fr [mailto:pharo-project-boun...@lists.gforge.inria.fr] On Behalf Of Igor Stasenko Sent: Wednesday, July 29, 2009 8:52 PM To: Pharo Development Subject: [Pharo-project] Shadowing the ivar by temps