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=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 [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
