]> git.droids-corp.org - protos/libecoli.git/blobdiff - todo.txt
add meson support
[protos/libecoli.git] / todo.txt
index 2b84064d6768b67c1c49c0d7a29e42c74135cd90..acb7069c5fc16df5e286f81cd3721c0292c9d378 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -123,6 +123,8 @@ X file + partial completion
 - fusion node: need to match several children, same for completion?
 - float
 - not
 - fusion node: need to match several children, same for completion?
 - float
 - not
+- reparse: parse a tree with received strvec, then another tree
+  with strvec generated from first tree
 
 encoding
 ========
 
 encoding
 ========
@@ -421,3 +423,17 @@ c
 ---------------
 
 
 ---------------
 
 
+about split in several libraries
+
+There are several options:
+
+1/ one library, config options to select libyaml, libedit
+   - need to manage dependencies in build system
+
+2/ one library for ecoli-core, one for ecoli-yaml, one for
+   ecoli-edit
+   - extra complexity
+
+3/ one library with core + yaml + edit
+   dependency is managed at runtime
+