[Mono-bugs] [Bug 63637][Wis] New - mcs doesn't report CS1568

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Aug 2004 21:26:33 -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 jluke@cfl.rr.com.

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

--- shadow/63637	2004-08-22 21:26:33.000000000 -0400
+++ shadow/63637.tmp.26574	2004-08-22 21:26:33.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 63637
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jluke@cfl.rr.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs doesn't report CS1568
+
+When accidently specifying the same resourceID twice mcs does not report
+error CS1568.
+
+csc t.cs /resource:t.xml /resource:t.xml
+csc t.cs /resource:t.xml,a /resource:x.xml,a
+should report the error
+
+csc t.cs /resource:t.xml /resource:t.xml,a
+is ok because it uses a different resource ID
+
+Probably not that important, but it would be helpful for compatibility.