[Mono-devel-list] Class status page: errors

Gert Driesen gert.driesen at pandora.be
Sat Jun 19 03:37:10 EDT 2004


----- Original Message -----
From: "Atsushi Eno" <atsushi at ximian.com>
To: <Rob.Tillie at Student.tUL.EDU>
Cc: <mono-devel-list at lists.ximian.com>
Sent: Saturday, June 19, 2004 9:10 AM
Subject: Re: [Mono-devel-list] Class status page: errors


> Hello,
>
> > The class status page also shows errors in classes as a red exclamation
> > mark, but what sort of errors are these?

The corcompare tools have recently been improved to signal more mismatches
between Mono and MS.NET (eg. types not marked serializable, mismatches
between the layout, or charset, mismatches in return types of methods, ...).

Now, the reason why the currently deployed class status pages show that many
errors is :

- the class status pages were not built for the system libraries built from
cvs, meaning lots of issues have been fixed since.
- mcs always emits events with a specialname attribute, which causes a
mismatch (error) for all events (bug #60459)
- there was an issue in System.Double which caused a mismatch between the MS
and Mono string representation of a double.  This was fixed since.

Gert




More information about the Mono-devel-list mailing list