Skip to content
New issue

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

Plugin loading code is a outdated Vs ocamlfind #463

Open
smondet opened this issue Aug 16, 2016 · 0 comments
Open

Plugin loading code is a outdated Vs ocamlfind #463

smondet opened this issue Aug 16, 2016 · 0 comments

Comments

@smondet
Copy link
Member

smondet commented Aug 16, 2016

New version of OCamlfind have the plugin(...) thing.

So this code does not catch the .cmxs:

ketrew/src/lib/plugin.ml

Lines 66 to 73 in 724e1a6

let archives =
try
Findlib.package_property predicates dep "archive"
|> String.split ~on:(`Character ' ')
|> List.filter ~f:((<>) "")
|> List.map ~f:(Findlib.resolve_path ~base)
with _ -> []
in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant