X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=todo.txt;h=acb7069c5fc16df5e286f81cd3721c0292c9d378;hb=18d03456d96f7a086a2ccc82ce97fcf056848d90;hp=2b84064d6768b67c1c49c0d7a29e42c74135cd90;hpb=a1571d413d2acac5d4a4fbdf2e50b2d1a6da3aa6;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 +