I have update 13119 failing on this MCMethodDefinition:
classIsMeta: true
source: 'addEntry: aString
"Add a new entrie to the entries circular list. If full, a new entry
will replace the oldest one."
| msg now |
logToFile ifTrue: [
now := DateAndTime now.
msg := String streamContents: [ :strm |
now printWithMsOn: strm.
strm
nextPutAll: '' process:'';
nextPutAll: Processor activeProcess priority
printString;
nextPut: $ ;
nextPutAll: Processor activeProcess hash
printString;
nextPut: $ ;
nextPutAll: aString;
lf ]].
self addEntry: aString logToFile: msg'
category: #private
selector: #addEntry:
className: #Transcript
timeStamp: 'jmv 2/18/2011 12:59'
Since Transcript is not a class (it is an instance of ThreadSafeTranscript).
It cannot understand classSide then DNU...
What's up
Nicolas
2011/3/31 Marcus Denker <[email protected]>:
> 13119
> -----
>
> Issue 3913: Fix in PluggableListMorph hierarchy
> Issue 3736: new Transcript from CUIS
>
>
> --
> Marcus Denker -- http://www.marcusdenker.de
> INRIA Lille -- Nord Europe. Team RMoD.
>
>
>