janestreet / ppx_optcomp

Optional compilation for OCaml
MIT License
65 stars 18 forks source link

Broken with 4.04.0 #4

Closed vbmithr closed 6 years ago

avsm commented 7 years ago

To elaborate:

# findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/travis/.opam/4.04.0/lib/ocaml/compiler-libs, /home/travis/.opam/4.04.0/lib/ocaml
# /home/travis/.opam/4.04.0/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_core src/ppx_optcomp.cmxa bin/optcomp.cmx -o bin/optcomp.native
# + /home/travis/.opam/4.04.0/bin/ocamlfind ocamlopt -linkpkg -g -thread -linkpkg -package ppx_tools.metaquot -package ppx_core src/ppx_optcomp.cmxa bin/optcomp.cmx -o bin/optcomp.native
# Uncaught exception: Fl_topo.Inconsistent_ordering
hhugo commented 6 years ago

https://github.com/janestreet/ppx_driver/issues/5

hhugo commented 6 years ago

This is likely solved already. reopen if needed.