Re: [Pharo-project] Monticello test fixes

2008-06-20 Thread Adrian Lienhard
hehe, I was also working on those MC tests right now. For MCWorkingCopyTestsetUp I don't think you need.. repositoryGroup removeRepository: MCCacheRepository default. ..as the cache repository is not stored in the group. Else I think your changes are good. Better than what they did in 3.10,

Re: [Pharo-project] Fwd:

2008-06-20 Thread Serge Stinckwich
Yes i like it ! 2008/6/20 Noury Bouraqadi [EMAIL PROTECTED]: Cl! On 19 juin 08, at 21:33, Samuel MORELLO wrote: Here is a new version were i tried to put all the remarks. The pahr text part is more bigger. The O has now a celan external circle form. The colors have changed a little

Re: [Pharo-project] About getting supersending methods

2008-06-20 Thread Adrian Lienhard
Hi Stef, It seems like the code you posted is more complex than it needs to be. Wouldn't the following three lines of code do the same? Getting all super sending methods of a class: Morph methods select: #sendsToSuper Getting all super sending methods of a class and its

Re: [Pharo-project] About getting supersending methods

2008-06-20 Thread Adrian Lienhard
Hi Stef, It seems like the code you posted is more complex than it needs to be. Wouldn't the following three lines of code do the same? Getting all super sending methods of a class: Morph methods select: #sendsToSuper Getting all super sending methods of a class and its

Re: [Pharo-project] About getting supersending methods

2008-06-20 Thread Lukas Renggli
Using OB-Refectory you can do: Open Environment | Select Methods And enter: [ :each | each sendsToSuper ] If you do that on an already scoped browser (e.g. Open Environment | Subclasses), you get what you want even with less coding. If you think this is generally useful to find

[Pharo-project] Re: Missing PluggableTextController andPluggableTextView

2008-06-20 Thread Andrew Tween
Hi Alain Damien, Thanks to both of you. I have merged in the changes... http://source.wiresong.ca/ob/OB-Morphic-tween.48.mcz http://www.squeaksource.com/shout/Shout.3.15-tween.72.mcz Damien, please could you update the Universe Shout entry like you did before? Thanks. Andy Damien Cassou

[Pharo-project] Unimplemented calls

2008-06-20 Thread Norbert Hartl
I uploaded a new slice SLICE-UnimplementedCallsFix1 that fixes a couple of unimplemented calls. The situation isn't that worse. There were 211 and now there are 203. A bigger part of the rest seems to be etoys related and should go away automatically. Norbert

Re: [Pharo-project] Unimplemented calls

2008-06-20 Thread Stéphane Ducasse
thanks I will have to fix some part of my house tomorrow but I will issue MVC 3 and some other items. stef On Jun 20, 2008, at 10:13 PM, Norbert Hartl wrote: I uploaded a new slice SLICE-UnimplementedCallsFix1 that fixes a couple of unimplemented calls. The situation isn't that worse.

[Pharo-project] random cleanups

2008-06-20 Thread Norbert Hartl
I browsed a little bit through the image and found odd things. I deleted them in SLICE-RandomCleanup I think all of them a pretty harmless changes. Norbert ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

[Pharo-project] test run

2008-06-20 Thread Norbert Hartl
I applied all changes from the inbox and the test run showed expected results, 2 expected, 4 failures. Norbert ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project