[Pharo-project] Transcript does not handle multiple thread access
May 28, 2009
8:48 p.m.
Hello, try this in a workspace (image 10319) : "First open a Transcript via the world menu" Transcript clear. 5 timesRepeat: [ [Transcript show: 'Hello'] fork ] Behavior is bad. Now, try the following: Transcript clear. Transcript open. 5 timesRepeat: [ [Transcript show: 'Hello'] fork ] It is always working. Is it a known problem ? Should we open an issue ? François
6273
Age (days ago)
6273
Last active (days ago)
0 comments
1 participants
participants (1)
-
François Tanguy