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

[new release] coq-lsp (0.1.2+v8.16) #22861

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

ejgallego
Copy link
Contributor

Language Server Protocol native server for Coq

CHANGES:

@ejgallego
Copy link
Contributor Author

As always, the 32bit build will fail due to the (now fixed in 4.14+trunk) OCaml upstream bug.

CHANGES:

------------------------

 - Send an error to the client if the client and server versions don't
   match (@ejgallego, ejgallego/coq-lsp#126)
 - Parse options -noinit, -indices-matter, and -impredicative-set from
   `_CoqProject` (@artagnon, @ejgallego, ejgallego/coq-lsp#140, ejgallego/coq-lsp#150)
 - Log file `log-lsp.txt` has been removed in favor of `coq-lsp.trace.server`
   (@artagnon, @ejgallego, ejgallego/coq-lsp#130, ejgallego/coq-lsp#148)
 - Added --bt flag to print a backtrace on error (@Alizter, ejgallego/coq-lsp#147)
 - A detailed view of Coq errors is now displayed in the info panel
   (@ejgallego, ejgallego/coq-lsp#128)
 - Coq "Notice" messages, such as the ones generated by `About` or
   `Search` are not shown anymore as diagnostics. Instead, they will
   be shown on the side panel when clicking on the corresponding
   command. The `show_notices_as_diagnostics` option allows to restore
   old behavior (@ejgallego, ejgallego/coq-lsp#128, fixes ejgallego/coq-lsp#125)
 - Print some more info about Coq workspace configuration (@ejgallego, ejgallego/coq-lsp#151)
 - Admit failed `Qed` by default; allow users to configure it
   (@ejgallego, ejgallego/coq-lsp#118, fixes ejgallego/coq-lsp#90)
@ejgallego
Copy link
Contributor Author

Mmm, it seems the CI is not running?

@kit-ty-kate
Copy link
Member

Thanks!

@kit-ty-kate kit-ty-kate merged commit 838e4cb into ocaml:master Jan 6, 2023
@ejgallego ejgallego deleted the release-coq-lsp-0.1.2+v8.16 branch January 7, 2023 00:47
@ejgallego
Copy link
Contributor Author

Thanks to you! Glad to see the 32bit build is fixed now :D

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

Successfully merging this pull request may close these issues.

[infoview] Show notices on panel instead of diagnostics Admit proof on failed Qed.
2 participants