[Mono-bugs] [Bug 79918][Wis] Changed - [2.0] mono/asp.net passes to be compiled files as a command line argument to codedom provider

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jan 20 11:14:07 EST 2007


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 mh at remobjects.com.

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

--- shadow/79918	2007-01-19 22:38:48.000000000 -0500
+++ shadow/79918.tmp.24407	2007-01-20 11:14:07.000000000 -0500
@@ -86,6 +86,21 @@
 compiler, could you please post what is the desired behavior, am not
 sure we understand the bug (some of us are looking at the report, and
 we are wondering exactly what to do).
 
 Please post either a test case, with the observed and desired effects,
 or post a patch against Mono. 
+
+------- Additional Comments From mh at remobjects.com  2007-01-20 11:14 -------
+Miguel: the problem being reported is that while "5bee960c.0pas" in
+the outbut above is passed via the "string[] fileNames" parameter,
+"MasterPage.master.pas" is instead passed via compilerOptions.
+
+this is inconsistent with how Microsoft .NET's ASP.NET behaves, which
+will pass *all* source files fileNames.
+
+
+this is actually not an issue for us specifically (our compiler
+handles filenames compilerOptions, as well, but it *is* an
+inconsistency and might cause problems for other language/CodeDom authors.
+
+marc hoffman


More information about the mono-bugs mailing list