flh

Results 5 comments of flh

"ocamlfind install" call in src/unicodelib/Rules.mk writes files in /usr/local/lib/ocaml/4.05.0/unicodelib Yet, configure.ml guesses /usr/local/lib/ocaml/unicodelib and writes this value in INSTALL_UNICODELIB_DIR and UnicodeLibConfig.ml

Actually, configure.ml reports this: The findlib default location is /usr/local/lib/ocaml/4.05.0 but the selected libdir is /usr/local/lib/ocaml configure.ml should probably choose the value reported by findlib instead of sticking to its...

I'm currently trying to remove #ifdefs from src/db/Db.ml. Do you have any example code which actually uses this, so that I can try to modify Db.ml without breaking to many...

I've started working on refactoring the code, by moving all DBMS-specific stuff to separate modules with a common interface so that we can only build modules whose dependencies are satisfied....

I've pushed 16f552b724fbe789cca8350c01745f118e21f3d8 which refactors Db.ml (see commit message). The source builds correctly with Sqlite3 and Mysql, yet I have no time to run the code and test it. I...