ocaml/merlin

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

Offen

#1.775 geöffnet am 29.05.2024

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)OCaml (252 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (1.690 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 20T 1h) (7 gemergte PRs in 30 T)

Beschreibung

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