зеркало из https://github.com/mono/mail-archives.git
98 строки
4.4 KiB
HTML
98 строки
4.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 77392][Nor] Changed - [PATCH]
|
|
XmlReflectionImporter / SoapReflectionImporter fixes
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077392%5D%5BNor%5D%20Changed%20-%20%5BPATCH%5D%0A%09XmlReflectionImporter%20/%20SoapReflectionImporter%20fixes&In-Reply-To=bug-77392%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="039089.html">
|
|
<LINK REL="Next" HREF="039091.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 77392][Nor] Changed - [PATCH]
|
|
XmlReflectionImporter / SoapReflectionImporter fixes</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077392%5D%5BNor%5D%20Changed%20-%20%5BPATCH%5D%0A%09XmlReflectionImporter%20/%20SoapReflectionImporter%20fixes&In-Reply-To=bug-77392%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 77392][Nor] Changed - [PATCH]
|
|
XmlReflectionImporter / SoapReflectionImporter fixes">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Wed Feb 8 15:03:25 EST 2006</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="039089.html">[Mono-bugs] [Bug 77502][Wis] Changed - gmcs warnings differ from csc
|
|
</A></li>
|
|
<LI>Next message: <A HREF="039091.html">[Mono-bugs] [Bug 77408][Nor] Changed - FillPath has a different
|
|
behaviour from MS GDI+
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#39090">[ date ]</a>
|
|
<a href="thread.html#39090">[ thread ]</a>
|
|
<a href="subject.html#39090">[ subject ]</a>
|
|
<a href="author.html#39090">[ 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">gert.driesen at pandora.be.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=77392">http://bugzilla.ximian.com/show_bug.cgi?id=77392</A>
|
|
|
|
--- shadow/77392 2006-02-08 14:41:46.000000000 -0500
|
|
+++ shadow/77392.tmp.16798 2006-02-08 15:03:25.000000000 -0500
|
|
@@ -133,6 +133,26 @@
|
|
change is not worth it. After all, nobody uses XmlTypeMapping
|
|
directly. Moreover, the serializer could be relying on the old value
|
|
to produce the correct output, so we might be introducing a regression
|
|
here.
|
|
|
|
|
|
+
|
|
+------- Additional Comments From <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">gert.driesen at pandora.be</A> 2006-02-08 15:03 -------
|
|
+- All (or almost all) Import*Mapping methods used the TypeData (eg.
|
|
+ImportClassMapping, ImportEnumMapping, ImportListMapping, ...).
|
|
+
|
|
+- About the unit tests: I know that the XmlTypeMapping tests do not
|
|
+have that much value, but still ... I definitely agree that these
|
|
+tests by itself do not cover much of the serialization code. I agree
|
|
+that much more tests are needed. However, to make more complex tests
|
|
+some of the basic stuff (like XmlTypeMapping.*) needs to match that
|
|
+of MS.NET.
|
|
+
|
|
+I was hoping to add a large batch of tests using
|
|
+ServiceDescriptionReflector but I ran into implementation
|
|
+differences all too soon, making it nearly impossible to have good
|
|
+tests (that pass on both Mono and MS.NET).
|
|
+
|
|
+I'll look into your remarks tomorrow. I definitely don't mind if
|
|
+some parts of my patch are left out because you do not feel
|
|
+comfortable with the changes.
|
|
</PRE>
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="039089.html">[Mono-bugs] [Bug 77502][Wis] Changed - gmcs warnings differ from csc
|
|
</A></li>
|
|
<LI>Next message: <A HREF="039091.html">[Mono-bugs] [Bug 77408][Nor] Changed - FillPath has a different
|
|
behaviour from MS GDI+
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#39090">[ date ]</a>
|
|
<a href="thread.html#39090">[ thread ]</a>
|
|
<a href="subject.html#39090">[ subject ]</a>
|
|
<a href="author.html#39090">[ 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>
|