Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-09 Thread Guillermo Polito
Hi! It took me a while to read this thread before answering. :) With Camille we spent some hours this afternoon to take a look at this bug. We added new test cases and managed to do a hack that solves all the issues we could spot. You can find a slice for it in the inbox Now, we would like to ha

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-06 Thread Ben Coman
So the current status of this is "apparent" VM bug. Is it apparent enough that for now should I stop banging my head against it from the image side? Actually I am working 10 hour shifts the next three weeks during the power station's annual maintenance outage, so my time is probably limited anyw

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-05 Thread Nicolas Cellier
2015-04-05 17:38 GMT+02:00 Ben Coman : > > > On Sun, Apr 5, 2015 at 8:59 PM, stepharo wrote: > >> >> Thanks both of you for the energy you put into Pharo. >> The tam really appreciates. >> This is because there are guys like you that Pharo is worth being done. >> Thanks for the tests. >> Esteban

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-05 Thread Ben Coman
On Sun, Apr 5, 2015 at 8:59 PM, stepharo wrote: > > Thanks both of you for the energy you put into Pharo. > The tam really appreciates. > This is because there are guys like you that Pharo is worth being done. > Thanks for the tests. > Esteban has apparently found the bug on the VM. > > Stef > >

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-05 Thread Sven Van Caekenberghe
Yes, incredible work, well done. Thank you. > On 05 Apr 2015, at 14:59, stepharo wrote: > > > Thanks both of you for the energy you put into Pharo. > The tam really appreciates. > This is because there are guys like you that Pharo is worth being done. > Thanks for the tests. > Esteban has appa

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-05 Thread stepharo
Thanks both of you for the energy you put into Pharo. The tam really appreciates. This is because there are guys like you that Pharo is worth being done. Thanks for the tests. Esteban has apparently found the bug on the VM. Stef On Sun, Apr 5, 2015 at 1:23 PM, Ben Coman mailto:b...@openi

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-05 Thread Nicolai Hess
2015-04-05 7:25 GMT+02:00 Ben Coman : > > > On Sun, Apr 5, 2015 at 1:23 PM, Ben Coman wrote: > >> I got annoyed since a few times I thought I'd solved everything just the >> issue looking at the manual examples of one issue, only to find I'd caused >> the other case to fail. Also keeping track o

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-04 Thread Ben Coman
On Sun, Apr 5, 2015 at 1:23 PM, Ben Coman wrote: > I got annoyed since a few times I thought I'd solved everything just the > issue looking at the manual examples of one issue, only to find I'd caused > the other case to fail. Also keeping track of all cases as I threw away > images with partial

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-04 Thread Ben Coman
I got annoyed since a few times I thought I'd solved everything just the issue looking at the manual examples of one issue, only to find I'd caused the other case to fail. Also keeping track of all cases as I threw away images with partial solutions was awkward. So I turned the examples from all

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-04 Thread Nicolai Hess
2015-04-01 18:56 GMT+02:00 Ben Coman : > Issue 14606 [1] is tagged "Really Important" where evaluating > > | t1 t2 t3 t4 t5 t6 | > t1 := 1. > t2 := 2. > t3 := 3. > t4 := 4. > t5 := 5 . > t6 := 6. > [t5 := 50. > t6 := 60. > t3 + t4. >

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-03 Thread Max Leske
> On 03 Apr 2015, at 14:03, Nicolai Hess wrote: > > > > 2015-04-02 16:06 GMT+02:00 Max Leske >: > >> On 02 Apr 2015, at 00:29, Nicolai Hess > > wrote: >> >> 2015-04-01 18:56 GMT+02:00 Ben Coman > >: >> Issue

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-03 Thread Nicolai Hess
2015-04-02 16:06 GMT+02:00 Max Leske : > > On 02 Apr 2015, at 00:29, Nicolai Hess wrote: > > 2015-04-01 18:56 GMT+02:00 Ben Coman : > >> Issue 14606 [1] is tagged "Really Important" where evaluating >> >> | t1 t2 t3 t4 t5 t6 | >> t1 := 1. >> t2 := 2. >> t3 := 3. >> t4 := 4

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-02 Thread Max Leske
> On 02 Apr 2015, at 00:29, Nicolai Hess wrote: > > 2015-04-01 18:56 GMT+02:00 Ben Coman >: > Issue 14606 [1] is tagged "Really Important" where evaluating > > | t1 t2 t3 t4 t5 t6 | > t1 := 1. > t2 := 2. > t3 := 3. > t4 := 4. > t5 := 5

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-01 Thread Nicolai Hess
2015-04-01 18:56 GMT+02:00 Ben Coman : > Issue 14606 [1] is tagged "Really Important" where evaluating > > | t1 t2 t3 t4 t5 t6 | > t1 := 1. > t2 := 2. > t3 := 3. > t4 := 4. > t5 := 5 . > t6 := 6. > [t5 := 50. > t6 := 60. > t3 + t4. >

Re: [Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-01 Thread stepharo
Thanks ben Several rmoder are busy with paper deadline for this evening. ... Stef Le 1/4/15 18:56, Ben Coman a écrit : Issue 14606 [1] is tagged "Really Important" where evaluating | t1 t2 t3 t4 t5 t6 | t1 := 1. t2 := 2. t3 := 3. t4 := 4. t5 := 5 . t6 := 6.

[Pharo-dev] 14606 Really Important bug - Can't see some variables values while debugging closure

2015-04-01 Thread Ben Coman
Issue 14606 [1] is tagged "Really Important" where evaluating | t1 t2 t3 t4 t5 t6 | t1 := 1. t2 := 2. t3 := 3. t4 := 4. t5 := 5 . t6 := 6. [t5 := 50. t6 := 60. t3 + t4. 1 halt. ] value => can't see the value of t4, t5, t6. I'