[Mono-bugs] [Bug 32068][Nor] Changed - mcs should give error for deep cycles in struct
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
11 Nov 2002 16:29:44 -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@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=32068
--- shadow/32068 Thu Oct 10 12:36:53 2002
+++ shadow/32068.tmp.8770 Mon Nov 11 11:29:44 2002
@@ -1,14 +1,14 @@
Bug#: 32068
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: hwang_rob@yahoo.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -58,6 +58,12 @@
How often does this happen?
Always, when the nesting is > 1 level deep. mcs does catch the case when
the parent type is the same as the member type.
Additional Information:
+
+------- Additional Comments From martin@ximian.com 2002-11-11 11:29 -------
+Hmm, such structs would cause major headaches for the debugger, so
+it's really good that this isn't allowed. I'll try to have a look
+at this bug.
+