[Mono-bugs] [Bug 62983][Nor] Changed - unhandled type in custom attr
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Dec 2004 10:29:45 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62983
--- shadow/62983 2004-08-29 14:51:51.000000000 -0400
+++ shadow/62983.tmp.18426 2004-12-29 10:29:45.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 62983
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: marek.safar@seznam.cz
@@ -35,6 +35,10 @@
}
------- Additional Comments From bmaurer@users.sf.net 2004-08-29 14:51 -------
This looks like it is an mcs bug. I tried it under the msft runtime
and it had a stack overflow (it would not give me a stack trace -->
likely inside unmanaged code).
+
+------- Additional Comments From duncan@ximian.com 2004-12-29 10:29 -------
+I just ran this on a recent mcs, and it compiles and runs without any
+errors.