From 7d9baec9cee3e23ce32093f52cbf7548431353a7 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Wed, 7 Jul 2010 20:38:09 +0200 Subject: Added note about absolute filenames 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 ------- -- cgit v0.10.1