pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.22k stars 358 forks source link

making a new instance of ThreadSafeTranscript - worked but do not anymore #5287

Open donygit opened 5 years ago

donygit commented 5 years ago

Hi, porting some old examples, sorry if already handled then thanks for a link. The code :

x := ThreadSafeTranscript new. x open. x show: 'hello.'

works as expected in Pharo3 (string hello appears in the new opened window)

does not work as expected in Pharo6 nor Pharo7 (string does not appear in the new opened window)

Thanks Christophe

welcome[bot] commented 5 years ago

Thanks for opening your first issue! Please check the CONTRIBUTING documents for some tips about which information should be provided. You can find information of how to do a Pull Request here: https://github.com/pharo-project/pharo/wiki/Contribute-a-fix-to-Pharo

GitHub
pharo-project/pharo
Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo