[Mono-bugs] [Bug 52987][Min] New - mcs does not have a /bugreport switch

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 17 Jan 2004 06:01:54 -0500 (EST)


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 deobalds@uregina.ca.

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

--- shadow/52987	2004-01-17 06:01:54.000000000 -0500
+++ shadow/52987.tmp.20536	2004-01-17 06:01:54.000000000 -0500
@@ -0,0 +1,80 @@
+Bug#: 52987
+Product: Mono/Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: deobalds@uregina.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs does not have a /bugreport switch
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+`mcs' does not have a /bugreport switch
+
+Steps to reproduce the problem:
+1. Compile using `mcs something.cs /bugreport:report.txt'
+2. 
+3. 
+
+Actual Results:
+error CS2001: Source file '/bugreport' could not be opened
+Compilation failed: 1 error(s), 0 warnings
+
+
+Expected Results:
+### begin sample output
+
+Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
+
+for Microsoft (R) .NET Framework version 1.1.4322
+
+Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
+
+
+
+
+
+A file is being created with information needed to reproduce your compiler
+
+problem. This information includes: software versions, the pathnames and
+
+contents of source code files, referenced assemblies, and modules, compiler
+
+options, compiler output, and any additional information you provide in the
+
+following prompts.
+
+
+
+Please describe the compiler problem (press Enter twice to finish):
+
+testing
+
+
+
+Describe what you think should have happened (press Enter twice to finish):
+
+testing
+### end sample output
+
+
+How often does this happen? 
+Always.
+
+Additional Information:
+- The output shown above is from the Microsoft csc compiler, since this
+feature has not been implemented in mcs yet.
+
+- I am running mono 0.29 from CVS as of Saturday, Jan 17 on Fedora Core 1.
+The csc output was taken from csc.exe packaged with the .NET Framework SDK
+1.1, running on Windows XP.