ocaml/merlin

Merlin-lib: return the description of a warning based on its identifier

Open

#1,775 opened on May 29, 2024

 (4 comments) (0 reactions) (0 assignees)OCaml (252 forks)github user discovery
good first issue

Repository metrics

Stars
 (1,690 stars)
PR merge metrics
 (Avg merge 20d 1h) (7 merged PRs in 30d)

Description

In order to make https://github.com/ocaml/ocaml-lsp/issues/717, we'd like to add a function to merlin-lib.util to retrieve the description of a warning. The warnings are already located here: https://github.com/ocaml/merlin/blob/master/src/ocaml/utils/warnings.ml

Contributor guide