[Mono-bugs] [Bug 78221][Nor] Changed - [PATCH] XmlSchemaImporter support for (root) simple types.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed May 3 07:04:09 EDT 2006


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 lluis at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78221

--- shadow/78221	2006-05-03 06:58:00.000000000 -0400
+++ shadow/78221.tmp.6032	2006-05-03 07:04:09.000000000 -0400
@@ -46,6 +46,20 @@
 indeed a valid bit field.
 
 ------- Additional Comments From gert.driesen at pandora.be  2006-04-27 09:27 -------
 Created an attachment (id=16854)
 Fixes and unit tests
 
+
+------- Additional Comments From lluis at ximian.com  2006-05-03 07:04 -------
+In XmlSchemaImporter.cs:
+
++ enumValue = (n == 0) ? 1 : n * 2;
+
+I guess you mean 2^n ?
+
+About the change in CreateTypeMapping, I can't tell if it is correct
+or not, I don't remember the test case that lead me to use an empty
+namespace as default, so the only way to find out is by testing.
+
+Other than that, the patch looks ok.
+


More information about the mono-bugs mailing list