[Mono-bugs] [Bug 42216][Nor] Changed - some custom attributes get ignored by mcs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 5 May 2003 00:25:49 -0400 (EDT)
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=42216
--- shadow/42216 Mon May 5 00:24:41 2003
+++ shadow/42216.tmp.24378 Mon May 5 00:25:49 2003
@@ -1,13 +1,13 @@
Bug#: 42216
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -38,6 +38,10 @@
return 0;
}
}
------- Additional Comments From miguel@ximian.com 2003-05-05 00:24 -------
The code now reports an error in that case (just like the MS runtime does)
+
+------- Additional Comments From miguel@ximian.com 2003-05-05 00:25 -------
+Am closing this bug, unless I missed the point. null arguments to an
+attribute for an object argument is apparently invalid.