[Mono-bugs] [Bug 58559][Wis] New - difference in warning/error between csc and mcs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 15 May 2004 16:42:11 -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=58559
--- shadow/58559 2004-05-15 16:42:11.000000000 -0400
+++ shadow/58559.tmp.21102 2004-05-15 16:42:11.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 58559
+Product: Mono: Compilers
+Version: unspecified
+OS: GNU/Linux [Other]
+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: difference in warning/error between csc and mcs
+
+Specifying a file multiple times in the compile line causes this error in mcs:
+error CS1516: Source file `./Scale.cs' specified multiple times
+
+but CSC 1.1 it is only a warning:
+warning CS2002: Source file `./Scale.cs' specified multiple times
+
+this causes the compile to fail instead of continue on mcs