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

feat(compiler): Add warnings subsystem [fixes LNG-117] #906

Merged
merged 33 commits into from
Sep 25, 2023

Conversation

InversionSpaces
Copy link
Contributor

No description provided.

@InversionSpaces InversionSpaces added the e2e Run e2e workflow label Sep 20, 2023
@InversionSpaces InversionSpaces marked this pull request as ready for review September 25, 2023 08:56
@InversionSpaces InversionSpaces enabled auto-merge (squash) September 25, 2023 12:51
@InversionSpaces InversionSpaces merged commit 27a781d into main Sep 25, 2023
@InversionSpaces InversionSpaces deleted the feat/warnings-LNG117 branch September 25, 2023 13:00
@InversionSpaces InversionSpaces changed the title feat(compiler): Add warnings subsystem [fixes LNG117] feat(compiler): Add warnings subsystem [fixes LNG-117] Sep 26, 2023
@linear
Copy link

linear bot commented Sep 26, 2023

LNG-117 Introduce "compile warnings" subsystem for syntax/semantics

Currently compiler either compiles, providing target output, or fails with errors.

It seems necessary to extend these options with warnings that do not fail, but reported after compilation.

This could be used for deprecation warnings, detected anti-patterns, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e2e Run e2e workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants