[squeak-dev] The Trunk: Collections-nice.718.mcz

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Thu Oct 20 20:49:48 UTC 2016


Ah, we might have to change the server?

2016-10-20 22:24 GMT+02:00 <commits at source.squeak.org>:

> Nicolas Cellier uploaded a new version of Collections to project The Trunk:
> http://source.squeak.org/trunk/Collections-nice.718.mcz
>
> ==================== Summary ====================
>
> Name: Collections-nice.718
> Author: nice
> Time: 20 October 2016, 10:23:53.462294 pm
> UUID: 13d0b4c6-3da0-48a4-bf4e-789740593810
> Ancestors: Collections-nice.717, Collections-eem.717
>
> Merge nice-717 for providing HalfWordArray and DoubleWordArray
>
> Rename HalfWord -> DoubleByte according to Eliot's protocol
>
> =============== Diff against Collections-nice.717 ===============
>
> Item was added:
> ==== ERROR ===
>
> Error: Unrecognized class type
>
> 20 October 2016 8:24:19.448 pm
>
> VM: unix - a SmalltalkImage
> Image: Squeak3.11alpha [latest update: #8824]
>
> SecurityManager state:
> Restricted: false
> FileAccess: true
> SocketAccess: true
> Working Dir /home/squeaksource
> Trusted Dir /home/squeaksource/secure
> Untrusted Dir /home/squeaksource/My Squeak
>
> MCClassDefinition(Object)>>error:
>         Receiver: a MCClassDefinition(DoubleByteArray)
>         Arguments and temporary variables:
>                 aString:        'Unrecognized class type'
>         Receiver's instance variables:
>                 name:   #DoubleByteArray
>                 superclassName:         #ArrayedCollection
>                 variables:      an OrderedCollection()
>                 category:       #'Collections-Arrayed'
>                 type:   #shorts
>                 comment:        'HalfWordArrays store 16-bit unsigned
> Integer values.'
>                 commentStamp:   'nice 9/20/2016 23:37'
>                 traitComposition:       nil
>                 classTraitComposition:  nil
>
> MCClassDefinition>>kindOfSubclass
>         Receiver: a MCClassDefinition(DoubleByteArray)
>         Arguments and temporary variables:
>
>         Receiver's instance variables:
>                 name:   #DoubleByteArray
>                 superclassName:         #ArrayedCollection
>                 variables:      an OrderedCollection()
>                 category:       #'Collections-Arrayed'
>                 type:   #shorts
>                 comment:        'HalfWordArrays store 16-bit unsigned
> Integer values.'
>                 commentStamp:   'nice 9/20/2016 23:37'
>                 traitComposition:       nil
>                 classTraitComposition:  nil
>
> MCClassDefinition>>printDefinitionOn:
>         Receiver: a MCClassDefinition(DoubleByteArray)
>         Arguments and temporary variables:
>                 stream:         a WriteStream
>         Receiver's instance variables:
>                 name:   #DoubleByteArray
>                 superclassName:         #ArrayedCollection
>                 variables:      an OrderedCollection()
>                 category:       #'Collections-Arrayed'
>                 type:   #shorts
>                 comment:        'HalfWordArrays store 16-bit unsigned
> Integer values.'
>                 commentStamp:   'nice 9/20/2016 23:37'
>                 traitComposition:       nil
>                 classTraitComposition:  nil
>
> [] in MCDiffyTextWriter(MCStWriter)>>writeClassDefinition:
>         Receiver: a MCDiffyTextWriter
>         Arguments and temporary variables:
>                 definition:     a WriteStream
>                 s:      a MCClassDefinition(DoubleByteArray)
>         Receiver's instance variables:
>                 stream:         a WriteStream
>                 initStream:     nil
>
>
> --- The full stack ---
> MCClassDefinition(Object)>>error:
> MCClassDefinition>>kindOfSubclass
> MCClassDefinition>>printDefinitionOn:
> [] in MCDiffyTextWriter(MCStWriter)>>writeClassDefinition:
>  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> String class(SequenceableCollection class)>>new:streamContents:
> String class(SequenceableCollection class)>>streamContents:
> MCDiffyTextWriter(MCTextWriter)>>chunkContents:
> MCDiffyTextWriter(MCStWriter)>>writeClassDefinition:
> MCDiffyTextWriter(MCStWriter)>>visitClassDefinition:
> MCClassDefinition>>accept:
> [] in MCDiffyTextWriter(MCTextWriter)>>visitInFork:
> String class(SequenceableCollection class)>>new:streamContents:
> String class(SequenceableCollection class)>>streamContents:
> MCDiffyTextWriter(MCTextWriter)>>visitInFork:
> MCDiffyTextWriter>>writePatchFrom:to:
> MCDiffyTextWriter>>writeAddition:
> [] in MCDiffyTextWriter>>writePatch:
> SortedCollection(OrderedCollection)>>do:
> MCDiffyTextWriter>>writePatch:
> SSDiffyTextWriter>>writePatch:
> [] in SSDiffyTextWriter>>writeVersion:for:
> BlockClosure>>on:do:
> SSDiffyTextWriter>>writeVersion:for:
> [] in SSEMailSubscription>>versionAdded:to:
> BlockClosure>>on:do:
> SSEMailSubscription>>versionAdded:to:
> [] in [] in SSProject>>versionAdded:
> [] in BlockClosure>>newProcess
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20161020/fb13dfb7/attachment.htm


More information about the Squeak-dev mailing list