The Trunk: Collections-dtl.476.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Collections-dtl.476.mcz

commits-2
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!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Collections-dtl.476.mcz

Chris Muller-3
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,  <[hidden email]> 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!
>
>