Got some DNU using Spotter but I could not repeat it

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Got some DNU using Spotter but I could not repeat it

stepharo
Just for the record

Got some DNU using Spotter but I could not reproduce it.

Stef

Reply | Threaded
Open this post in threaded view
|

Re: Got some DNU using Spotter but I could not repeat it

Tudor Girba-2
Hi,

Was it not the SubscriptOutOfBounds error? This is because of Rubric, but it should not appear anymore in the latest Pharo with the fix of Marcus.

Cheers,
Doru


> On Feb 25, 2016, at 10:56 PM, stepharo <[hidden email]> wrote:
>
> Just for the record
>
> Got some DNU using Spotter but I could not reproduce it.
>
> Stef
>

--
www.tudorgirba.com
www.feenk.com

"We can create beautiful models in a vacuum.
But, to get them effective we have to deal with the inconvenience of reality."


Reply | Threaded
Open this post in threaded view
|

Re: Got some DNU using Spotter but I could not repeat it

stepharo

> Hi,
>
> Was it not the SubscriptOutOfBounds error?

Yes I think.

>   This is because of Rubric, but it should not appear anymore in the latest Pharo with the fix of Marcus.

Ok I was using the version of yesterday evening.

>
> Cheers,
> Doru
>
>
>> On Feb 25, 2016, at 10:56 PM, stepharo <[hidden email]> wrote:
>>
>> Just for the record
>>
>> Got some DNU using Spotter but I could not reproduce it.
>>
>> Stef
>>
> --
> www.tudorgirba.com
> www.feenk.com
>
> "We can create beautiful models in a vacuum.
> But, to get them effective we have to deal with the inconvenience of reality."
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Got some DNU using Spotter but I could not repeat it

Marcus Denker-4

> On 26 Feb 2016, at 10:30, stepharo <[hidden email]> wrote:
>
>
>> Hi,
>>
>> Was it not the SubscriptOutOfBounds error?
>
> Yes I think.
>
>>  This is because of Rubric, but it should not appear anymore in the latest Pharo with the fix of Marcus.
>

I still can happen with methods / code styled > 1000 characters. I just enabled the non-forking code
path again. (which makes looking at methods much nicer, too. Feels much faster due to no refreshing
twice).

But for large methods, the old problem exists.

Another problem that might be fixed or not (in progress) is the TT-font related error…

        Marcus