diff options
author | Marius Kintel <marius@kintel.net> | 2010-07-07 18:38:09 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:36 (GMT) |
commit | 7d9baec9cee3e23ce32093f52cbf7548431353a7 (patch) | |
tree | 7c280d4205cc273d3d364a640c3d3a31fef4ac12 | |
parent | 30d6f20048f9ebd1fbff283399fa08cd99e68948 (diff) |
Added note about absolute filenames
-rw-r--r-- | doc/TODO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 09e283f..421eb96 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -183,6 +183,9 @@ o dxflinextrude and dxfrotextrude could share code o Consider decoupling DXF-specific functionality from the 2D subsystem o Visitation refactoring - Make AbstractNode members private/protected? +o Consider evaluating all referenced files relative to the document path instead + of being absolute. This would e.g. make regression testing of dumpcaching easier. + This would require us to pass a document contect to all traversal methods though. TESTING ------- |