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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-04-27 09:27 ------- Created an attachment (id=16854) Fixes and unit tests + +------- Additional Comments From [EMAIL PROTECTED] 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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
