[Mono-bugs] [Bug 28030][Nor] Changed - Error CS1604 no trhown in some cases.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
2 Aug 2002 01:00:18 -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 martin@gnome.org.

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

--- shadow/28030	Thu Aug  1 19:52:54 2002
+++ shadow/28030.tmp.739	Thu Aug  1 21:00:18 2002
@@ -1,13 +1,13 @@
 Bug#: 28030
 Product: Mono/MCS
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: Debian sid alp cvs packages
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: kiwnix@yahoo.es               
 QAContact: mono-bugs@ximian.com
@@ -60,6 +60,13 @@
 ------- 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.
+
+------- Additional Comments From martin@gnome.org  2002-08-01 21:00 -------
+I removed the #ifdef and made it work with Using.  Btw. this did not 
+break Fixed since Fixed is not using a LocalVariableReference but 
+working on the LocalBuilder directly.
+
+