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

Tag deprecated warnings #848

Merged
merged 2 commits into from
Aug 31, 2022
Merged

Tag deprecated warnings #848

merged 2 commits into from
Aug 31, 2022

Conversation

jfeser
Copy link
Collaborator

@jfeser jfeser commented Aug 30, 2022

Closes #258

@rgrinberg
Copy link
Member

Thanks. Can you update the CHANGES?

@ulugbekna ulugbekna merged commit 20cb572 into ocaml:master Aug 31, 2022
rgrinberg added a commit to rgrinberg/opam-repository that referenced this pull request Oct 15, 2022
CHANGES:

## Features

- Code action for inlining let bindings within a module or expression. (ocaml/ocaml-lsp#847)

- Tag "unused code" and "deprecated" warnings, allowing clients to better
  display them. (ocaml/ocaml-lsp#848)

- Refresh merlin configuration after every dune build in watch mode (ocaml/ocaml-lsp#853)

## Fixes

- Respect `showDocument` capabilities. Do not offer commands or code actions
  that rely on this request without client support. (ocaml/ocaml-lsp#836)

- Fix signatureHelp on .mll files: avoid "Document.dune" exceptions
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.

Add diagnostics tags
3 participants