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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79491 --- shadow/79491 2006-09-26 03:51:52.000000000 -0400 +++ shadow/79491.tmp.15972 2006-09-27 07:57:07.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 79491 Product: Mono: Compilers Version: 1.1 OS: GNU/Linux [Other] OS Details: -Status: NEW -Resolution: +Status: RESOLVED +Resolution: INVALID Severity: Unknown Priority: Major Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -53,6 +53,24 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-09-26 03:51 ------- The above patch fixes the described crash. The code relying on Parent.MemberCache!=null (emitting member shadowing warnings) is not crucial for the compilation, so it's simply disabled in cases, when that's not true. However, a true fix would be expected to retain the (otherwise valid) warnings. + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-27 07:57 ------- +This bug was already fixed long time ago... try with Mono 1.1.17.1 + +There are still problems with code like: + +class A<T> : I<A<T>.B> +{ + public class B + { } +} + +interface I<X> +{ +} + +See bug #77963. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
