[Pharo-project] Fwd: Recherche des ingénieurs en développement Smalltalk

2010-08-27 Thread Stéphane Ducasse
reply to y...@gconsept.com Original Message Subject: Recherche des ingénieurs en développement Smalltalk Date: Thu, 26 Aug 2010 16:42:27 +0200 From: Yohan CHOQUER y...@gconsept.com To: herve.ver...@univ-savoie.fr herve.ver...@univ-savoie.fr

Re: [Pharo-project] [squeak-dev] Experimental Cocoa OS-X based Squeak Cog JIT VM 5.8b3.

2010-08-27 Thread Mariano Martinez Peck
2010/8/27 John M McIntosh john...@smalltalkconsulting.com On 2010-08-26, at 11:52 AM, Mariano Martinez Peck wrote: A difference I found with Eliot VM and your previous ones is shortcuts. In eliot image, to select words, I do shift + ctrl + narrow, or shift + command + narrow. In yours, I

Re: [Pharo-project] 'foo' asTime

2010-08-27 Thread Stéphane Ducasse
johan thanks Now get the reflex to create an issue else we get flooded of information. I will integrate them now. Stef On Aug 26, 2010, at 2:34 PM, Johan Brichau wrote: On 26 Aug 2010, at 04:47, Guillermo Polito wrote: And now, because of fixing IntegerreadFrom:, 'foo' asTime throws an

[Pharo-project] About webclient.ppm.73

2010-08-27 Thread stephane ducasse
hi philippe I wanted to integrate it in 1.2 but I have 5 conflicts. Should I juste load? Is it for 1.2? Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

[Pharo-project] about ValueAdapter

2010-08-27 Thread stephane ducasse
Bill I scanned the code. Could you - reformat your code? put space after : align on the first tab - get some more tests? - I could not see the class comments but if there are none then please adde something. - did you check

Re: [Pharo-project] [squeak-dev] Experimental Cocoa OS-X based Squeak Cog JIT VM 5.8b3.

2010-08-27 Thread John M McIntosh
That's a bug, well actually apple changed something between 10.5 and 10.6 I've a fix pending. On 2010-08-27, at 12:42 AM, Mariano Martinez Peck wrote: 2010/8/27 John M McIntosh john...@smalltalkconsulting.com On 2010-08-26, at 11:52 AM, Mariano Martinez Peck wrote: A difference I

Re: [Pharo-project] hasInstanceVariableNamed: hasClassVariableNamed:

2010-08-27 Thread Stéphane Ducasse
what about ClassDescriptionchooseInstVarThenDo: aBlock ClassDescriptionchooseInstVarAlphabeticallyThenDo: aBlock ClassDescriptionchooseClassVarName should I really comment I will fix them. On Aug 26, 2010, at 4:08 PM, Stéphane Ducasse wrote: I tend to agree but not quite :)

Re: [Pharo-project] [SPAM] About webclient.ppm.73

2010-08-27 Thread Sven Van Caekenberghe
I could have a look, if you tell me where I can find it... On 27 Aug 2010, at 10:22, stephane ducasse wrote: hi philippe I wanted to integrate it in 1.2 but I have 5 conflicts. Should I juste load? Is it for 1.2? Stef ___ Pharo-project

[Pharo-project] class API question

2010-08-27 Thread Stéphane Ducasse
We are not consistent: do we want renameInstVar:to: or removeInstVarName: I prefer that. We have addInstVarName: - should be addInstVarNamed: from my taste Now we want to have first class instance variable in the

Re: [Pharo-project] [SPAM] About webclient.ppm.73

2010-08-27 Thread Stéphane Ducasse
this is in the inbox Stef On Aug 27, 2010, at 10:47 AM, Sven Van Caekenberghe wrote: I could have a look, if you tell me where I can find it... On 27 Aug 2010, at 10:22, stephane ducasse wrote: hi philippe I wanted to integrate it in 1.2 but I have 5 conflicts. Should I juste load?

Re: [Pharo-project] hasInstanceVariableNamed: hasClassVariableNamed:

2010-08-27 Thread Marcus Denker
On Aug 27, 2010, at 10:31 AM, Stéphane Ducasse wrote: what about ClassDescriptionchooseInstVarThenDo: aBlock ClassDescriptionchooseInstVarAlphabeticallyThenDo: aBlock ClassDescriptionchooseClassVarName should I really comment I will fix them. This should not be in

Re: [Pharo-project] hasInstanceVariableNamed: hasClassVariableNamed:

2010-08-27 Thread Stéphane Ducasse
for example we have addClassVarName: classVarNamed: classVarNamed:put: removeClassVarName: I will rename addClassVarName: removeClassVarName: to be addClassVarNamed: removeClassVarNamed: consistency Stef

Re: [Pharo-project] class API question

2010-08-27 Thread Marcus Denker
On Aug 27, 2010, at 11:02 AM, Stéphane Ducasse wrote: We are not consistent: do we want renameInstVar:to: or removeInstVarName: I prefer that. We have addInstVarName: - should be addInstVarNamed: from my taste

Re: [Pharo-project] Experimental Cocoa OS-X based Squeak Cog JIT VM 5.8b3.

2010-08-27 Thread Sven Van Caekenberghe
On 26 Aug 2010, at 21:44, Sven Van Caekenberghe wrote: I hope the linux VM is equally fast. Is the COG VM capable of running headless on Linux ? s...@bladerunner:~/Smalltalk$ ./coglinux/bin/squeak -version 3.9-7 #2 Wed Aug 18 19:45:40 GMT 2010 gcc 4.1.2 Croquet Closure Cog VM [CoInterpreter

Re: [Pharo-project] hasInstanceVariableNamed: hasClassVariableNamed:

2010-08-27 Thread Henrik Johansen
*Cough* deprecate *cough* ;) Cheers, Henry On Aug 27, 2010, at 10:51 44AM, Stéphane Ducasse wrote: for example we have addClassVarName: classVarNamed: classVarNamed:put: removeClassVarName: I will rename addClassVarName: removeClassVarName:

[Pharo-project] could we fix MorphicModel

2010-08-27 Thread stephane ducasse
gary? Do you have surgeon knife? Because I do not see why slider need to depend on that wonderfully designed code. use: cachedSelector orMakeModelSelectorFor: selectorBody in: selectorBlock | selector | model ifNil: [^ nil]. cachedSelector ifNil:

Re: [Pharo-project] class API question

2010-08-27 Thread Stéphane Ducasse
done :) I could not let that like that. Stef On Aug 27, 2010, at 11:11 AM, Marcus Denker wrote: On Aug 27, 2010, at 11:02 AM, Stéphane Ducasse wrote: We are not consistent: do we want renameInstVar:to: or removeInstVarName:

Re: [Pharo-project] hasInstanceVariableNamed: hasClassVariableNamed:

2010-08-27 Thread Stéphane Ducasse
*Cough* deprecate *cough* ;) what you got a flu :) Of course this is done and I would like to have a refactoring called renameDeprecate :) Lukas? :) Stef Cheers, Henry On Aug 27, 2010, at 10:51 44AM, Stéphane Ducasse wrote: for example we have addClassVarName:

Re: [Pharo-project] class API question

2010-08-27 Thread Lukas Renggli
I think it would be beneficial to adapt the protocol of the refactoring browser. It especially spells out all the names: #addInstanceVariable: #allInstanceVariableNames #instanceVariableNames Lukas On 27 August 2010 11:50, Stéphane Ducasse stephane.duca...@inria.fr wrote: done :)

Re: [Pharo-project] class API question

2010-08-27 Thread Jorge Ressia
Yep, It would be much better to sell out the names. On Fri, Aug 27, 2010 at 11:53 AM, Lukas Renggli reng...@gmail.com wrote: I think it would be beneficial to adapt the protocol of the refactoring browser. It especially spells out all the names:    #addInstanceVariable:    

[Pharo-project] [update 1.2] #12115

2010-08-27 Thread Stéphane Ducasse
12115 - - Issue 2825: [[true] whileTrue] fork cannot be interrupted. Thanks Henrik Johanssen. - Issue 2860: make Dictionary at:ifAbsent use ifNil:ifNotNil. Thanks Marcus Denker - Issue 2570: Removed implicit conversion of DateAndTime equality-testing argument. Thanks Chris Mueller.

Re: [Pharo-project] class API question

2010-08-27 Thread Stéphane Ducasse
I think it would be beneficial to adapt the protocol of the refactoring browser. It especially spells out all the names: #addInstanceVariable: #allInstanceVariableNames #instanceVariableNames Lukas I thought about it too but since we will add first class instances variables

Re: [Pharo-project] 'foo' asTime

2010-08-27 Thread Johan Brichau
err, yes it actually still is this one: http://code.google.com/p/pharo/issues/detail?id=2854 :-) On 27 Aug 2010, at 10:16, Stéphane Ducasse wrote: johan thanks Now get the reflex to create an issue else we get flooded of information. I will integrate them now. Stef On Aug 26, 2010,

Re: [Pharo-project] 'foo' asTime

2010-08-27 Thread Stéphane Ducasse
Ok normally this is integrated now. On Aug 27, 2010, at 12:11 PM, Johan Brichau wrote: err, yes it actually still is this one: http://code.google.com/p/pharo/issues/detail?id=2854 :-) On 27 Aug 2010, at 10:16, Stéphane Ducasse wrote: johan thanks Now get the reflex to create an

Re: [Pharo-project] Sprint at esug

2010-08-27 Thread Noury Bouraqadi
On 26 août 2010, at 16:04, Alexandre Bergel wrote: Hi! I just created an entry in the google site: http://code.google.com/p/pharo/wiki/PharoSprints It is scheduled for Sunday 12, as part of the Camp Smalltalk. Good! I'll be there :-) Please, add yourself if you wish to join. It

[Pharo-project] what about putting RBengine in pharo1.2 core?

2010-08-27 Thread Stéphane Ducasse
marcus like that we do not have to load it all the time. I could esaily update scriptloader to make sure that we do not save these packages. Stef ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] what about putting RBengine in pharo1.2 core?

2010-08-27 Thread Lukas Renggli
I wouldn't pre-load it. There is really no point for many deployed applications to have it in there. Lukas On 27 August 2010 13:33, Stéphane Ducasse stephane.duca...@inria.fr wrote: marcus like that we do not have to load it all the time. I could esaily update scriptloader to make sure that we

Re: [Pharo-project] what about putting RBengine in pharo1.2 core?

2010-08-27 Thread Mariano Martinez Peck
On Fri, Aug 27, 2010 at 1:41 PM, Lukas Renggli reng...@gmail.com wrote: I wouldn't pre-load it. There is really no point for many deployed applications to have it in there. You can unload it in #cleanUpForRelease or #cleanUpForProduction. But I wouldn't pre-load it neither i think (I am not

Re: [Pharo-project] about ValueAdapter

2010-08-27 Thread Schwab,Wilhelm K
Stef, I generally spend most of my time trying to avoid having the RB do what you are describing, but it should be that simple, right? As you have noticed, the adapters are very crude, but tests are certainly a good idea. One thing that I miss is a good place to put package comments; I

Re: [Pharo-project] what about putting RBengine in pharo1.2 core?

2010-08-27 Thread Stéphane Ducasse
sure this is just that during the unstable phase we need better tools. We want to run SmallLint. The problem is that generate a new image every 20 min when I integrate and I do not want to spend my time load ob and rb. After we will unload it. And yes I should work on a configuration of pharo

Re: [Pharo-project] about ValueAdapter

2010-08-27 Thread Stéphane Ducasse
there are a lot of methods to print time and date as well as number and I thought that your adaptor would benefit from them. Stef On Aug 27, 2010, at 1:49 PM, Schwab,Wilhelm K wrote: Stef, I generally spend most of my time trying to avoid having the RB do what you are describing, but it

[Pharo-project] [update 1.2] #12116

2010-08-27 Thread Stéphane Ducasse
12116 - merging webclient pmm 73 ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Re: [Pharo-project] About webclient.ppm.73

2010-08-27 Thread Philippe Marschall
On 08/27/2010 10:22 AM, stephane ducasse wrote: hi philippe I wanted to integrate it in 1.2 but I have 5 conflicts. Should I juste load? Is it for 1.2? No, it's not. Do you have WebClient already in 1.2 and are trying to merge against it? If so I can have a look at it. Cheers Philippe

Re: [Pharo-project] [update 1.2] #12116

2010-08-27 Thread Sven Van Caekenberghe
On 27 Aug 2010, at 15:16, Stéphane Ducasse wrote: 12116 - merging webclient pmm 73 It seems that every time I upgrade 1.2a using SystemSoftware Update, the version of WebClient-Test reverts as well. As I told you, your (older) version gives more unit test errors ;-) Sven

Re: [Pharo-project] what about putting RBengine in pharo1.2 core?

2010-08-27 Thread laurent laffont
On Fri, Aug 27, 2010 at 3:06 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: sure this is just that during the unstable phase we need better tools. We want to run SmallLint. The problem is that generate a new image every 20 min when I integrate and I do not want to spend my time load

Re: [Pharo-project] about ValueAdapter

2010-08-27 Thread Schwab,Wilhelm K
Stef, Got it - I thought you might have meant something completely different. For example, I had a really cool #printOn: method that I had to suppress because the inspector was parsing the text and changing things as a result - aGG! :) Re other methods in the image. My goal

Re: [Pharo-project] Why is Stack extending from LinkedList?

2010-08-27 Thread Levente Uzonyi
On Thu, 26 Aug 2010, Bart Gauquie wrote: Hi list, is there a specific reason Stack is extending from LinkedList, instead of using a LinkedList internally? To me, it seems that the protocol that LinkedList, SequenceableCollection, ... provides is not the protocol you expect from a Stack? Any

Re: [Pharo-project] Why is Stack extending from LinkedList?

2010-08-27 Thread Bart Gauquie
Good thinking, remove Stack then? On Thu, Aug 26, 2010 at 1:33 PM, Lukas Renggli reng...@gmail.com wrote: I wonder why there is the need for a stack class at all? OrderedCollection is the class designed to do Stacks and Queues efficiently and portably, see #addFirst:, #addLast:, #first,

Re: [Pharo-project] Why is Stack extending from LinkedList?

2010-08-27 Thread Guillermo Polito
In my machine: o := OrderedCollection new: 1000. 1 to: 1000 do: [ :each | o add: each ]. [ 10 timesRepeat: [ o addFirst: o removeLast ] ] timeToRun. == 12842 o := LinkedList new: 1000. 1 to: 1000 do: [ :each | o add: each ]. [ 10 timesRepeat: [ o addFirst: o removeLast ] ] timeToRun.

Re: [Pharo-project] Why is Stack extending from LinkedList?

2010-08-27 Thread Levente Uzonyi
On Thu, 26 Aug 2010, Lukas Renggli wrote: I wonder why there is the need for a stack class at all? OrderedCollection is the class designed to do Stacks and Queues efficiently and portably, see #addFirst:, #addLast:, #first, #last, #removeFirst, #removeLast. If so, then there are some

Re: [Pharo-project] Why is Stack extending from LinkedList?

2010-08-27 Thread Nicolas Cellier
2010/8/27 Levente Uzonyi le...@elte.hu: On Thu, 26 Aug 2010, Lukas Renggli wrote: I wonder why there is the need for a stack class at all? OrderedCollection is the class designed to do Stacks and Queues efficiently and portably, see #addFirst:, #addLast:, #first, #last, #removeFirst,

Re: [Pharo-project] Why is Stack extending from LinkedList?

2010-08-27 Thread Levente Uzonyi
On Fri, 27 Aug 2010, Nicolas Cellier wrote: 2010/8/27 Levente Uzonyi le...@elte.hu: On Thu, 26 Aug 2010, Lukas Renggli wrote: I wonder why there is the need for a stack class at all? OrderedCollection is the class designed to do Stacks and Queues efficiently and portably, see #addFirst:,

Re: [Pharo-project] Why is Stack extending from LinkedList?

2010-08-27 Thread Levente Uzonyi
On Fri, 27 Aug 2010, Guillermo Polito wrote: In my machine: o := OrderedCollection new: 1000. 1 to: 1000 do: [ :each | o add: each ]. [ 10 timesRepeat: [ o addFirst: o removeLast ] ] timeToRun. == 12842 o := LinkedList new: 1000. 1 to: 1000 do: [ :each | o add: each ]. [ 10

[Pharo-project] [update 1.2] #12118

2010-08-27 Thread Stéphane Ducasse
12118 - Enhancing method reference with benjamin. 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] Experimental Cocoa OS-X based Squeak Cog JIT VM 5.8b3.

2010-08-27 Thread Eliot Miranda
On Fri, Aug 27, 2010 at 1:59 AM, Sven Van Caekenberghe s...@beta9.bewrote: On 26 Aug 2010, at 21:44, Sven Van Caekenberghe wrote: I hope the linux VM is equally fast. Is the COG VM capable of running headless on Linux ? We routinely run it headless on linux using -vm-display-null.

[Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Bart Gauquie
Dear list, I was showing off Pharo to a colleague today and was surprised that. My quick introduction of adding new methods on existing system classes StringfirstLetter ^self copyFrom: 1 to: 1 - extension on String worked immediately. But that: in the MethodFinder evaluating: 'tried'.'t' did

Re: [Pharo-project] Running Pharo on a headless Ubuntu server

2010-08-27 Thread Jan van de Sandt
Hello, When I run squeakvm directly it works! Thanks for the tip. Jan. On Thu, Aug 26, 2010 at 11:37 PM, Sven Van Caekenberghe s...@beta9.bewrote: Jan, On 26 Aug 2010, at 22:42, Jan van de Sandt wrote: Hello, I am trying to run a Pharo Seaside image on an Ubunbtu 10.04 server. When

Re: [Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Marcus Denker
On Aug 27, 2010, at 8:59 PM, Bart Gauquie wrote: Dear list, I was showing off Pharo to a colleague today and was surprised that. My quick introduction of adding new methods on existing system classes StringfirstLetter ^self copyFrom: 1 to: 1 - extension on String worked

Re: [Pharo-project] About webclient.ppm.73

2010-08-27 Thread Stéphane Ducasse
On Aug 27, 2010, at 3:45 PM, Philippe Marschall wrote: On 08/27/2010 10:22 AM, stephane ducasse wrote: hi philippe I wanted to integrate it in 1.2 but I have 5 conflicts. Should I juste load? Is it for 1.2? No, it's not. Do you have WebClient already in 1.2 and are trying to merge

Re: [Pharo-project] [update 1.2] #12116

2010-08-27 Thread Stéphane Ducasse
On Aug 27, 2010, at 3:46 PM, Sven Van Caekenberghe wrote: On 27 Aug 2010, at 15:16, Stéphane Ducasse wrote: 12116 - merging webclient pmm 73 It seems that every time I upgrade 1.2a using SystemSoftware Update, the version of WebClient-Test reverts as well. Strange where is

Re: [Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Nicolas Cellier
2010/8/27 Bart Gauquie bart.gauq...@gmail.com: Dear list, I was showing off Pharo to a colleague today and was surprised that. My quick introduction of adding new methods on existing system classes StringfirstLetter ^self copyFrom: 1 to: 1 - extension on String worked immediately. But

Re: [Pharo-project] what about putting RBengine in pharo1.2 core?

2010-08-27 Thread Stéphane Ducasse
Hudson isn't your friend for this ? no when I batch fixes I cannot wait for something that start and can take 15 min. I prefer to update often to separate commit for tracebility so speed in making new image is important. It is already so slow. Stef

Re: [Pharo-project] about ValueAdapter

2010-08-27 Thread Stéphane Ducasse
On Aug 27, 2010, at 4:46 PM, Schwab,Wilhelm K wrote: Stef, Got it - I thought you might have meant something completely different. For example, I had a really cool #printOn: method that I had to suppress because the inspector was parsing the text and changing things as a result -

Re: [Pharo-project] Why is Stack extending from LinkedList?

2010-08-27 Thread Stéphane Ducasse
On Aug 27, 2010, at 6:32 PM, Levente Uzonyi wrote: On Thu, 26 Aug 2010, Bart Gauquie wrote: Hi list, is there a specific reason Stack is extending from LinkedList, instead of using a LinkedList internally? To me, it seems that the protocol that LinkedList, SequenceableCollection, ...

Re: [Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Stéphane Ducasse
Now what we should do is probably to get a more dynamic way to tag methods because not methodFinder has a huge baglog of selectors and it is probably not in sync with the system We were thinking about using pragma to tag methods that should not be executed but we need a proof of concept.

Re: [Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Marcus Denker
Smalltalk.true. takes a while, but it does not try to call #quitPrimitive. Which it would if Methodfinder would not be based on a positive list. Ah, and a negative list was I think not used as it is too dangerous wrt. to completenes. If the positive list is incomplete, you miss a

Re: [Pharo-project] [update 1.2] #12116

2010-08-27 Thread Sven Van Caekenberghe
On 27 Aug 2010, at 21:19, Stéphane Ducasse wrote: Strange where is the other tests packages? in the inbox? No, I mean the latest version in Andreas' WebClient repo. ___ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr

Re: [Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Eliot Miranda
2010/8/27 Marcus Denker marcus.den...@inria.fr On Aug 27, 2010, at 8:59 PM, Bart Gauquie wrote: Dear list, I was showing off Pharo to a colleague today and was surprised that. My quick introduction of adding new methods on existing system classes StringfirstLetter ^self copyFrom: 1 to:

Re: [Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Eliot Miranda
2010/8/27 Marcus Denker marcus.den...@inria.fr Smalltalk.true. takes a while, but it does not try to call #quitPrimitive. Which it would if Methodfinder would not be based on a positive list. Ah, and a negative list was I think not used as it is too dangerous wrt. to completenes. If the

Re: [Pharo-project] Experimental Cocoa OS-X based Squeak Cog JIT VM 5.8b3.

2010-08-27 Thread Sven Van Caekenberghe
It works now: I tried closing all open windows in the image and now it runs headless. I thought that wasn't necessary with other VMs but maybe I always did so without thinking about it. Thanks for answering, Eliot. Sven On 27 Aug 2010, at 20:46, Eliot Miranda wrote: On Fri, Aug 27, 2010 at

Re: [Pharo-project] could we fix MorphicModel

2010-08-27 Thread Gary Chambers
Indeed, one of the more beautiful bits of Etoys... Regards, Gary Sent from my iPad On 27 Aug 2010, at 10:29, stephane ducasse stephane.duca...@free.fr wrote: gary? Do you have surgeon knife? Because I do not see why slider need to depend on that wonderfully designed code. use:

Re: [Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Bart Gauquie
Eliot, I think the simulation path is good suggestion. Did a quick test for instance on: ContextPart classtrace: aBlock on: aStream and modified ^ thisContext sender runSimulated: aBlock contextAtEachStep: [:current | (current receiver == Smalltalk) added ifTrue: [self error: 'you cant

Re: [Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Stéphane Ducasse
Ok if I understand you mean you interpret everything on the copy of the inputs and you run until you either get an ok primitives or you stop on not ok one. Could be a nice way to stress runSimulated: :) Stef Ah, and a negative list was I think not used as it is too dangerous wrt. to

Re: [Pharo-project] [update 1.2] #12116

2010-08-27 Thread Stéphane Ducasse
Ah ok! I just took the one in your repo because I was not sure about the other. I will do that tomorrow. Stef On Aug 27, 2010, at 9:36 PM, Sven Van Caekenberghe wrote: On 27 Aug 2010, at 21:19, Stéphane Ducasse wrote: Strange where is the other tests packages? in the inbox? No, I

Re: [Pharo-project] Why is Stack extending from LinkedList?

2010-08-27 Thread Levente Uzonyi
On Fri, 27 Aug 2010, Stéphane Ducasse wrote: On Aug 27, 2010, at 6:32 PM, Levente Uzonyi wrote: On Thu, 26 Aug 2010, Bart Gauquie wrote: Hi list, is there a specific reason Stack is extending from LinkedList, instead of using a LinkedList internally? To me, it seems that the protocol that

Re: [Pharo-project] about ValueAdapter

2010-08-27 Thread Schwab,Wilhelm K
Stef, Re survival, I might have been concerned about possible poor behavior of the methods you mention, or that you might soon remove then in cleaning. I really don't remember. I will indeed present the adapters as part of a larger whole. That will take time to evolve though. I think some

Re: [Pharo-project] Why has MethodFinder a fixed list of results?

2010-08-27 Thread Eliot Miranda
On Fri, Aug 27, 2010 at 1:30 PM, Stéphane Ducasse stephane.duca...@inria.fr wrote: Ok if I understand you mean you interpret everything on the copy of the inputs and you run until you either get an ok primitives or you stop on not ok one. Right, /and/ you stop whenever an attempt is made to