зеркало из https://github.com/mono/mail-archives.git
99 строки
4.9 KiB
HTML
99 строки
4.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 75284][Maj] Changed - REGRESSION: Type arguments
|
|
of custom attributes in System assembly have wrong type names in IL
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075284%5D%5BMaj%5D%20Changed%20-%20REGRESSION%3A%20Type%20arguments%0A%09of%20custom%20attributes%20in%20System%20assembly%20have%20wrong%20type%20names%20in%20IL&In-Reply-To=bug-75284%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="030787.html">
|
|
<LINK REL="Next" HREF="030789.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 75284][Maj] Changed - REGRESSION: Type arguments
|
|
of custom attributes in System assembly have wrong type names in IL</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075284%5D%5BMaj%5D%20Changed%20-%20REGRESSION%3A%20Type%20arguments%0A%09of%20custom%20attributes%20in%20System%20assembly%20have%20wrong%20type%20names%20in%20IL&In-Reply-To=bug-75284%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 75284][Maj] Changed - REGRESSION: Type arguments
|
|
of custom attributes in System assembly have wrong type names in IL">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Wed Jun 22 05:50:50 EDT 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="030787.html">[Mono-bugs] [Bug 74975][Nor] Changed - Bad CS0647 when
|
|
__SECURITY_BOOTSTRAP_DB env variable is present
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030789.html">[Mono-bugs] [Bug 75284][Maj] Changed - REGRESSION: Type arguments
|
|
of custom attributes in System assembly have wrong type names in IL
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30788">[ date ]</a>
|
|
<a href="thread.html#30788">[ thread ]</a>
|
|
<a href="subject.html#30788">[ subject ]</a>
|
|
<a href="author.html#30788">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">lluis at ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=75284">http://bugzilla.ximian.com/show_bug.cgi?id=75284</A>
|
|
|
|
--- shadow/75284 2005-06-22 05:48:20.000000000 -0400
|
|
+++ shadow/75284.tmp.14505 2005-06-22 05:50:50.000000000 -0400
|
|
@@ -10,12 +10,13 @@
|
|
Component: misc
|
|
AssignedTo: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
ReportedBy: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gert.driesen at pandora.be</A>
|
|
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
|
|
TargetMilestone: ---
|
|
URL:
|
|
+Cc: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">informatique.internet at fiducial.fr</A><A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">,martin at ximian.com</A>
|
|
Summary: REGRESSION: Type arguments of custom attributes in System assembly have wrong type names in IL
|
|
|
|
Apparently, some Type arguments of custom attributes in, for example, the
|
|
System assembly have a bad type name.
|
|
|
|
For example, look at the IL that's emitted for the
|
|
@@ -196,6 +197,11 @@
|
|
make: *** [bin//FicheClient.dll] Erreur 1
|
|
|
|
|
|
|
|
------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">lluis at ximian.com</A> 2005-06-22 05:48 -------
|
|
*** Bug 75323 has been marked as a duplicate of this bug. ***
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">lluis at ximian.com</A> 2005-06-22 05:50 -------
|
|
+This regression seems to be caused by r46035 and r46036.
|
|
+See bug 75323 for a more simple test case.
|
|
+CCing martin.
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="030787.html">[Mono-bugs] [Bug 74975][Nor] Changed - Bad CS0647 when
|
|
__SECURITY_BOOTSTRAP_DB env variable is present
|
|
</A></li>
|
|
<LI>Next message: <A HREF="030789.html">[Mono-bugs] [Bug 75284][Maj] Changed - REGRESSION: Type arguments
|
|
of custom attributes in System assembly have wrong type names in IL
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#30788">[ date ]</a>
|
|
<a href="thread.html#30788">[ thread ]</a>
|
|
<a href="subject.html#30788">[ subject ]</a>
|
|
<a href="author.html#30788">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|