diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-08 12:41:33 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-08 12:41:33 (GMT) |
commit | a5d3086dda34525c0a2529bb778590ff4f88e6db (patch) | |
tree | 0eca2aa10ac93dab4545bbeaa527b2171ade6eb3 | |
parent | e20a7c261a9671d05d1cd4cea7334f2051123dfa (diff) |
Mentioned confusing error reporting with errors in included files
-rw-r--r-- | doc/TODO.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 8f6d257..9479e69 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -175,10 +175,12 @@ o Misc - Is there a reason why modules like echo, empty if, empty for loop returns an empty AbstractNode instead of being ignored? - Dependency tracking of libraries (USE'd modules) isn't implemented. See Mail from nophead 20110823. -o Grammar +o Grammar/Parser - dim->name -> dim->label - A random(seed) function - linear_extrude()/rotate_extrude(): Cumbersome names? -> (extrude, revolve, lathe, sweep ?) + - If a compile error occurs in an included file, line numbers are global + and doesn't say in which file the error occurred. o Hollow donut problem When extruding a 2D CSG tree (e.g. a polygon with a hole), the hole information is lost when performing the extrusion. For linear |