Re: [Pharo-project] Debugger bug fix 1

2011-09-14 Thread Michael Roberts
sorry guys, i have not had time to be online much. Eliot, guys, thanks for the code (Phillipe, Hi!). I think i saw marcus comment on the tracker that something sensible had been done? i just wanted to offer a thought that we do not change the original Pharo debugger too much from Squeak. i saw a r

Re: [Pharo-project] Debugger bug fix 1

2011-09-08 Thread Stéphane Ducasse
Hi guys I'm a bit busy (too much to follow carefully). Just tell me what I should integrate and I will do it fast. Stef On Sep 8, 2011, at 2:37 PM, Michael Roberts wrote: > So I found the bug with the first assignment. It is caused by a difference > between squeak and Pharo in SortedCollection

Re: [Pharo-project] Debugger bug fix 1

2011-09-08 Thread Henrik Sperre Johansen
On 08.09.2011 19:39, Eliot Miranda wrote: Hmmm, let me correct the comment in findNearbyBinaryIndex:. Find attached. On Thu, Sep 8, 2011 at 10:34 AM, Eliot Miranda mailto:eliot.mira...@gmail.com>> wrote: Hi Henrik, Mike, On Thu, Sep 8, 2011 at 8:02 AM, Henrik Sperre Johansen ma

Re: [Pharo-project] Debugger bug fix 1

2011-09-08 Thread Eliot Miranda
Hmmm, let me correct the comment in findNearbyBinaryIndex:. Find attached. On Thu, Sep 8, 2011 at 10:34 AM, Eliot Miranda wrote: > Hi Henrik, Mike, > > On Thu, Sep 8, 2011 at 8:02 AM, Henrik Sperre Johansen < > henrik.s.johan...@veloxit.no> wrote: > >> On 08.09.2011 14:37, Michael Roberts wrote:

Re: [Pharo-project] Debugger bug fix 1

2011-09-08 Thread Eliot Miranda
Hi Henrik, Mike, On Thu, Sep 8, 2011 at 8:02 AM, Henrik Sperre Johansen < henrik.s.johan...@veloxit.no> wrote: > On 08.09.2011 14:37, Michael Roberts wrote: > >> So I found the bug with the first assignment. It is caused by a difference >> between squeak and Pharo in SortedCollection. (on my phon

Re: [Pharo-project] Debugger bug fix 1

2011-09-08 Thread Henrik Sperre Johansen
On 08.09.2011 14:37, Michael Roberts wrote: So I found the bug with the first assignment. It is caused by a difference between squeak and Pharo in SortedCollection. (on my phone so will be brief) In Pharo the debugger map collection gets sorted and asked for an index for a given pc. It is supp

Re: [Pharo-project] Debugger bug fix 1

2011-09-08 Thread Stéphane Ducasse
tx mike Stef On Sep 8, 2011, at 2:37 PM, Michael Roberts wrote: > So I found the bug with the first assignment. It is caused by a difference > between squeak and Pharo in SortedCollection. (on my phone so will be brief) > > In Pharo the debugger map collection gets sorted and asked for an inde

[Pharo-project] Debugger bug fix 1

2011-09-08 Thread Michael Roberts
So I found the bug with the first assignment. It is caused by a difference between squeak and Pharo in SortedCollection. (on my phone so will be brief) In Pharo the debugger map collection gets sorted and asked for an index for a given pc. It is supposed to answer 1 because there is no match and