[Mono-bugs] [Bug 58488][Wis] Changed - Poor CS0162 diagnostic

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 11:28:27 -0400 (EDT)


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=58488

--- shadow/58488	2004-05-14 06:56:32.000000000 -0400
+++ shadow/58488.tmp.7521	2004-05-14 11:28:27.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: michi@zeroc.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -38,6 +38,14 @@
 Michi.
 
 ------- Additional Comments From gonzalo@ximian.com  2004-05-14 06:56 -------
 Created an attachment (id=7706)
 Proposed fix
 
+
+------- Additional Comments From miguel@ximian.com  2004-05-14 11:28 -------
+Can you confirm if the above fixes the issue?
+
+There are a few spots where we mistakenly might not propagate the
+location information, so from time to time we get that kind of error.
+
+Getting the source would help, yes.