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

[Feature Request]: show unstable warnings in CLS #24986

Open
jabraham17 opened this issue May 3, 2024 · 1 comment
Open

[Feature Request]: show unstable warnings in CLS #24986

jabraham17 opened this issue May 3, 2024 · 1 comment
Labels
area: Python bindings For things related to chapel-py, chpl-language-server, chplcheck, etc. area: Tools good first issue type: Feature Request

Comments

@jabraham17
Copy link
Member

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.

@jabraham17 jabraham17 added type: Feature Request area: Tools area: Python bindings For things related to chapel-py, chpl-language-server, chplcheck, etc. labels May 3, 2024
@DanilaFe
Copy link
Contributor

DanilaFe commented May 3, 2024

This seems easy enough. However, noting that some unstable warnings are issued from the production compiler after Dyno cedes control. Thus, we can't issue all unstable warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Python bindings For things related to chapel-py, chpl-language-server, chplcheck, etc. area: Tools good first issue type: Feature Request
Projects
None yet
Development

No branches or pull requests

2 participants