зеркало из https://github.com/mono/mail-archives.git
80 строки
3.3 KiB
HTML
80 строки
3.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 44845][Wis] Changed - MCS doesn't find the best overloaded match for a constructor
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="006693.html">
|
|
<LINK REL="Next" HREF="006695.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 44845][Wis] Changed - MCS doesn't find the best overloaded match for a constructor
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 44845][Wis] Changed - MCS doesn't find the best overloaded match for a constructor">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>Wed, 30 Jul 2003 13:20:42 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="006693.html">[Mono-bugs] [Bug 44845][Wis] Changed - MCS doesn't find the best overloaded match for a constructor
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006695.html">[Mono-bugs] [Bug 44845][Wis] Changed - MCS doesn't find the best overloaded match for a constructor
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6694">[ date ]</a>
|
|
<a href="thread.html#6694">[ thread ]</a>
|
|
<a href="subject.html#6694">[ subject ]</a>
|
|
<a href="author.html#6694">[ 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="mailto:ravi@ximian.com.">ravi@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=44845">http://bugzilla.ximian.com/show_bug.cgi?id=44845</A>
|
|
|
|
--- shadow/44845 Wed Jul 30 13:13:16 2003
|
|
+++ shadow/44845.tmp.19942 Wed Jul 30 13:20:42 2003
|
|
@@ -220,6 +220,16 @@
|
|
that didn't change the result.
|
|
|
|
|
|
------- Additional Comments From <A HREF="mailto:ravi@ximian.com">ravi@ximian.com</A> 2003-07-30 13:13 -------
|
|
Am working on it - seems to me that the contructor from System.Object
|
|
is sneaking in and creating havoc in overload resolution.
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:ravi@ximian.com">ravi@ximian.com</A> 2003-07-30 13:20 -------
|
|
+Okay I was blabbing before.
|
|
+
|
|
+It seems that the overload resolution process finds that none of the
|
|
+three applicable constructors match and that is what I find very strange.
|
|
+
|
|
+It seems to be related to the issue of the same type coming from
|
|
+different assemblies as Lupus pointed out. Is the type in corlib
|
|
+marked internal ?
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="006693.html">[Mono-bugs] [Bug 44845][Wis] Changed - MCS doesn't find the best overloaded match for a constructor
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006695.html">[Mono-bugs] [Bug 44845][Wis] Changed - MCS doesn't find the best overloaded match for a constructor
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6694">[ date ]</a>
|
|
<a href="thread.html#6694">[ thread ]</a>
|
|
<a href="subject.html#6694">[ subject ]</a>
|
|
<a href="author.html#6694">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|