[Mono-devel-list] New ArrayList

Jason Smith jassmith at shaw.ca
Tue Jun 17 23:07:27 EDT 2003


Hi there,

Just a couple of things I noticed, just from looking at the code, I noticed
that IsReadOnly was returning m_Adaptee.IsFixedSize, and Capacity was
returning m_Adaptee.Count.  Not sure if those are bugs or just unimplemented
public values but thought I'd bring them to your attention.

-Jason


----- Original Message ----- 
From: "Thong (Tum) Nguyen" <tum at veridicus.com>
To: "'mono devel list'" <mono-devel-list at lists.ximian.com>
Sent: Tuesday, June 17, 2003 8:00 PM
Subject: [Mono-devel-list] New ArrayList


> Hi Vladimir & fellow developers,
>
> This is a complete rewrite of ArrayList and fixes some significant (IMO
> ;)) problems (http://bugzilla.ximian.com/show_bug.cgi?id=45029).
>
> I don't have CVS access so if it looks ok to everyone feel free to
> commit it.
>
> ArrayList.cs needs to go into mcs/class/corlib/System.Collections
>
> NewArrayListTest.cs to go into mcs/class/corlib/Tests/System.Collections
> NewArrayListTest.cs also needs to be added to corlib_test.args and
> corlib_linux_test.args.
>
> The new ArrayList passes all the original tests and seems to be working
> ok.  I've compiled corlib using the new ArrayList with no problems.
>
> All the best,
>
> ^Tum
>




More information about the Mono-devel-list mailing list