Incubaid / arakoon

A consistent distributed key-value store
http://arakoon.org
Apache License 2.0
84 stars 17 forks source link

make arakoon compile with ocaml 4.02 (for now with unsafe_string compile... #515

Closed domsj closed 10 years ago

domsj commented 10 years ago

...r flag)

Do note it no longer compiles with ocaml_version < (4,02)

I've also updated the CI scripts, but they don't work yet as quickcheck is not available in opam for ocaml 4.02. I opened a new pr for Anil: https://github.com/avsm/ocaml-quickcheck/pull/4 ; after that I will make it available in opam. If it takes too long I'll just add the updated quickcheck to our opam packages repository...

I ran the base tests locally and they succeeded.

domsj commented 10 years ago

I'll close this PR and open a new one for 1.8 once #517 has been merged.