[Mono-bugs] [Bug 33187][Wis] Changed - AllowMultiple flag in attributes is ignored.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
7 Dec 2002 02:03:38 -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=33187
--- shadow/33187 Tue Nov 5 19:44:27 2002
+++ shadow/33187.tmp.31881 Fri Dec 6 21:03:38 2002
@@ -11,13 +11,13 @@
AssignedTo: ravi@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: We should flag duplicate toplevel attributes
+Summary: AllowMultiple flag in attributes is ignored.
We do not flag duplicated toplevel attributes:
g:\mono\mcs\class\System.Windows.Forms\System.Windows.Forms.Design\AssemblyInfo.cs(58,12):
@@ -36,6 +36,14 @@
Good point. that is the case.
------- Additional Comments From ravi@ximian.com 2002-11-05 19:44 -------
Hehe, well it seems that there is no code anywhere which strictly
enforces the AllowMultiple flag ! Lemme write the code for that and we
should be done :-)
+
+------- Additional Comments From miguel@ximian.com 2002-12-06 21:03 -------
+Proper checking of this should take place (I just changed the summary
+to this new better describing message).
+
+Ravi, any luck with this? Or a pointer of where I should insert this
+code?
+