[Mono-bugs] [Bug 31782][Nor] Changed - mcs doesn't allow for overriding just a getter or a setter of a property

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 Oct 2002 00:11:46 -0000


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=31782

--- shadow/31782	Tue Oct  8 18:01:44 2002
+++ shadow/31782.tmp.26830	Tue Oct 22 20:11:46 2002
@@ -1,14 +1,14 @@
 Bug#: 31782
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: vladimir@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -51,6 +51,11 @@
 bar.cs(12) error CS0154: The property `Thingy' can not be used in this
 context because it lacks a get accessor
 
 However, CSc compiles this fine (and the result is as-expected).  I don't
 have the language specs to find out whether this is legal or not, but I ran
 into this usage case in CsGL.
+
+------- Additional Comments From miguel@ximian.com  2002-10-22 20:11 -------
+I have now fixed this bug, but I introduced a different one ;-)
+
+It was not fun to fix.