-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
49 lines (31 loc) · 1.62 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
DietNCL TODO -- Tasks that need implementing. -*-outline-*-
* KNOWN BUGS
* FEATURES OR PROBLEMS
+ filter.import: Use 'documentURI' as importation prefix.
An imported <descriptor> should refer to the correct region even if this
was imported by another <importBase> element.
+ filter.import: Replace '#' by some valid string.
We may use SHA1 (together with a collision table) to compute new ids.
+ test-filter-import.lua: Check multiple inclusions of the same file.
+ test-filter-import.lua: Check circular inclusion.
The resolve_importbase() and resolve_importncl() functions, in
filter/import.lua, should check if the target URI was imported in a
previous call. If this is the case, they should silently remove the
<importBase> or <importNCL> element from the source document and return.
+ filter.descriptorSwitch: Create this filter.
Also, at the end of it, delete <descriptorBase>. Add the descriptor
filter as a dependency to be run first.
* OPTIMIZATION AND CLEAN UP
+ dietncl/filter/prenorm*.lua: Revise pre-norm filters.
Some are unfinished.
Local Variables:
mode: outline
outline-regexp: " *[-+*.] \\|"
End:
Copyright (C) 2013-2017 PUC-Rio/Laboratorio TeleMidia
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.3 or any later
version published by the Free Software Foundation; with no Invariant
Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy
of the license is included in the ``GNU Free Documentation License'' file as
part of this distribution.