pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 52 forks source link

StSystemReporter breaks the build #782

Closed Ducasse closed 1 month ago

Ducasse commented 1 month ago

UndeclaredVariableRead: Attempt to read undeclared variable StSystemReporter UndeclaredVariable>>runtimeUndeclaredReadInContext: [ :stream | StSystemReporter new reportImage: stream ] in SmalltalkCIPharo13(SmalltalkCIPharo9)>>imageInfo in Block: [ :stream | StSystemReporter new reportImage: [..] String class(SequenceableCollection class)>>new:streamContents: String class(SequenceableCollection class)>>streamContents: SmalltalkCIPharo13(SmalltalkCIPharo9)>>imageInfo [ SmalltalkCI printToStdout: self imageInfo ] in SmalltalkCIPharo13(SmalltalkCI)>>reportImageInfo in Block: [ SmalltalkCI printToStdout: self imageInfo ] [ aBlock value ] in SmalltalkCIPharo13 class(SmalltalkCI class)>>fold:on:block: in Block: [ aBlock value ] FullBlockClosure(BlockClosure)>>microsecondsToRun FullBlockClosure(BlockClosure)>>millisecondsToRun SmalltalkCIPharo13 class(SmalltalkCIPharo12 class)>>timeToRun: SmalltalkCIPharo13 class(SmalltalkCI class)>>fold:on:block: SmalltalkCIPharo13 class(SmalltalkCI class)>>fold:block:

jecisc commented 1 month ago

Seems fixed