[Mono-list] RE: forgive me & taking ownership

Miguel de Icaza miguel@ximian.com
17 Jul 2001 18:45:02 -0400


> It would be useful, certainly, but AFAIK, there's no System.Enum implemented
> yet, which kinda makes them useless for now...
>  (I have several other enums implemented, but have been reluctant to put
> them into the tree before we have a real Enum class to use a base class).

This does not really matter.  For example, people can work on other
parts of the system (Ie, even ADO) without needing all the foundation
to be there.  Since we are using the existing Microsoft compiler, we
can test against their class libraries.

So feel free to work on things, even if we have no "backing"
implementation for them.

> I've looked into the Enum class, and it is actually much larger than it
> looks at first sight. Problem is that, like many other of the basic classes,
> it has heavy dependencies on Reflection and System.Type, as well as on
> internalcall methods for boxing...

Yeah, do not worry about those for now.  Just go and implement higher
level stuff ;-)