[Mono-bugs] [Bug 36704][Nor] Changed - Assorted System.Xml.XmlSchema fixes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Oct 2003 04:25:42 -0400 (EDT)


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 ginga@kit.hi-ho.ne.jp.

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

--- shadow/36704	2003-02-18 13:15:06.000000000 -0500
+++ shadow/36704.tmp.1073	2003-10-13 04:25:42.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 36704
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEEDINFO   
+Status: CLOSED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: roam@ringlet.net               
@@ -130,6 +130,15 @@
 I'll be grateful if you have some tests for those schema problems.
 
 Anyway, I've fixed XmlSchemaObjectEnumerator and XmlSchemaAnnotation.
 Thanks again for those checks and patches!
 
  Atsushi Eno
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-10-13 04:25 -------
+Now I close this report. 
+
+Just one note, XmlSchema#Compile() now does not use 'isCompiled' and
+it tries to Compile() every time it is called. And in fact, MS.NET
+does not automatically call Compile() after modifying its 
+subcomponents, after the first compilation.
+