mail-archives/mono-bugs/2005-June/030221.html

99 строки
4.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 75196][Nor] Changed - interop problem with
serialization and deserialization of float and double
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075196%5D%5BNor%5D%20Changed%20-%20interop%20problem%20with%0A%09serialization%20and%20deserialization%20of%20float%20and%20double&In-Reply-To=bug-75196%40chernobyl.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="030220.html">
<LINK REL="Next" HREF="030222.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 75196][Nor] Changed - interop problem with
serialization and deserialization of float and double</H1>
<B>bugzilla-daemon at bugzilla.ximian.com</B>
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2075196%5D%5BNor%5D%20Changed%20-%20interop%20problem%20with%0A%09serialization%20and%20deserialization%20of%20float%20and%20double&In-Reply-To=bug-75196%40chernobyl.ximian.com"
TITLE="[Mono-bugs] [Bug 75196][Nor] Changed - interop problem with
serialization and deserialization of float and double">bugzilla-daemon at bugzilla.ximian.com
</A><BR>
<I>Fri Jun 10 07:03:38 EDT 2005</I>
<P><UL>
<LI>Previous message: <A HREF="030220.html">[Mono-bugs] [Bug 74939][Nor] Changed - CS1028 when there is an #if
for the #endif
</A></li>
<LI>Next message: <A HREF="030222.html">[Mono-bugs] [Bug 75212][Blo] New - console application exporting a
class with remoting
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30221">[ date ]</a>
<a href="thread.html#30221">[ thread ]</a>
<a href="subject.html#30221">[ subject ]</a>
<a href="author.html#30221">[ 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=75196">http://bugzilla.ximian.com/show_bug.cgi?id=75196</A>
--- shadow/75196 2005-06-09 11:08:11.000000000 -0400
+++ shadow/75196.tmp.25972 2005-06-10 07:03:38.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75196
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
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">roeie at mainsoft.com</A>
QAContact: <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">mono-bugs at ximian.com</A>
@@ -50,6 +50,9 @@
The problem is that the conversion of the types float and double to
text is used using the method ToString() whithout specifing a
specific format, so the default is used.
This is written in the class 'SoapTypeMapper' in
namespace 'System.Runtime.Serialization.Formatters.Soap'
attached a diff file for a proposed solution.
+
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">lluis at ximian.com</A> 2005-06-10 07:03 -------
+Fix committed in SVN (r45742). Thanks!
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="030220.html">[Mono-bugs] [Bug 74939][Nor] Changed - CS1028 when there is an #if
for the #endif
</A></li>
<LI>Next message: <A HREF="030222.html">[Mono-bugs] [Bug 75212][Blo] New - console application exporting a
class with remoting
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#30221">[ date ]</a>
<a href="thread.html#30221">[ thread ]</a>
<a href="subject.html#30221">[ subject ]</a>
<a href="author.html#30221">[ 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>