December 08, 2003 9:31 pm

Back from my vacations

It's now exactly one week since I'm back from my vacations so I should start blogging again ....

To summarize what I've done in this week, well that's basically ... generics

There are several exciting news about generics:

  • where clauses now allow constructs like class Test<T> { } class Foo<T> where T : Test<T> { }

  • gmcs can now compile corlib and most of the other class libraries.

    This was the most difficult part and I needed to fix several bugs to get this working.

Posted by martin at December 08, 2003 9:31 pm.