[Mono-bugs] [Bug 76363][Nor] Changed - [GMCS] generic interface which has a recursive parameter crashes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 20 00:50:59 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by martin at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76363

--- shadow/76363	2005-10-20 00:44:50.000000000 -0400
+++ shadow/76363.tmp.9055	2005-10-20 00:50:59.000000000 -0400
@@ -158,6 +158,12 @@
 
 ------- Additional Comments From atsushi at ximian.com  2005-10-20 00:44 -------
 The problem is that iface_constraints is null at that time. gmcs
 misses to call Constraints.Resolve() for IFoo before being used by
 IBaz (maybe the CheckConstraints() happens during recursive
 reference?). Am not sure where it should be called though.
+
+------- Additional Comments From martin at ximian.com  2005-10-20 00:50 -------
+`iface_constraint_types' is null, not `iface_constraints'.
+We need to move this from ResolveTypes() to Resolve()
+
+


More information about the mono-bugs mailing list