Woden-Roassal pharo5 inspector bugs

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

Woden-Roassal pharo5 inspector bugs

Lusa Nicolas
Hi,

I just noticed that with today's pharo5 image the inspector breaks if Woden-Roassal is in the image.
The reason is that there is a recursive call to String>>#findAnySubStr:  startingAt: . This is caused by the deprecation of such method then defined as String>>#findAnySubstring:  startingAt: .
The first call gets the  String>>#findAnySubStr:  startingAt: which gives the warning and calls ByteString>>#findAnySubstring:  startingAt: (in Woden-Roassal package) which calls String>>#findAnySubStr:  startingAt: and so on.

Now my question is, do you plan on moving Woden to Pharo5?

Sorry to bother you all the time.

Cheers,
Nicolas
Reply | Threaded
Open this post in threaded view
|

Re: Woden-Roassal pharo5 inspector bugs

abergel
Hi Nicolas,

> I just noticed that with today's pharo5 image the inspector breaks if Woden-Roassal is in the image.
> The reason is that there is a recursive call to String>>#findAnySubStr:  startingAt: . This is caused by the deprecation of such method then defined as String>>#findAnySubstring:  startingAt: .
> The first call gets the  String>>#findAnySubStr:  startingAt: which gives the warning and calls ByteString>>#findAnySubstring:  startingAt: (in Woden-Roassal package) which calls String>>#findAnySubStr:  startingAt: and so on.

Arg…
I personally use Moose for my own development. This is the reason of this failure.
I will ask to the moose community whether we can move to Pharo 5.

> Now my question is, do you plan on moving Woden to Pharo5?

That was not in my radar until you send this email.

> Sorry to bother you all the time.

No problem at all!

Cheers,
Alexandre
Reply | Threaded
Open this post in threaded view
|

Re: Woden-Roassal pharo5 inspector bugs

Lusa Nicolas
In reply to this post by Lusa Nicolas
Hi,

thanks for the quick answer, I'll switch back to pharo4 for the moment.

Cheers,
Nicolas


Reply | Threaded
Open this post in threaded view
|

Re: Woden-Roassal pharo5 inspector bugs

abergel
Apparently moose will soon move to Pharo 5. Maybe next week or so.

Alexandre



> Le 6 mai 2015 à 04:34, Lusa Nicolas <[hidden email]> a écrit :
>
> Hi,
>
> thanks for the quick answer, I'll switch back to pharo4 for the moment.
>
> Cheers,
> Nicolas
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Woden-Roassal pharo5 inspector bugs

Natalia Tymchuk
Are there any news?

> On 06 May 2015, at 13:00, Alexandre Bergel <[hidden email]> wrote:
>
> Apparently moose will soon move to Pharo 5. Maybe next week or so.
>
> Alexandre
>
>
>
>> Le 6 mai 2015 à 04:34, Lusa Nicolas <[hidden email]> a écrit :
>>
>> Hi,
>>
>> thanks for the quick answer, I'll switch back to pharo4 for the moment.
>>
>> Cheers,
>> Nicolas
>>
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: Woden-Roassal pharo5 inspector bugs

Ronie Salgado
There are not news yet, but I will try to take a look on this. This is actually anoying, so I will find a workaround soon.

2015-06-17 18:16 GMT-03:00 Natalia Tymchuk <[hidden email]>:
Are there any news?

> On 06 May 2015, at 13:00, Alexandre Bergel <[hidden email]> wrote:
>
> Apparently moose will soon move to Pharo 5. Maybe next week or so.
>
> Alexandre
>
>
>
>> Le 6 mai 2015 à 04:34, Lusa Nicolas <[hidden email]> a écrit :
>>
>> Hi,
>>
>> thanks for the quick answer, I'll switch back to pharo4 for the moment.
>>
>> Cheers,
>> Nicolas
>>
>>
>