-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
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:
- [windows] Newer SerAPI versions fail to build to path length limit #331
- [windows] findlib is not initalized correcty when called from coq-lsp #332
- [windows] Platform binaries can't find
libgmp-10.dll
when called from a native app #333
After all the above are fixed, I'm happy to report coq-lsp runs pretty well!
Other relevant issues / PRs:
FlashSheridan