Merging Transcript and Tool-Transcript
Hi pavel can you explain to me why this would bring a dependency that is not already included by Transcript? Transcript depends on ThreadSafeTranscriptPluggableTextMorph https://pharo.fogbugz.com/default.asp?13627#105924 Stef
Hi Stef, ThreadSafeTranscript is not the UI class. It is present in the minimal image and it's connected to the STDOUT by default. So it makes sense to split Transcript as a general output stream and a Morphic tool showing its content. Cheers, -- Pavel 2014-07-23 15:08 GMT+02:00 stepharo <stepharo@free.fr>:
Hi pavel
can you explain to me why this would bring a dependency that is not already included by Transcript? Transcript depends on ThreadSafeTranscriptPluggableTextMorph
https://pharo.fogbugz.com/default.asp?13627#105924
Stef
Ok I think that I should allocate some time to SystemLogger because it is a good replacement to transcript. On 23/7/14 15:18, Pavel Krivanek wrote:
Hi Stef,
ThreadSafeTranscript is not the UI class. It is present in the minimal image and it's connected to the STDOUT by default. So it makes sense to split Transcript as a general output stream and a Morphic tool showing its content.
Cheers, -- Pavel
2014-07-23 15:08 GMT+02:00 stepharo <stepharo@free.fr <mailto:stepharo@free.fr>>:
Hi pavel
can you explain to me why this would bring a dependency that is not already included by Transcript? Transcript depends on ThreadSafeTranscriptPluggableTextMorph
https://pharo.fogbugz.com/default.asp?13627#105924
Stef
stepharo wrote:
Hi pavel
can you explain to me why this would bring a dependency that is not already included by Transcript? Transcript depends on ThreadSafeTranscriptPluggableTextMorph
https://pharo.fogbugz.com/default.asp?13627#105924
Stef
btw, note that ThreadSafeTranscriptPluggableTextMorph was a "least impact / quick" fix to a bug encountered in the latter stages of Pharo 3 Beta. Its not necessarily the way to go for Pharo 4. I guess it would get review as part of any move from PluggableTextMorph to Rubric or TxText. cheers -ben
participants (3)
-
Ben Coman -
Pavel Krivanek -
stepharo