[Mono-bugs] [Bug 21420] New - custom attributes defined in the same assembly problem
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
6 Mar 2002 12:17:56 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21420
--- shadow/21420 Wed Mar 6 07:17:56 2002
+++ shadow/21420.tmp.28472 Wed Mar 6 07:17:56 2002
@@ -0,0 +1,23 @@
+Bug#: 21420
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: lupus@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: custom attributes defined in the same assembly problem
+
+This test fails to compile on both linux and windows.
+The reason is basically the same, though if you try it the backtraces are
+slightly different in the end: you can't get the custom attribute objects
+if the custom attribute type is defined in the same assembly (ie, we are
+still compiling them).