[Mono-bugs] [Bug 58688][Nor] Changed - MCS does not report error when the same attribute is assigned twice
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 19 May 2004 13:39:42 -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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=58688
--- shadow/58688 2004-05-19 03:56:04.000000000 -0400
+++ shadow/58688.tmp.8525 2004-05-19 13:39:42.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 58688
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -50,6 +50,9 @@
test.cs(7,3): error CS0579: Duplicate 'CLSCompliant' attribute
test.cs(10,4): error CS0579: Duplicate 'CLSCompliant' attribute
test.cs(15,4): error CS0579: Duplicate 'CLSCompliant' attribute
test.cs(20,4): error CS0579: Duplicate 'CLSCompliant' attribute
while mcs does not report any error at all.
+
+------- Additional Comments From marek.safar@seznam.cz 2004-05-19 13:39 -------
+Fixed in CVS