OLD | NEW |
1 ******** | 1 ******** |
2 * * | 2 * * |
3 * TODO * | 3 * TODO * |
4 * * | 4 * * |
5 ******** | 5 ******** |
6 | 6 |
7 Lifetime of result Value Tree, make sure we keep pointers. Exslt | 7 Lifetime of result Value Tree, make sure we keep pointers. Exslt |
8 handling of node set values is especially nasty in this respect, | 8 handling of node set values is especially nasty in this respect, |
9 lots of potential mem leaks... | 9 lots of potential mem leaks... |
10 | 10 |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 and lack of optionnal features. | 115 and lack of optionnal features. |
116 -> reports context | 116 -> reports context |
117 | 117 |
118 ID and Key support: | 118 ID and Key support: |
119 -> done but namespace support in keys is not defined | 119 -> done but namespace support in keys is not defined |
120 -> make sure keys are recomputed on new document input | 120 -> make sure keys are recomputed on new document input |
121 | 121 |
122 Profiler: | 122 Profiler: |
123 -> added looks good enough | 123 -> added looks good enough |
124 -> autocorrection of initial calibration loop | 124 -> autocorrection of initial calibration loop |
OLD | NEW |