[Mono-list] self-hosting assemblies status update

Martin Baulig martin@gnome.org
27 Jun 2002 00:08:12 +0200


Paolo Molaro <lupus@ximian.com> writes:

> The current status is:
> corlib: 
> 	we get a nullref while emitting code for this in Array.cs:
> 	int ICollection.Count {
> 		get {
> 			return Length;
> 		}
> 	}
> 
> instance_expr ends up null in Mono.CSharp.PropertyExpr.Emit (Mono.CSharp.EmitContext)
> Maybe miguel knows why instance_expr may end up null here.

Just fixed this.

-- 
Martin Baulig
martin@gnome.org