sboag 00/12/31 01:10:09
Modified: java todo.xml
Log:
Moved the Shane s2s bug and the intermittent failures bug to
completed. Added task for SQL extension code integration.
Revision Changes Path
1.22 +19 -9 xml-xalan/java/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/todo.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- todo.xml 2000/12/27 22:43:20 1.21
+++ todo.xml 2000/12/31 09:10:09 1.22
@@ -47,21 +47,22 @@
</target-release-description>
<!-- Move to completed section when done. -->
-
- <action context="code" category="bugs" who="SB">
- Fix bug with Shane's s2s test hang.
- </action>
-
- <action context="code" category="bugs" who="SB, JK">
- Fix bug with rare intermittent failures, probably in the STree.
+
+ <action context="code" category="feature" who="SB">
+ Integrate John Gentilin <[EMAIL PROTECTED]> code,
+ for SQL Extension Enhancements.
</action>
-
+
<action context="code" category="error-handling" who="SB">
Simplify some of the exception nesting, maybe, and make sure error
listeners
are being called for all cases.
</action>
<action context="code" category="performance" who="SB">
+ For default transformer, do direct transform without stylesheet.
+ </action>
+
+ <action context="code" category="performance" who="SB">
Optimize "." patterns to be ultra simple iterator.
</action>
@@ -78,7 +79,7 @@
Optimize "/foo/baz" patterns that have no variability, to a global
space,
and don't re-evaluate each time.
</action>
-
+
<action context="code" category="conformance" who="GP">
Verify that the recomposing procedure for each of the recomposable
elements matches the standard (including errata).
@@ -222,6 +223,15 @@
<completed>
<!-- Move action sections to here when completed, and date them. -->
+ <action context="code" category="bugs" who="SB" completed="12/31/00">
+ Fix bug with Shane's s2s test hang.
+ </action>
+
+ <action context="code" category="bugs" who="SB, JK" completed="12/31/00">
+ Fix bug with rare intermittent failures, probably in the STree.
+ <note>Verification testing on JK's machine needed.</note>
+ </action>
+
<action context="code" category="performance" who="SB"
completed="12/26/00">
Optimize "/foo/baz" patterns to use simple child walkers.
</action>