[Mono-bugs] [Bug 24474] Changed - Applying a named property argument crashes.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
13 May 2002 20:55:23 -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=24474

--- shadow/24474	Thu May  9 22:17:31 2002
+++ shadow/24474.tmp.18420	Mon May 13 16:55:23 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: Misc
 AssignedTo: ravi@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,13 @@
 public class Zippy {
 }
 
 class X {
         static void Main () {}
 }
+
+------- Additional Comments From miguel@ximian.com  2002-05-13 16:55 -------
+I fixed the crash (we were not testing whether there were no
+positional parameters), but the bug is still there: it is not finding
+the member.
+
+