[Mono-bugs] [Bug 32068][Min] Changed - mcs should give error for deep cycles in struct
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 19 May 2003 05:53:55 -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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=32068
--- shadow/32068 Sat Nov 16 18:17:42 2002
+++ shadow/32068.tmp.13928 Mon May 19 05:53:54 2003
@@ -1,12 +1,12 @@
Bug#: 32068
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: hwang_rob@yahoo.ca
@@ -67,7 +67,11 @@
it's really good that this isn't allowed. I'll try to have a look
at this bug.
------- Additional Comments From martin@ximian.com 2002-11-16 18:17 -------
mcs doesn't report an error; priority == minor.
+
+
+------- Additional Comments From martin@ximian.com 2003-05-19 05:53 -------
+I think this can now easily be checked with the new flow analysis code where this'd also cause problems. I'll have a look at it.