You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I'm running into #2441 on version 0.26.0. Specifically, I can't seem to simultaneously have a dependency on ppxlib and ocamlformat-lib at the same time or I get the following build error.
Is this expected?
$ ls
_build dune-project
dune ocaml_common_issue_poc.ml
$ cat dune
(executable
(name ocaml_common_issue_poc)
(libraries ppxlib ocamlformat-lib))
$ cat ocaml_common_issue_poc.ml
let _ = Ocamlformat_lib.Translation_unit.parse_and_format
type t = Ppxlib_ast.Parsetree.structure
$ dune clean && dune build ./ocaml_common_issue_poc.exe
File "ocaml_common_issue_poc.ml", line 1:
Error: The files /Users/delta/.opam/5.1.1/lib/ocamlformat-lib/ocamlformat_lib__Translation_unit.cmi
and /Users/delta/.opam/5.1.1/lib/ppxlib/ast/ppxlib_ast.cmi
make inconsistent assumptions over interface Ocaml_common
The text was updated successfully, but these errors were encountered:
I believe I'm running into #2441 on version 0.26.0. Specifically, I can't seem to simultaneously have a dependency on ppxlib and ocamlformat-lib at the same time or I get the following build error.
Is this expected?
The text was updated successfully, but these errors were encountered: