[Mono-bugs] [Bug 70817][Maj] Changed - [REGRESSION] mcs improperly emitting CS0214 for properties with set accessors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 26 Dec 2004 18:31:58 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/70817	2004-12-26 18:31:01.000000000 -0500
+++ shadow/70817.tmp.19413	2004-12-26 18:31:58.000000000 -0500
@@ -3,15 +3,15 @@
 Version: 1.1
 OS: unknown
 OS Details: OSX 10.3.7
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Wishlist
+Priority: Major
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: marek.safar@seznam.cz                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: [REGRESSION] mcs improperly emitting CS0214 for properties with set accessors
@@ -28,6 +28,11 @@
                 get { return ptr; }
                 set { ptr = value; }
         }
 }
 
 -kangaroo
+
+------- Additional Comments From bmaurer@users.sf.net  2004-12-26 18:31 -------
+Marek, I have no idea how the refactoring that was done for custom
+accessors works. Am assigning. Can you please add some comments in the
+code?