[Mono-bugs] [Bug 76097][Maj] Changed - [GMCS] Type checker ignores generic type parameter constraint

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 19 14:13:57 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=76097

--- shadow/76097	2005-10-19 07:20:29.000000000 -0400
+++ shadow/76097.tmp.1470	2005-10-19 14:13:57.000000000 -0400
@@ -116,6 +116,16 @@
 exception.
 
 ------- Additional Comments From atsushi at ximian.com  2005-10-19 07:20 -------
 Created an attachment (id=15941)
 a patch that fixes a bug that causes internal exception inside GenericTypeParameterBuilder
 
+
+------- Additional Comments From martin at ximian.com  2005-10-19 14:13 -------
+Well, that patch is definitely a no-go - of course, just returning an
+empty list is not an option here.
+
+What we need to do for GenericTypeParameterBuilder's is lookup its
+definition via typemanager; ie. we get the `TypeContainer' which
+defines its containing class and then lookup the `TypeParameter' for it.
+
+I'll have a look at this.


More information about the mono-bugs mailing list