[Mono-bugs] [Bug 82444][Nor] Changed - mcs reports different char position errors than csc
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Aug 26 21:35:11 EDT 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 remy.suen at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82444
--- shadow/82444 2007-08-21 22:30:07.000000000 -0400
+++ shadow/82444.tmp.10096 2007-08-26 21:35:11.000000000 -0400
@@ -85,6 +85,36 @@
Python, and every other compiler/interpreter ever written on Unix.) I
don't see CSC.EXE-compatible numbering happening anytime soon.
The best you could likely hope for is an additional mcs option to set
the number of spaces a tab is equal to, or an environment variable.
I'm not sure how much support there would be for this, though.
+
+------- Additional Comments From remy.suen at gmail.com 2007-08-26 21:35 -------
+Hi Jonathan, thanks for the reply. I'm curious, was the tab character
+counting something newly added in 1.2.4 or was there a regression in
+1.2.3?
+
+I tested this on Linux with the binary Mono intsallers:
+ftp://www.go-mono.com/archive/1.2.3/linux-installer/1/mono-1.2.3_1-installer.bin
+ftp://www.go-mono.com/archive/1.2.4/linux-installer/6/mono-1.2.4_6-installer.bin
+
+rcjsuen at sola ~ $ mono-1.2.3/bin/mcs TestNUnit.cs
+TestNUnit.cs(1,3): error CS0246: The type or namespace name
+`TestFixture' could not be found. Are you missing a using directive or
+an assembly reference?
+Compilation failed: 1 error(s), 0 warnings
+rcjsuen at sola ~ $ mono-1.2.3/bin/gmcs TestNUnit.cs
+TestNUnit.cs(1,3): error CS0246: The type or namespace name
+`TestFixture' could not be found. Are you missing a using directive or
+an assembly reference?
+Compilation failed: 1 error(s), 0 warnings
+rcjsuen at sola ~ $ mono-1.2.4/bin/mcs TestNUnit.cs
+TestNUnit.cs(1,10): error CS0246: The type or namespace name
+`TestFixture' could not be found. Are you missing a using directive or
+an assembly reference?
+Compilation failed: 1 error(s), 0 warnings
+rcjsuen at sola ~ $ mono-1.2.4/bin/gmcs TestNUnit.cs
+TestNUnit.cs(1,10): error CS0246: The type or namespace name
+`TestFixture' could not be found. Are you missing a using directive or
+an assembly reference?
+Compilation failed: 1 error(s), 0 warnings
More information about the mono-bugs
mailing list