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 [EMAIL PROTECTED]

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

--- shadow/70506        2006-09-07 10:09:37.000000000 -0400
+++ shadow/70506.tmp.10090      2006-09-07 10:36:45.000000000 -0400
@@ -65,6 +65,18 @@
 ------- Additional Comments From [EMAIL PROTECTED]  2006-09-07 10:09 -------
 Martin reverted r62663 because the fix is bogus (try compiling a file
 named a.2.cs for example).
 
 I think the fix is to either remove the exception from SRE or handle
 it with a workaround inside the compiler.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-09-07 10:36 -------
+To summarize:
+
+When we compute the output file name based on the input file, we must
+always append the .exe extension.  Otherwise, we'd break screnarios
+where the input file is called A.2.cs, A.foo.bar.cs etc.
+
+The question is what to do if the user specified the output filename -
+csc always uses the unmodified filename as it was specified by the user.
+
+The problem is that SRE doesn't allow this.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to