pharo-smalltalk icon indicating copy to clipboard operation
pharo-smalltalk copied to clipboard

Transcript show: does not work in Pharo 13

Open lwhite1 opened this issue 11 months ago • 3 comments

Tested on Windows 10. There is no error and no visible output on the Transcript window. On the world menu there are options for Transcript and New Transcript, though it's not clear there's a difference. I tried both. Restarted the Launcher and get the same problem.

lwhite1 avatar Mar 13 '25 21:03 lwhite1

Hi! Pharo 13 is not yet stable release, so I would use P12 as latest stable to avoid problems. I didn't include P13 in CI build as maintainer of Pharo track yet.

Bajger avatar Mar 14 '25 05:03 Bajger

See related issue (most probably): https://github.com/pharo-project/pharo/issues/17861

Bajger avatar Mar 14 '25 05:03 Bajger

Hi David In fact we are just missing to execute StThreadSafeTranscript installThreadSafeAsTranscript

Can you try and let me know?

Ducasse avatar Mar 19 '25 11:03 Ducasse