Re: [Vala] Difference between Gee.List and ArrayList
- From: "Jaap A. Haitsma" <jaap haitsma org>
- To: "Jürg Billeter" <j bitron ch>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Difference between Gee.List and ArrayList
- Date: Mon, 21 Apr 2008 22:11:38 +0200
On Mon, Apr 21, 2008 at 8:17 AM, Jürg Billeter <j bitron ch> wrote:
On Mon, 2008-04-21 at 07:43 +0200, Jaap A. Haitsma wrote:
> However when I change "Gee.List list = new ArrayList<string> ();" to
> "var list = new ArrayList<string> ();" it doesn't
That was a bug, it's fixed now in SVN.
Thanks for fixing this :-)
In the vala compiler code there are quite "Gee.List list = new
ArrayList<someclass> ()" statements. Should these be changed
"ArrayList list ....", to "var list ...." or should we keep it as is?
Jaap
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]