[Mono-bugs] [Bug 63637][Wis] Changed - mcs doesn't report CS1508

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Aug 2004 21:42:10 -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:27:20.000000000 -0400
+++ shadow/63637.tmp.26834	2004-08-22 21:42:10.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 63637
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 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
+Summary: mcs doesn't report CS1508
 
 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
@@ -29,6 +29,9 @@
 Probably not that important, but it would be helpful for compatibility.
 
 ------- Additional Comments From jluke@cfl.rr.com  2004-08-22 21:27 -------
 Created an attachment (id=9314)
 proposed patch
 
+
+------- Additional Comments From jluke@cfl.rr.com  2004-08-22 21:42 -------
+make that CS1508 not CS1568