Hi!
A new Pharo user bumps into a nasty bug. No idea why it appears time to time. The method ThreadSafeTranscript>>stepGlobal does a "self changed: #appendEntry.” This apparently update by RubPluggableTextMorph by calling "RubPluggableTextMorph >>update: #appendEntry”. All this ultimately sends #appendEntry to RubPluggableTextMorph, which is not understood. What is the solution for this? https://pharo.fogbugz.com/f/cases/16749/MNU-RubPluggableTextMorph-appendEntry Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
Hello,
I’ve just tested. It seems to works well with the last version of Pharo 5 Cheers Alain > On 08 Oct 2015, at 22:40, Alexandre Bergel <[hidden email]> wrote: > > Hi! > > A new Pharo user bumps into a nasty bug. No idea why it appears time to time. > The method ThreadSafeTranscript>>stepGlobal does a "self changed: #appendEntry.” This apparently update by RubPluggableTextMorph by calling "RubPluggableTextMorph >>update: #appendEntry”. All this ultimately sends #appendEntry to RubPluggableTextMorph, which is not understood. > > What is the solution for this? > > https://pharo.fogbugz.com/f/cases/16749/MNU-RubPluggableTextMorph-appendEntry > > Alexandre > > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > |
This error happens now in Moose every time something is printed to the transcript. Seems that rubric has diverged a bit in Pharo On Fri, Oct 9, 2015 at 8:16 AM, Alain Plantec via Pharo-users <[hidden email]> wrote:
|
Du to problems with changes that where crosscutting some changes where done that need to be re=synced back to the repository… someone needs to do that. There is even an issue tracker entry for that.
|
I just checked, and it looks like someone has back-copied all versions to the Rubric repo. Thanks :) I also tested in the latest Moose 6, and there is no error when printing on the Transcript. Doru On Fri, Oct 9, 2015 at 4:19 PM, Marcus Denker <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |