[Mono-list] Class status

Piers Haken piersh@friskit.com
Mon, 4 Mar 2002 01:51:15 -0800


In the next build of the class status page you should see:
1) a more complete listing of namespaces/types with improved statistics.
2) for each type/member a listing of those attributes that are
'attributed' in mscorlib but aren't in the mono corlib. For example, the
_AppDomain interface doesn't have the
System.Runtime.InteropServices.GuidAttribute or
System.Runtime.InteropServices.InterfaceTypeAttribute attributes, and a
couple of the System.Type.InvokeMemeber overloads are missing some
System.Diagnostics attributes. Attributes are indicated by '[]'.
3) property accessors (get/set) are shown below the relevant property
instead of (as previously) mixed in with the other methods. For example,
System.Environment.CurrentDirectory shows a 'todo' on the 'set'
accessor.

Soon after I can successfully build the whole mono class library on my
machine I'm going to split the class status page into a main page with
the current text/links (as per Gaurav's suggestion) and an index of all
the mono assemblies (including the existing corlib one) with links to
trees of comparisons of those assemblies, so you guys working on
non-corlib stuff don't feel left out, oh and to cut download times for
newbs <ahem/>.

Any word on browsable cvs?

Piers.