[Swift-devel] scalability updates

Mihael Hategan hategan at mcs.anl.gov
Mon Mar 23 11:02:02 CDT 2009


On Sun, 2009-03-22 at 16:39 -0500, Mihael Hategan wrote:
> On Sun, 2009-03-22 at 21:19 +0000, Ben Clifford wrote:
> > On Sun, 22 Mar 2009, Mihael Hategan wrote:
> > 
> > > I'm using the "try to see what's wrong or let me see what's wrong before 
> > > reverting" "we".
> > 
> > Reverting is no big deal, just like unreverting at fixup time is also no 
> > big deal.
> > 
> 
> Well, it's additional and pointless effort.

I forgot to mention I fixed this yesterday.

When copying arrays, the code that did it would create the indices by
doing a String.valueOf(sourceIndex), which in the case of the source
index being a Double, would end up being "n.0".

I think the array index handling in swift lacks clarity.




More information about the Swift-devel mailing list