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

2008-10-10 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

Re: [Pharo-project] About trait mop

2008-10-10 Thread Alexandre Bergel
we have - The selector of a compiled method should be its name. An aliased method should have the name of its alias name. - The class of a compiled method is the class that contains it. A compiled method cannot be shared. - The origin of a compiledMethod is its

Re: [Pharo-project] About trait mop

2008-10-10 Thread Stéphane Ducasse
We change it with marcus Now we do not have reachHome. If you want to know load the MopTraits package in PharoTaskForces in the manifesto package you can get a nice UML diagram showing the config used for the tests :) Here are the test testClass self debug: #testClass The

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

2008-10-10 Thread Alexandre Bergel
Hi! I gave a try few years ago: http://www.squeaksource.com/PackagesForSqueak The last version is: Package-alexandrebergel.56.mcz I also did an experiment to have binary format for packages in .mcz, instead of text source. Cheers, Alexandre On 9 Oct 2008, at 01:52, Bill Schwab wrote:

Re: [Pharo-project] Installer refactor

2008-10-10 Thread Alexandre Bergel
Excellent!!! Alexandre On 10 Oct 2008, at 04:24, Matthew Fulmer wrote: 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 --

Re: [Pharo-project] About trait mop

2008-10-10 Thread Adrian Lienhard
Hi Stef, I had a look and I like it, so I'll try to make your tests pass ;). I don't agree with the following, though: self assert: (D#c3) origin = D. this is a question because it could be here I think it should be Trait2, not D. The alias c3-c2 does not redefine the method in the

Re: [Pharo-project] History and SUnit

2008-10-10 Thread Adrian Lienhard
Hi Alex, I tried your extension and have the following questions/problems: - when I first run all the tests in the system, I get 4 failures (as expected) but the bar on top stays green where it should be yellow (it worked before) - I don't understand the Progress feature. What I did is run

Re: [Pharo-project] Installer refactor

2008-10-10 Thread Matthew Fulmer
On Fri, Oct 10, 2008 at 07:31:23AM +0200, St?phane Ducasse wrote: 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? But of course! it wouldn't be installer if the syntax changed. It still

Re: [Pharo-project] [ANN] 10091

2008-10-10 Thread Adrian Lienhard
Thanks for the explanation, Nicolas! This sounds reasonable. This kind of conclusion was missing for me when I read through the different bug reports on Mantis. Adrian On Oct 9, 2008, at 22:18 , nicolas cellier wrote: http://bugs.squeak.org/view.php?id=7180 +6455 +1603 +1602 Patches for

[Pharo-project] problem with cursor

2008-10-10 Thread Stéphane Ducasse
I noticed that the cursor is quite slow at getting where I point. I often have to click two times so that it appears under my mouse. Does anybody else experiencing the same. I'm using OB + packageBrowser + for a moment I thought it would be related to the demo mode font When I click sometimes

Re: [Pharo-project] Installer refactor

2008-10-10 Thread Stéphane Ducasse
On Oct 10, 2008, at 10:27 AM, Matthew Fulmer wrote: On Fri, Oct 10, 2008 at 07:31:23AM +0200, St?phane Ducasse wrote: 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? But of course! it

Re: [Pharo-project] problem with cursor

2008-10-10 Thread David Röthlisberger
Does anybody else experiencing the same. I'm using OB + packageBrowser + for a moment I thought it would be related to the demo mode font When I click sometimes the cursor simply does not move to the point. Have you tried to execute Utilities cleanseOtherworldlySteppers ? This helped me when

Re: [Pharo-project] History and SUnit

2008-10-10 Thread Alexandre Bergel
I tried your extension and have the following questions/problems: - when I first run all the tests in the system, I get 4 failures (as expected) but the bar on top stays green where it should be yellow (it worked before) that's strange. I run all the test, and it turns yellow saying: 10

Re: [Pharo-project] History and SUnit

2008-10-10 Thread Damien Pollet
On Fri, Oct 10, 2008 at 1:25 PM, Alexandre Bergel [EMAIL PROTECTED] wrote: - I don't understand the Progress feature. What I did is run the tests, then Store results, then I fixed a failing test, then Run Failures, then Show progress. But nothing happens. Maybe I did something wrong? Result

Re: [Pharo-project] #2

2008-10-10 Thread Igor Stasenko
2008/10/9 Stéphane Ducasse [EMAIL PROTECTED]: Apparently #2 value is a number? but the parser parses it. hello stef, recently i poked with scanner/parser and i wonder what possible literals/combinations are correct and what is not: - a well known: #word , #keyword(s) -- Symbolic literal #-

Re: [Pharo-project] About trait mop

2008-10-10 Thread Stéphane Ducasse
I had a look and I like it, so I'll try to make your tests pass ;). I don't agree with the following, though: self assert: (D#c3) origin = D. this is a question because it could be here I think it should be Trait2, not D. The alias c3-c2 does not redefine the method in the class; the

[Pharo-project] Re: #2

2008-10-10 Thread nicolas cellier
Igor Stasenko [EMAIL PROTECTED] writes: hello stef, recently i poked with scanner/parser and i wonder what possible literals/combinations are correct and what is not: - a well known: #word , #keyword(s) -- Symbolic literal #- #* ... etc. Symbolic literal #( ...) -- array literal

[Pharo-project] [Fwd: gmane.comp.lang.smalltalk.sapphire.devel: Authorization required]

2008-10-10 Thread nicolas cellier
One more thing strange: when i post a reply through http://comments.gmane.org/gmane.comp.lang.smalltalk.pharo.devel/2360 then i get a confirmation for the old list name: gmane.comp.lang.smalltalk.sapphire.devel Message original From: - Fri Oct 10 17:46:41 2008

[Pharo-project] Level Playing Field: an overview

2008-10-10 Thread Matthew Fulmer
On Fri, Oct 10, 2008 at 02:31:49PM +0200, St?phane Ducasse wrote: I would like to be able to get rid of PLF for loading MC1.6 or friend. There is a good reason that LPF exists. Monticello is by far the flakiest package to load with Monticello. Unless you are using an atomic loader, you are

Re: [Pharo-project] problem with cursor

2008-10-10 Thread Stéphane Ducasse
Indeed this sounds much better. What a crap. I will really curve out this etoy crap./ Stef On Oct 10, 2008, at 4:37 PM, David Röthlisberger wrote: Utilities cleanseOtherworldlySteppers ___ Pharo-project mailing list

Re: [Pharo-project] Re: #2

2008-10-10 Thread Stéphane Ducasse
Yeap it would be good to fix that. for me #2 - #'2' ## - #'#' #something that is not a ( should be #'something' Stef On Oct 10, 2008, at 5:38 PM, nicolas cellier wrote: Igor Stasenko [EMAIL PROTECTED] writes: hello stef, recently i poked with scanner/parser and i wonder what possible

Re: [Pharo-project] Re: #2

2008-10-10 Thread Igor Stasenko
2008/10/10 Stéphane Ducasse [EMAIL PROTECTED]: Yeap it would be good to fix that. for me #2 - #'2' ## - #'#' so, ##word should be treated as: '#' asSymbol word ? #something that is not a ( should be #'something' Stef On Oct 10, 2008, at 5:38 PM, nicolas cellier wrote: Igor

Re: [Pharo-project] Level Playing Field: an overview

2008-10-10 Thread Stéphane Ducasse
Matthew could you sign the license agreement (MIT) of pharo? Stef On Oct 10, 2008, at 6:04 PM, Matthew Fulmer wrote: On Fri, Oct 10, 2008 at 02:31:49PM +0200, St?phane Ducasse wrote: I would like to be able to get rid of PLF for loading MC1.6 or friend. There is a good reason that LPF

Re: [Pharo-project] Re: #2

2008-10-10 Thread Stéphane Ducasse
Yeap it would be good to fix that. for me #2 - #'2' ## - #'#' so, ##word should be treated as: '#' asSymbol word '#' asSymbol produces #'#' so I do not know if this is what I want but we could have #something - #'something' so #123 - returns a symbol and not a number. and keep #( #{

[Pharo-project] Re: #2

2008-10-10 Thread nicolas cellier
Igor Stasenko [EMAIL PROTECTED] writes: 2008/10/10 Stéphane Ducasse stephane.ducasse at inria.fr: Yeap it would be good to fix that. for me #2 - #'2' ## - #'#' so, ##word should be treated as: '#' asSymbol word ? ## is questionable: we can accept such a syntax, but what

[Pharo-project] Monticello 1.6 or 2.0?

2008-10-10 Thread Janko Mivšek
Hello, We have now three Monticellos: 1, 1.6 and 2.0. What is the Pharo plans here, to go to 1.6 then to 2.0? How to migrate old repositories like SqueakSource? When to migrate? How to persuade all Squeakers to upgrade MC in their images? That questions which are raising in my mind for a

Re: [Pharo-project] Monticello 1.6 or 2.0?

2008-10-10 Thread Stéphane Ducasse
1 and 1.6 are the same so there is no 3 mc but two. for 20 we will see when we can use repositories and what are the patterns. So for now the most important aspect is to have a robust MC 1.x with atomic loading and trait support. Stef On Oct 10, 2008, at 8:37 PM, Janko Mivšek wrote:

[Pharo-project] Re: #2

2008-10-10 Thread nicolas cellier
nicolas cellier [EMAIL PROTECTED] writes: ## is questionable: we can accept such a syntax, but what for exactly? If no valuable reason, shouldn't we better enforce syntaxic check in Parser and signal malformed statements as an error as would any other Smalltalk? Quite sure that

[Pharo-project] Re: #2

2008-10-10 Thread nicolas cellier
nicolas cellier [EMAIL PROTECTED] writes: Anyway, even with NewCompiler, #isLiteralSymbol: and also #numArgs need fixes. These two are probably related to alternate syntax experiments. Google this one: alternate syntax site:lists.squeakfoundation.org Since bugs are hanging around for too

Re: [Pharo-project] Re: Universe Browser - search

2008-10-10 Thread Dan Corneanu
I would too, but completion is not working in the dev image :) Has the shortcut changed? I use CTRL-Space. On Tue, Oct 7, 2008 at 11:40 AM, Simon Kirk [EMAIL PROTECTED] wrote: Sorry Damian: I would, but I'm afraid I don't understand what the fix actually is as described in that mantis bug.