]> granicus.if.org Git - graphviz/commitdiff
Update TODO comment
authorerg <devnull@localhost>
Thu, 2 Jul 2009 14:38:51 +0000 (14:38 +0000)
committererg <devnull@localhost>
Thu, 2 Jul 2009 14:38:51 +0000 (14:38 +0000)
lib/gvpr/gvpr.c

index 620117201f233f6f0777ee852fddb1c070af41e0..947aa4c435e45fbdec8a899375730e4d262ac93f 100644 (file)
@@ -192,6 +192,8 @@ static int parseArgs(char *s, int argc, char ***argv)
  * If arg contains '/', return arg.
  * Else search directories in GPRPATH for arg.
  * Return NULL on error.
+ * 
+ * FIX - use pathinclude/pathfind
  */
 static char *resolve(char *arg)
 {
@@ -821,8 +823,12 @@ gverrorf (Expr_t *handle, Exdisc_t *discipline, int level, ...)
  * main loop for gvpr.
  * Return 0 on success; non-zero on error.
  *
- * FIX:
+ * FIX/TODO:
  *  - close non-source/non-output graphs
+ *  - flag to clone target graph?
+ *  - remove assignment in boolean warning if wrapped in ()
+ *  - supply input edge during traversal
+ *  - do automatic cast for array indices if type is known
  */
 int gvpr (int argc, char *argv[], gvpropts * uopts)
 {