X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=todo.txt;h=acb7069c5fc16df5e286f81cd3721c0292c9d378;hb=92a8ba50b89dabb662e6e66b3376b7cbf72d52d6;hp=2b84064d6768b67c1c49c0d7a29e42c74135cd90;hpb=181334a4cd586d3c958898dd19291b856c461dee;p=protos%2Flibecoli.git diff --git a/todo.txt b/todo.txt index 2b84064..acb7069 100644 --- 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 +- reparse: parse a tree with received strvec, then another tree + with strvec generated from first tree 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 +