MNU: RubPluggableTextMorph>>appendEntry
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-appendEntr... 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 <alexandre.bergel@me.com> 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-appendEntr...
Alexandre
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (2)
-
Alain Plantec -
Alexandre Bergel