Re: [Pharo-project] iphone testers for fractions calculator needed

2009-06-04 Thread John McIntosh
This squeak app went live in the iTunes app store at 6:07pm PST June 3rd, the typical 7 day app review cycle. http://www.mobilewikiserver.com/Fraction.html On Sat, May 16, 2009 at 11:35 PM, John M McIntosh john...@smalltalkconsulting.com wrote: I've built a fractions calculator for the iPhone

Re: [Pharo-project] an odd bug

2009-06-04 Thread Stéphane Ducasse
in hte past there were project = subworld and a property couuld be local to the world or not. On Jun 3, 2009, at 10:24 PM, Sean Allen wrote: 2009/6/3 Mariano Martinez Peck marianop...@gmail.com I didn't know that. logDebuggerStackToFile is the option? It's strange because this is enable

Re: [Pharo-project] Fixes I had to make to the latest pharo image to be able to work with it

2009-06-04 Thread Stéphane Ducasse
Thanks. I think that for the MouseOverHandler it would be good to know if this is related to Sensor changes. Mike what you think? Stef On Jun 3, 2009, at 11:38 PM, Hernan Wilkinson wrote: Hi, I know this is not the right way to send fixes, but it is the fastest... so maybe it is useful

Re: [Pharo-project] an odd bug

2009-06-04 Thread Michael Rueger
Stéphane Ducasse wrote: Thanks. I think that for the MouseOverHandler it would be good to know if this is related to Sensor changes. Mike what you think? It shouldn't. On the Morphic side there weren't any changes to process behavior, it still pulls the events out of the queue in the

[Pharo-project] Aconcagua and latest pharo version

2009-06-04 Thread Hernan Wilkinson
Some Aconcagua 2.0 test fail in the latest version. The reason is related to the changes made to ScaledDecimal that now does a #coerce:The coerce sends the message isFraction, but a Measure could be a fraction but not an instance of class Fraction, for example: 1/2 meters. I know this could sound

[Pharo-project] [ANN][Dev-Images] June 2009 versions

2009-06-04 Thread Damien Cassou
Hi, I've just uploaded new dev and web images based on Squeak3.9.1-7075, Squeak3.10.2-7179 and Pharo0.1-10324. More information and download: http://damiencassou.seasidehosting.st/Smalltalk/squeak-dev Pharo-based images can be downloaded at: http://pharo-project.org/download Download statistics

Re: [Pharo-project] an odd bug

2009-06-04 Thread Hernan Wilkinson
hmm, let me rectify what I said. Yesterday I had to errors related to this bug. The first one is the one that Sean says and I sent the fix in other mail. It check for leftMorphs to be nil in the method noticeMouseOver: event:I look for sender of that message and are HandMorph and Morph, so that is

Re: [Pharo-project] Fixes I had to make to the latest pharo image to be able to work with it

2009-06-04 Thread David Röthlisberger
Hi Hernan, thanks for your fixes! Some comments of mine: All the rest are OB related. 4) When pressing the mouse right button (on windows) I had a error saying OBTextSelection does not understand #isClassNode, so I implemented returning false. Again, I did not verify if an

[Pharo-project] AutomaticMethodCategorizer in Pharo

2009-06-04 Thread Mariano Martinez Peck
Hi folks. I really like the AutomaticMethodCategorizer from Squeak. I see they are not included in Pharo dev images. Is this just a preference or they don't work on pharo? I didn't found them in squeaksource. So, how can I install AutomaticMethodCategorizer and AutomaticMethodCategorizerOB in

Re: [Pharo-project] AutomaticMethodCategorizer in Pharo

2009-06-04 Thread Damien Cassou
2009/6/4 Mariano Martinez Peck marianop...@gmail.com: Hi folks. I really like the AutomaticMethodCategorizer from Squeak. I see they are not included in Pharo dev images. Is this just a preference or they don't work on pharo? I didn't found them in squeaksource. So, how can I install

Re: [Pharo-project] an odd bug

2009-06-04 Thread Hernan Wilkinson
I was going to suggest exactly that.As a rule, I never use nil because if you do it you will have to check for it somewhere... nil is the root of most of the problems! if not, look at all the errors I fixed in the other mail, most of them are because nil is being used. So, instead of nil, another

Re: [Pharo-project] an odd bug

2009-06-04 Thread Steve Wirts
That's the Null Object Pattern! http://en.wikipedia.org/wiki/Null_Object_pattern 2009/6/4 Hernan Wilkinson hernan.wilkin...@gmail.com I was going to suggest exactly that.As a rule, I never use nil because if you do it you will have to check for it somewhere... nil is the root of most of the

Re: [Pharo-project] [ANN][Dev-Images] June 2009 versions

2009-06-04 Thread Schwab,Wilhelm K
Damien, All, I tried the web image, and I'm glad I did. I cannot in good conscience rave about the keyboard response, but it is much improved over recent versions, and the anti-aliased text is stunning. well-intentioned-rant OmniBrowser is too slow for its own good, at lest in my experience.

Re: [Pharo-project] an odd bug

2009-06-04 Thread Hernan Wilkinson
yes, but not only that... I also create complete objects from its very first time. For example, instead of:Date new day:1; moth:1; year: 2009. I do: Date newDay: 1 moth: 1 year: 2009. That way you will never have an invalid Date 2009/6/4 Steve Wirts stevewi...@gmail.com That's the Null Object

[Pharo-project] [ANN] Update #10325

2009-06-04 Thread Adrian Lienhard
- fix MethodDictionary#do: (used by OCompletion) - 863: Disable font scanning at startup - 842: License cleaning: remove SkipList - 842: License cleaning: remove topologicallySortedUsing:, sortTopologically, should:precede:, and their tests ___ http://www.adrian-lienhard.ch/

[Pharo-project] HScaleMorph and VScaleMorph in Polymorph

2009-06-04 Thread Adrian Lienhard
Hi Gary, Recently, I removed the class ScaleMorph because it was not license clean and it was not used. Only now I've noticed that there are indirect subclasses in Polymorph (HScaleMorph and VScaleMorph inheriting from FixedScaleMorph). Can we remove these three classes? They are not

[Pharo-project] [ANN] RevertHTTPSocketSystemWindow

2009-06-04 Thread Gabriel Cotelli
Name: SLICE-RevertHTTPSocketSystemWindow-GabrielOmarCotelli.2 Author: GabrielOmarCotelli Time: 4 June 2009, 8:02:26 pm UUID: 9c77c9bb-bfbb-dd42-90dc-d4f2a61f01e4 Ancestors: SLICE-RevertHTTPSocketSystemWindow-GabrielOmarCotelli.1 Dependencies: Morphic-GabrielOmarCotelli.314,

[Pharo-project] SharedQueue

2009-06-04 Thread Gabriel Cotelli
Hi, anybody knows why exists SharedQueue2 ?? Seem to be used only in test cases... Gabriel ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] SharedQueue

2009-06-04 Thread Marcus Denker
On 04.06.2009, at 19:09, Gabriel Cotelli wrote: Hi, anybody knows why exists SharedQueue2 ?? Seem to be used only in test cases... There used to be problems with SharedQueue, so Lex Spoon (I think) proposed to use a Monitor based one with tests. We added that to 3.9 at some point, with

[Pharo-project] [ANN] More Rewrite

2009-06-04 Thread Gabriel Cotelli
Name: SLICE-MorphicInitializeRewrite-GabrielOmarCotelli.2 Author: GabrielOmarCotelli Time: 4 June 2009, 9:02:38 pm UUID: 60b72201-3d93-a74a-8473-6a74e2346452 Ancestors: SLICE-MorphicInitializeRewrite-GabrielOmarCotelli.1 Dependencies: Files-GabrielOmarCotelli.ducasse.51,