sboag 00/12/20 21:21:46
Modified: java todo.xml
Log:
Moved unparsed entity task to completed, and added two performance
related tasks, and one error handling task to be done for beta2.
Revision Changes Path
1.18 +31 -18 xml-xalan/java/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/todo.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- todo.xml 2000/12/18 13:23:56 1.17
+++ todo.xml 2000/12/21 05:21:45 1.18
@@ -37,8 +37,8 @@
<actions>
<target-release-description>
- <date>12/15/00</date>
- <level>beta</level>
+ <date>01/05/01</date>
+ <level>beta2</level>
<goal type="conformance">XSLT 1.0 and XPath 1.0 compliant, 98%
conformance test passage.</goal>
<goal type="performance">Reasonable, competative performance. [need
metrics]</goal>
<goal type="stability">Stable, reasonable.</goal>
@@ -47,23 +47,21 @@
</target-release-description>
<!-- Move to completed section when done. -->
-
- <action context="code" category="conformance" priority="high">
- Check relative URL resolution with notations and unparsed entities.
- Not sure if there is a bug here. See note from Thomal Maesing on
- 10/24/2000, titled "Antwort: Re:".
- </action>
- <action context="test" category="feature" priority="high">
- Update the xml-xalan\test\viewResults.xsl stylesheet to show
- differences between two result files from the same test (eg.
- show differences from a results-before.xml run before a developer
- makes a change, with results-after.xml, which was after the
- developer's change.)
- This could be a bunch of stuff added to viewResults.xsl or could
- be a separate stylesheet. See <b>SC</b> for details.
- </action>
-
+ <action context="code" category="performance" who="sb">
+ Optimize "/foo/baz" patterns to use simple child walkers.
+ </action>
+
+ <action context="code" category="performance" who="sb">
+ Optimize "/foo/baz" patterns that have no variability, to a global
space,
+ and don't re-evaluate each time.
+ </action>
+
+ <action context="code" category="error-handling" who="sb">
+ Simplify some of the exception nesting, maybe, and make sure error
listener.
+ are being called for all cases.
+ </action>
+
</actions>
<actions>
@@ -305,6 +303,21 @@
documents and stylesheets to the trusted worker thread to get around IE
security restrictions.
</action>
+ <action context="code" category="conformance" priority="high"
completed="12/19/00">
+ Check relative URL resolution with notations and unparsed entities.
+ Not sure if there is a bug here. See note from Thomal Maesing on
+ 10/24/2000, titled "Antwort: Re:".
+ </action>
+
+ <action context="test" category="feature" priority="high"
completed="12/19/00">
+ Update the xml-xalan\test\viewResults.xsl stylesheet to show
+ differences between two result files from the same test (eg.
+ show differences from a results-before.xml run before a developer
+ makes a change, with results-after.xml, which was after the
+ developer's change.)
+ This could be a bunch of stuff added to viewResults.xsl or could
+ be a separate stylesheet. See <b>SC</b> for details.
+ </action>
</completed>