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
I haven't investigated further. I'm not sure why the plugin would not be able to detect the llvm library.
llvm
/src: (run (shell "opam exec -- opam-dune-lint")) main stdlib/Prelude.{bc,csfw} Compiling Prelude Module Prelude compiled WARNING: can't find opam package providing "llvm"! WARNING: can't find opam package providing "llvm"! WARNING: can't find opam package providing "llvm"! WARNING: can't find opam package providing "llvm"! [...]
Full log: https://ci.ocamllabs.io/github/kit-ty-kate/labrys/commit/4a3e0c5dd45343b4de2e22051095b49d05772608/variant/(lint-opam)
The text was updated successfully, but these errors were encountered:
It's because llvm didn't install a lib/llvm/META file (but it did install lib/META.llvm, which I've never seen before).
lib/llvm/META
lib/META.llvm
Sorry, something went wrong.
No branches or pull requests
I haven't investigated further. I'm not sure why the plugin would not be able to detect the
llvm
library.Full log: https://ci.ocamllabs.io/github/kit-ty-kate/labrys/commit/4a3e0c5dd45343b4de2e22051095b49d05772608/variant/(lint-opam)
The text was updated successfully, but these errors were encountered: