dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
301 stars 58 forks source link

Serialize Transcript as static var ref in STB/STL6 #1248

Closed blairmcg closed 9 months ago

blairmcg commented 9 months ago

Rather than saving a singleton proxy to TranscriptShell class>>#current, save as a variable ref so can resolve to whatever stream is assigned to transcript in the loading image (e.g. stdout).