[Mono-bugs] [Bug 79451][Nor] Changed - compiler crash when property name matches field name

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 22 11:12:23 EDT 2006


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 rharinath at novell.com.

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

--- shadow/79451	2006-09-22 09:00:37.000000000 -0400
+++ shadow/79451.tmp.28579	2006-09-22 11:12:23.000000000 -0400
@@ -3,21 +3,21 @@
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: jeroen at sumatra.nl               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: compiler crash when property name matches privatescope field name
+Summary: compiler crash when property name matches field name
 
 Given the library assembly:
 
 .assembly extern mscorlib {}
 .assembly TestLib {}
 .module TestLib.dll
@@ -110,6 +110,9 @@
 generate it, I'll probably treat is as more untouchable than Private
 access.
 
 Also, if the .field is Public, I get the same exception, but for a
 different reason.  I'll fix the two bugs separately.
 
+
+------- Additional Comments From rharinath at novell.com  2006-09-22 11:12 -------
+The PrivateScope issue has been fixed in SVN r65815.


More information about the mono-bugs mailing list