-
Notifications
You must be signed in to change notification settings - Fork 80
Check if ocamllsp is present the dune way #1907
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, this is much better than the old workaround! Thanks, @PizieDust, and dune devs!
PD: I'm personally not a huge fan of using polymorphic variants all over. But that's just my taste.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I leave it to you and to @smorimoto whether to leave or to remove the changelog entry.
Could you please resolve conflicts? |
Co-authored-by: Sonja Heinze <[email protected]>
Co-authored-by: Sonja Heinze <[email protected]>
Co-authored-by: Sonja Heinze <[email protected]>
Co-authored-by: Sonja Heinze <[email protected]>
Signed-off-by: Sora Morimoto <[email protected]>
Previously, wrt Dune package management we check if ocamllsp is present by checking if its found in the
dev-tools.lock
directory.This PR ocaml/dune#11922 allows us to be able to check for the presence of ocamllsp in a much cleaner way
dune tools which ocamllsp
.cc @pitag-ha