[Mono-bugs] [Bug 73294][Nor] Changed - gmcs not reporting line numbers in errors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Mar 2005 13:45:57 -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 martin@ximian.com.

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

--- shadow/73294	2005-03-15 19:08:02.000000000 -0500
+++ shadow/73294.tmp.29486	2005-03-17 13:45:57.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 73294
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: lluis@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -34,6 +34,10 @@
 lluis@portatil:~/temp> gmcs kk2.cs /t:library
 error CS0119: Expression denotes a `type' where a `variable, value, method
 group' was expected
 Compilation failed: 1 error(s), 0 warnings
 
 As you can see, the error line number is not shown. It works fin in mcs.
+
+------- Additional Comments From martin@ximian.com  2005-03-17 13:45 -------
+I'm closing this as fixed because it's already fixed in MCS, so it'll
+automatically get in when I merge next week.