[Mono-bugs] [Bug 28030][Nor] Changed - Error CS1604 no trhown in some cases.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
1 Aug 2002 23:52:54 -0000
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=28030
--- shadow/28030 Sat Jul 20 13:16:53 2002
+++ shadow/28030.tmp.26087 Thu Aug 1 19:52:54 2002
@@ -2,13 +2,13 @@
Product: Mono/MCS
Version: unspecified
OS: GNU/Linux [Other]
OS Details: Debian sid alp cvs packages
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: kiwnix@yahoo.es
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -53,6 +53,13 @@
foreach(char elem in nombre_c)
{
elem = ' ';
}
}
}
+
+------- Additional Comments From miguel@ximian.com 2002-08-01 19:52 -------
+Small comment: I attempted to fix this some months ago, and I had not
+revisisted this. The code to check for this lives in expression.cs in
+LocalVariableReference. The code is currently ifdef-ed out.
+
+If this code is turned on, then it breaks Using and Fixed.