-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add coq-lsp to Coq Platform #319
Comments
The depending PRs are ready / merged, thus I'm requesting inclusion, IIUC the guide states 4 TODO points:
This issue should work.
I agree and commit to all of this.
That's the case now (serlib being the only annoying dep, and is already there). |
Additionally, if you tell me which file to touch (sorry I couldn't manage to figure this out today) I'll be happy to do the pull request myself. |
Thanks @Zimmi48 for both the suggestion to do this and the help with setting the right meta-data. We have discussed a bit on the coq-lsp side and we think 0.1.4 (or 0.2.0) should offer the right compatibility story for the 8.17 release, so that's the version we will target for inclusion. The main compatibility story is that client and server need to agree on the (only important) extension our LSP has, the We have now a plan that should handle different versions reasonably. |
Hi @MSoegtropIMC , is there any hope to include coq-lsp in the 2023.03 platform? |
Dear Coq Platform maintainers, this is to inform you that I'd like to add coq-lsp to the 8.16, 8.17, and dev set of packages. I'd be happy to prepare a 8.15 version if a release is planned.
Thanks to @jim-portegies for the feedback, I have tested
coq-lsp
to work fine on Windows, starting with the 0.1.6 release. There are a couple of issues to solve in order to get a smooth Windows experience tho:Related issues:
libgmp-10.dll
when called from a native app #333After all the above are fixed, I'm happy to report coq-lsp runs pretty well!
Other relevant issues / PRs:
The text was updated successfully, but these errors were encountered: