[Mono-list] c# 2.0

2004-06-12 Thread Bailo, John
What is the mono timetable for implementing c# 2.0 features such as generics ? AIM: bailoja

Re: [Mono-list] c# 2.0

2004-06-12 Thread Giuseppe Greco
gmcs already supports generics... just compile mono with the --with-preview=yes option, or install the mono-preview package from red-carpet. j3d. On Sat, 2004-06-12 at 22:16, Bailo, John wrote: What is the mono timetable for implementing c# 2.0 features such as generics ?

Re: [Mono-list] c# 2.0

2004-06-12 Thread John Luke
On Sat, 2004-06-12 at 13:16 -0700, Bailo, John wrote: What is the mono timetable for implementing c# 2.0 features such as generics ? http://go-mono.com/mono-roadmap.html As someone else already mentioned much of generics and other C# 2.0 features are complete/in-progress.

Re: [Mono-list] c# 2.0

2004-06-12 Thread Miguel de Icaza
What is the mono timetable for implementing c# 2.0 features such as generics ? We already ship it. Either configure with --enable-preview, or install the preview packages. The compiler for generics is called `gmcs'. Details are on the release notes.