зеркало из https://github.com/mono/mail-archives.git
83 строки
3.4 KiB
HTML
83 строки
3.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 56774][Nor] Changed - int -> byte better conversion than int -> short
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="017974.html">
|
|
<LINK REL="Next" HREF="017977.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 56774][Nor] Changed - int -> byte better conversion than int -> short
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 56774][Nor] Changed - int -> byte better conversion than int -> short">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Thu, 24 Jun 2004 10:52:28 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="017974.html">[Mono-bugs] [Bug 56774][Nor] Changed - int -> byte better conversion than int -> short
|
|
</A></li>
|
|
<LI> Next message: <A HREF="017977.html">[Mono-bugs] [Bug 60412][Wis] Changed - bug with thread and mutex
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#17975">[ date ]</a>
|
|
<a href="thread.html#17975">[ thread ]</a>
|
|
<a href="subject.html#17975">[ subject ]</a>
|
|
<a href="author.html#17975">[ 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:rharinath@novell.com.">rharinath@novell.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=56774">http://bugzilla.ximian.com/show_bug.cgi?id=56774</A>
|
|
|
|
--- shadow/56774 2004-06-24 10:33:30.000000000 -0400
|
|
+++ shadow/56774.tmp.27472 2004-06-24 10:52:28.000000000 -0400
|
|
@@ -108,6 +108,19 @@
|
|
|
|
|
|
------- Additional Comments From <A HREF="mailto:rharinath@novell.com">rharinath@novell.com</A> 2004-06-24 10:33 -------
|
|
Created an attachment (id=8329)
|
|
proposed fix
|
|
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:rharinath@novell.com">rharinath@novell.com</A> 2004-06-24 10:52 -------
|
|
+The "implicit integral constant conversion" section is wrong in this
|
|
+function. At this point we know that there's an implicit conversion
|
|
+from 'a' to 'p' and from 'a' to 'q'. The implicit integral constant
|
|
+conversion check is already performed in
|
|
+Convert.ImplicitConversionExists(). If this was an optimization, then
|
|
+it is quite wrong, it tries to munge section 6.1.6 and 7.4.2.3.
|
|
+
|
|
+The BetterConversion function is mainly meant to compare 'p' and 'q'
|
|
+only -- and now follows 7.4.2.3 almost exactly (except for the two
|
|
+NULL special cases at the top).
|
|
+
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="017974.html">[Mono-bugs] [Bug 56774][Nor] Changed - int -> byte better conversion than int -> short
|
|
</A></li>
|
|
<LI> Next message: <A HREF="017977.html">[Mono-bugs] [Bug 60412][Wis] Changed - bug with thread and mutex
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#17975">[ date ]</a>
|
|
<a href="thread.html#17975">[ thread ]</a>
|
|
<a href="subject.html#17975">[ subject ]</a>
|
|
<a href="author.html#17975">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|