We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usually it's possible to use vendored libraries and ppxs using dune by simply copying them into a subdirectory. This seems to fail with metapp:
% cat test.ml let _ = [%meta [%e 42]] % cat dune (executable (name test) (preprocess (pps metapp.ppx))) % dune build test.exe ppx test.pp.ml % opam source metapp Successfully extracted to metapp.0.4.0 % dune build test.exe ppx test.pp.ml (exit 1) (cd _build/default && .ppx/e7c203cacf1cd3bb02e6242329effa31/ppx.exe -o test.pp.ml --impl test.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast) File "_none_", line 1: Error: interface mismatch on Metapp_preutils__
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Usually it's possible to use vendored libraries and ppxs using dune by simply copying them into a subdirectory. This seems to fail with metapp:
The text was updated successfully, but these errors were encountered: