[Mono-bugs] [Bug 50820][Nor] Changed - mcs allows incorrect protected access
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 1 May 2004 14:13:01 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50820
--- shadow/50820 2004-04-28 20:24:00.000000000 -0400
+++ shadow/50820.tmp.28740 2004-05-01 14:13:01.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 50820
Product: Mono: Compilers
Version: unspecified
OS: All
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -83,6 +83,16 @@
------- Additional Comments From bmaurer@users.sf.net 2004-03-29 00:53 -------
ok, this regresses the build.
------- Additional Comments From martin@ximian.com 2004-04-28 20:24 -------
The patch works fine for me, it's now in CVS.
+
+------- Additional Comments From miguel@ximian.com 2004-05-01 14:13 -------
+The patch *does* regress the build, see:
+
+monodoc/browser/list.cs
+
+./list.cs(220) error CS1540: Cannot access protected member
+`Gtk.Settings.GetProperty' via a qualifier of type `Gtk.Settings'; the
+qualifier must be of type `Monodoc.BigList' (or derived from it)
+