chapel-lang/chapel

[Feature Request]: show unstable warnings in CLS

Open

#24,986 opened on May 3, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Chapel (446 forks)auto 404
area: Python bindingsarea: Toolsgood first issuetype: Feature Request

Repository metrics

Stars
 (2,010 stars)
PR merge metrics
 (PR metrics pending)

Description

Summary of Feature

Description:

chpl-language-server should be able to show unstable warnings in the editor, just like other errors and warnings. This should be an off-by-default feature, controlled with a flag to CLS (--warn-unstable).

Ultimately, I think CLS should support more general compiler/warning flags to turn on other Chapel warnings. But this requires more warnings to be moved into Dyno.

Contributor guide