ocaml/merlin

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

Ouverte

#1 775 ouverte le 29 mai 2024

 (4 commentaires) (0 réaction) (0 personne assignée)OCaml (252 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (1 690 étoiles)
Métriques de merge PR
 (Merge moyen 20j 1h) (7 PRs mergées en 30 j)

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

Guide contributeur