Skip to content

(WIP) No batching of warning/errors #3810

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mtzguido
Copy link
Member

This PR makes the error reporting module not batch nor deduplicate any errors, and just print them immediately instead. It improves response time in batch mode, since the warnings show up immediately as they are logged instead of after checking the whole module.

Marking WIP since
1- We should make sure to not raise so many errors for the same reason, which was the original reason why we deduplicate
2- We should make the IDE report immediately, it currently also batches.

This would make interactivity in Pulse much better by showing warnings over statements as soon as they are checked.

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.

1 participant