[Mono-bugs] [Bug 38961][Wis] Changed - Flow analysis is lacking for 'out' assignment checking

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 5 Mar 2003 20:55:48 -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 miguel@ximian.com.

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

--- shadow/38961	Sun Mar  2 06:31:44 2003
+++ shadow/38961.tmp.2949	Wed Mar  5 20:55:48 2003
@@ -1,14 +1,14 @@
 Bug#: 38961
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dick@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -47,6 +47,12 @@
 
 
 :; mcs unused.cs 
 unused.cs(3) error CS0177: The out parameter `wibble' must be assigned
 before control leave the current method.
 Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From miguel@ximian.com  2003-03-05 20:55 -------
+Neither our compiler or the Microsoft compiler can track flow in this
+way.  It would be nice to have, but it requires too much work.
+
+Am going to close this bug