[Mono-bugs] [Bug 76598][Min] Changed - Compiler fails on accessing indexed properties

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 4 11:06:59 EST 2005


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 at ximian.com.

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

--- shadow/76598	2005-10-30 10:40:18.000000000 -0500
+++ shadow/76598.tmp.1128	2005-11-04 11:06:59.000000000 -0500
@@ -1,15 +1,15 @@
 Bug#: 76598
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
-Priority: Blocker
+Severity: Unknown
+Priority: Minor
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: di at ufgo.org               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -49,6 +49,14 @@
   else if (method.Name.StartsWith ("set_") && args > 2)
 		return false;
 --
 imho should be "args > 1"
 
 P.S. Mono version 1.1.9.2
+
+------- Additional Comments From miguel at ximian.com  2005-11-04 11:06 -------
+Please provide a self-contained test case.  Am setting the bug to
+NEEDINFO for now (please reopen afterwards).
+
+Also, from your description above in C# you are not supposed to call
+indexers manually with "set_Blah", you must call it with the indexer
+syntax so I tend to believe that this is NOTABUG.


More information about the mono-bugs mailing list