Open donygit opened 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
GitHubPharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk. - pharo-project/pharo
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