[Mono-list] How often is the class status page updated?

Miguel de Icaza miguel@ximian.com
20 Jun 2003 08:16:13 -0400


Hello,

> > You need to rewrite the tool just to put it put it in a cron job?
> > 
> > Seems a bit drastic to me.
> > 
> > I'd say a better solution would be to fix reflection in the runtime so
> > it'll run on mono.
> 
> That's not the issue.
> How do you compare attribute values? You can't with the reflection API.

The only issues running the corcompare tools on Linux today are:

	* Need to setup makefiles to use a "reference" dll implementation
	  for the compare process (should be easy).

	* Need a replacement for the JScript script that does the XSLT
	  transformation.

Other features could be added later (Paolo correctly points out that we
might need more information that we can extract today with Reflection),
but in the short term, just getting those two things done would be a
big win.

Miguel.