Skip to content

feat: enhance warning reporting and handling in the compiler#140

Open
decioferreira wants to merge 9 commits intomasterfrom
warnings
Open

feat: enhance warning reporting and handling in the compiler#140
decioferreira wants to merge 9 commits intomasterfrom
warnings

Conversation

@decioferreira
Copy link
Copy Markdown

@decioferreira decioferreira commented Mar 7, 2026

Closes #45.

This PR introduces warnings reporting for the Guida compiler and exposes it consistently in both the CLI and the API.

Previously, the compiler only surfaced errors. With this change, the compilation pipeline can now also emit warnings, allowing developers to be informed about non-blocking issues while still producing valid output.

Missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add --deny-warnings flag to make command add default warnings

1 participant