[squeak-dev] The Trunk: Collections-dtl.476.mcz

Chris Muller asqueaker at gmail.com
Tue Jun 5 22:35:37 UTC 2012


This leaves an undeclared reference in ByteArray>>#asSocketAddress.

This is premature for the trunk -- we're starting out in the *Inbox*
for Levente's Networking integration.


On Mon, Jun 4, 2012 at 9:07 PM,  <commits at source.squeak.org> wrote:
> Edgar J. De Cleene uploaded a new version of Collections to project The Trunk:
> http://source.squeak.org/trunk/Collections-dtl.476.mcz
>
> ==================== Summary ====================
>
> Name: Collections-dtl.476
> Author: dtl
> Time: 4 June 2012, 10:00:45.896 pm
> UUID: 65ba9d43-c6ae-46c2-920e-8d75e2f807df
> Ancestors: Collections-bf.475
>
> Adopt ByteArray>>asSocketAddress from Etoys, required for IPV6 socket updates to follow.
>
> =============== Diff against Collections-bf.475 ===============
>
> Item was removed:
> - (PackageInfo named: 'Collections') preamble: ''!
>
> Item was added:
> + ----- Method: ByteArray>>asSocketAddress (in category 'converting') -----
> + asSocketAddress
> +       ^SocketAddress fromOldByteAddress: self!
>
>


More information about the Squeak-dev mailing list