Charles Chamberlain

Results 20 comments of Charles Chamberlain

Just saw that! True - thanks

Reason [just started supporting OCaml 4.07](https://github.com/facebook/reason/blob/master/reason.opam) so it should be somewhat easy to move... actually supporting both 4.07 and 4.08 is harder. I don't think it depends on #7 necessarily...

Yeah I think I'd rather use [ppx_optcomp](https://github.com/janestreet/ppx_optcomp) so we don't have to introduce tooling to work with another kind of preprocessor. I'm not sure what the actual changes are, but...

We support 4.07 now! But to get 4.06 working we'll likely need to use ppx_optcomp.

Hey! Sorry it's taken a while to respond. Commit cacd3255ab43c011d09f26016a2a2c1dd5d04db0 is still on 4.06 so you could try checking that out when Bucklescript is ready. It's a little hard to...

I'm not sure sure how we do it, but we do run the challenge that if something shadows the Failure constructor relit stops working, so... we should probably find a...

To be clear you *can* specify notation aliases in signatures, which is something but a weird state to only support.

I think I am having this problem too. Leveldb is installed with `brew install leveldb --build-from-source` building successfully. I'm not sure where that exactly puts the files but I found...

Nope :/ It fails with the following: ``` $ dune build @all && dune install cc src/leveldb_stubs.o (exit 1) (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -g -I /Users/charleschamberlain/.opam/default/lib/ocaml -I...

Thanks @jordwalke - should've posted it in OCaml to start