diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/TODO.txt | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index a456c6a..4212c21 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -58,7 +58,6 @@ o MDI    - currentPath is global but is used by each document, e.g. parser      and handle_dep.  o 3D View -  - OpenGL 2.0 test: What, exactly, is needed from OpenGL 2.0? Can we use 1.x with extensions?    - Improve mouse rotation/zoom/pan    - Add modifier key combos to handle pan and zoom on 1 mouse button systems    - Show grid @@ -253,9 +252,12 @@ o define modules  o define functions  o built-in variables and constants (builtin-tests.scad)  o Write a regression test for the hexagonal cylinder orientation issue +o Caching +  - Test that caching is actually performed (speedup + same results) +  - Test the modifier characters correctly influence the cache (also when +    added/removed)  o other tests    - export    - cmd-line tests    - leaf nodes having children, e.g. cube() cylinder(); -  - caching    - dependency tracking  | 
