Re: [Pharo-project] would be good to check the brekapoint behavior

2008-10-09 Thread Marcus Denker
On 09.10.2008, at 21:12, Stéphane Ducasse wrote: do you know if this code in ok for pharo? The fix I posted? Yes, we should add that and later then see if it makes sense to keep the whole breakpoint implemenation or not. Marcus Stef On Oct 9, 2008, at 8:40 PM, Marcus Denker wr

Re: [Pharo-project] Installer refactor

2008-10-09 Thread Stéphane Ducasse
Excellent! I will look at that. I never thought there were 14 classes :) You added aslo a factory? so that Installer squeaksource still work I imagine? Stef On Oct 10, 2008, at 4:24 AM, Matthew Fulmer wrote: I spent most of the day yesterday refactoring Installer. I split it up into 14 classes

Re: [Pharo-project] using this mailing list

2008-10-09 Thread Stéphane Ducasse
On Oct 9, 2008, at 10:44 PM, nicolas cellier wrote: Apologies for previous ugly formatted post... I have problems using this mailing list because: 1) I do not receive the posts directly (ncellier at ifrance dot com) I tried twice to subscribe, but did not receive any answer This is strang

Re: [Pharo-project] using this mailing list

2008-10-09 Thread Stéphane Ducasse
This is strange we will check. Stef On Oct 9, 2008, at 10:44 PM, nicolas cellier wrote: Apologies for previous ugly formatted post... I have problems using this mailing list because: 1) I do not receive the posts directly (ncellier at ifrance dot com) I tried twice to subscribe, but did not

Re: [Pharo-project] [ANN] 10091

2008-10-09 Thread Stéphane Ducasse
Thanks this is great mail! Stef On Oct 9, 2008, at 10:18 PM, nicolas cellier wrote: >> http://bugs.squeak.org/view.php?id=7180 +6455 +1603 +1602 >> >> Patches for Interval indexOf: and includes: > > I wonder about these fixes because of http://code.google.com/p/pharo/issues/detail?id=35 > > D

[Pharo-project] Installer refactor

2008-10-09 Thread Matthew Fulmer
I spent most of the day yesterday refactoring Installer. I split it up into 14 classes, so now it should be a bit easier to understand. I'll fix badly categorized methods and add some comments. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ ___ Ph

[Pharo-project] using this mailing list

2008-10-09 Thread nicolas cellier
Apologies for previous ugly formatted post... I have problems using this mailing list because: 1) I do not receive the posts directly (ncellier at ifrance dot com) I tried twice to subscribe, but did not receive any answer 2) I can not use news.gmane.org through thunderbird like other squeak l

[Pharo-project] [ANN] 10091

2008-10-09 Thread nicolas cellier
/ http://bugs.squeak.org/view.php?id=7180 +6455 +1603 +1602 />>/ />>/ Patches for Interval indexOf: and includes: />/ />/ I wonder about these fixes because of http://code.google.com/p/pharo/issues/detail?id=35 />/ />/ Did you reconsider the correctness of these fixes? They seem />/ complicate

Re: [Pharo-project] would be good to check the brekapoint behavior

2008-10-09 Thread Stéphane Ducasse
do you know if this code in ok for pharo? Stef On Oct 9, 2008, at 8:40 PM, Marcus Denker wrote: On 09.10.2008, at 18:37, Stéphane Ducasse wrote: Hi marcus you told me once that they was a breakpoint support in squeak. It would be great to have it because removing self halt in the code is

Re: [Pharo-project] [ANN] 10091

2008-10-09 Thread Stéphane Ducasse
http://bugs.squeak.org/view.php?id=7180 +6455 +1603 +1602 Patches for Interval indexOf: and includes: I wonder about these fixes because of http://code.google.com/p/pharo/issues/detail?id=35 Did you reconsider the correctness of these fixes? They seem complicated and after reading through t

Re: [Pharo-project] would be good to check the brekapoint behavior

2008-10-09 Thread Marcus Denker
On 09.10.2008, at 18:37, Stéphane Ducasse wrote: Hi marcus you told me once that they was a breakpoint support in squeak. It would be great to have it because removing self halt in the code is a pain. There is a very simple breakpoint mechanism in Squeak. It allows to set breakpoints

Re: [Pharo-project] [ANN] 10091

2008-10-09 Thread Adrian Lienhard
Hi Stef, On Oct 9, 2008, at 19:05 , Stéphane Ducasse wrote: [..] http://bugs.squeak.org/view.php?id=7180 +6455 +1603 +1602 Patches for Interval indexOf: and includes: I wonder about these fixes because of http://code.google.com/p/pharo/issues/detai

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread Matthew Fulmer
On Thu, Oct 09, 2008 at 09:22:53AM -0700, Matthew Fulmer wrote: > On Thu, Oct 09, 2008 at 10:44:34AM -0500, David Pennell wrote: > > VW runs has been on Linux since about 2001. > > Not for me. Both times I tried it (within the past year), it > gave an opaque error message while launching the VW in

[Pharo-project] [ANN] 10091

2008-10-09 Thread Stéphane Ducasse
Enjoy ;) SUnit removing %$^&*( self halt GATHER SEVERAL COLLECTION RELATED MANTIS TESTS AND FIXES http://bugs.squeak.org/view.php?id=7172 CharacterSetComplement has spoiled previous byteArrayMap optimization. Using #byteArrayMap is an

Re: [Pharo-project] would be good to check the brekapoint behavior

2008-10-09 Thread Janko Mivšek
Stéphane Ducasse wrote: you told me once that they was a breakpoint support in squeak. It would be great to have it because removing self halt in the code is a pain. Very big +1 ! It seems that only Squeak does not have a breakpoint support yet. And funny, the Squeak based Gemstone GLASS to

[Pharo-project] #2

2008-10-09 Thread Stéphane Ducasse
Apparently #2 value is a number? but the parser parses it. Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Some little syntax fix.

2008-10-09 Thread Stéphane Ducasse
I integrated the others. Stef On Oct 9, 2008, at 6:48 PM, Stéphane Ducasse wrote: Mathieu Installer is not a pharo package OB is not one as well can you publish or report your changes to the packages maintainer? Stef On Oct 9, 2008, at 2:08 PM, Mathieu Suen wrote:

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread Matthew Fulmer
On Thu, Oct 09, 2008 at 10:44:34AM -0500, David Pennell wrote: > VW runs has been on Linux since about 2001. Not for me. Both times I tried it (within the past year), it gave an opaque error message while launching the VW installer, and I couldn't figure out what to do, so I gave up. -- Matthew

Re: [Pharo-project] Some little syntax fix.

2008-10-09 Thread Stéphane Ducasse
Mathieu Installer is not a pharo package OB is not one as well can you publish or report your changes to the packages maintainer? Stef On Oct 9, 2008, at 2:08 PM, Mathieu Suen wrote: Hi, I have some little syntax fix. This will let the newcompiler recompile the image

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread Stéphane Ducasse
I got it, you want a tag system Stef On Oct 9, 2008, at 6:28 PM, Bill Schwab wrote: Stef, Just to clarify, I would like to see category become categories, and to have those free for my use vs. being hijacked by the packaging sytem. Colin replied favorably to my email; it sounds as though

[Pharo-project] would be good to check the brekapoint behavior

2008-10-09 Thread Stéphane Ducasse
Hi marcus you told me once that they was a breakpoint support in squeak. It would be great to have it because removing self halt in the code is a pain. Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inri

[Pharo-project] I'm harvesting nicolas fixes...

2008-10-09 Thread Stéphane Ducasse
___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread Bill Schwab
Stef, Just to clarify, I would like to see category become categories, and to have those free for my use vs. being hijacked by the packaging sytem. Colin replied favorably to my email; it sounds as though he has a similar idea cooking, and I gave him a few things to ponder in response. I will le

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread Bill Schwab
Dolphin has been running on Wine for a while, so get a community edition copy and give it a try. Wilhelm K. Schwab, Ph.D. University of Florida Department of Anesthesiology PO Box 100254 Gainesville, FL 32610-0254 Email: [EMAIL PROTECTED] Tel: (352) 273-6785 FAX: (352) 392-7029 >>> [EMAIL PR

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread David Pennell
VW runs has been on Linux since about 2001. On Thu, Oct 9, 2008 at 9:26 AM, Matthew Fulmer <[EMAIL PROTECTED]> wrote: > > I really wish I could try out Dolphin and VW and see what I am > missing, but they don't run on linux. > ___ Pharo-project mailing

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread Stéphane Ducasse
Good to know I really want to get rid of category too. Stef On Oct 9, 2008, at 4:26 PM, Matthew Fulmer wrote: On Thu, Oct 09, 2008 at 06:56:44AM -0400, Bill Schwab wrote: Thanks for the reply. Please do not feel attacked in any way by this, but you have beautifully illustrated my point: I

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread Matthew Fulmer
On Thu, Oct 09, 2008 at 06:56:44AM -0400, Bill Schwab wrote: > Thanks for the reply. Please do not feel attacked in any way by this, > but you have beautifully illustrated my point: I am not asking to put > method in multiple *packages*, I am asking to free categories to do what > they *should* do

Re: [Pharo-project] how to register a tool in the open menu?

2008-10-09 Thread Damien Cassou
On Thu, Oct 9, 2008 at 2:34 PM, Stéphane Ducasse <[EMAIL PROTECTED]> wrote: > this is MethodFinder in Pharo You must add it to the Universes. The how-to is at http://wiki.squeak.org/squeak/5899. Each time you make a significant update to the package and you think it's stable, you will also have t

Re: [Pharo-project] how to register a tool in the open menu?

2008-10-09 Thread Stéphane Ducasse
this is MethodFinder in Pharo <[EMAIL PROTECTED]> wrote: Damien could you add the MethodFinder to the tools you add to the oneClick image. As soon as you tell me it's ready and its repository. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http:

[Pharo-project] Some little syntax fix.

2008-10-09 Thread Mathieu Suen
Hi, I have some little syntax fix. This will let the newcompiler recompile the image. Mth LittleSyntaxFixs.3.cs Description: Binary data ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bi

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread Bill Schwab
Thanks for the reply. Please do not feel attacked in any way by this, but you have beautifully illustrated my point: I am not asking to put method in multiple *packages*, I am asking to free categories to do what they *should* do, which is tag methods in ways I find useful. PackageInfo (not to de

Re: [Pharo-project] Monticello: an idealist question

2008-10-09 Thread Damien Pollet
On Thu, Oct 9, 2008 at 4:33 AM, Matthew Fulmer <[EMAIL PROTECTED]> wrote: > PackageInfo is not that complicated. Some might even say it's rather simplistic >:] It would make sense to have real objects reify the code organization. > Can you give me an example of why you want one method in two > pa

[Pharo-project] Pharo one click on Win32 - VM fix available + new Freetype plugin

2008-10-09 Thread Torsten Bergmann
The Pharo one click VM for Win32 still has the full screen problem, which is already fixed for Squeak by Andreas with a newer VM. See http://bugs.squeak.org/view.php?id=6818 for details and the new sources. There is also a new build of the external Freetype Plugin. See http://lists.squeakfounda

Re: [Pharo-project] SLICE-Mantis-Collection-Fix-mining-nice-2

2008-10-09 Thread Stéphane Ducasse
**Thanks** I will harvest that stef On Oct 9, 2008, at 12:54 AM, nicolas cellier wrote: I have uploaded a SLICE in PharoInbox gathering some more or less important collection fixes from mantis. GATHER SEVERAL COLLECTION RELATED MANTIS TESTS AND FIXES ---

Re: [Pharo-project] SLICE-Mantis-Collection-Fix-mining-nice-2

2008-10-09 Thread Stéphane Ducasse
**Thanks** I will harvest that stef On Oct 9, 2008, at 12:54 AM, nicolas cellier wrote: I have uploaded a SLICE in PharoInbox gathering some more or less important collection fixes from mantis. GATHER SEVERAL COLLECTION RELATED MANTIS TESTS AND FIXES ---

Re: [Pharo-project] Polymorph

2008-10-09 Thread Damien Cassou
On Wed, Oct 8, 2008 at 9:54 PM, Stéphane Ducasse <[EMAIL PROTECTED]> wrote: > why don't you provide a PolymorphAll package which lists all the other as > required. This is a good solution for developers but not for the universe. In the Universe, you have to declare all subpackages. -- Damien Cas

Re: [Pharo-project] how to register a tool in the open menu?

2008-10-09 Thread Damien Cassou
On Wed, Oct 8, 2008 at 8:07 PM, Stéphane Ducasse <[EMAIL PROTECTED]> wrote: > Damien could you add the MethodFinder to the tools you add to the oneClick > image. As soon as you tell me it's ready and its repository. -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us go