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