Skip to content

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

Merged
decioferreira merged 12 commits into
masterfrom
warnings
May 9, 2026
Merged

feat: enhance warning reporting and handling in the compiler#140
decioferreira merged 12 commits into
masterfrom
warnings

Conversation

@decioferreira

@decioferreira decioferreira commented Mar 7, 2026

Copy link
Copy Markdown

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

@decioferreira decioferreira merged commit d3db903 into master May 9, 2026
1 of 3 checks passed
@decioferreira decioferreira deleted the warnings branch May 9, 2026 19:09
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