Hi Oscar, It's because Transcript is only one instance of ThreadSafeTranscript. 'Transcript open' doesn't create a new instance but opens a new window on that instance.
Camille On 20 août 2014, at 17:30, Oscar Nierstrasz (gmail) <[email protected]> wrote: > > In the latest Pharo 3 for Mac: > > Transcript open. > Transcript open. > Transcript class allInstances inspect > > only shows one instance, not two. > > Why? > > Oscar >
