Skip to content

Display total error/warning count at the end of the error summary when in async mode #635

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

Closed
mbalc opened this issue Jul 28, 2021 · 2 comments · Fixed by #705
Closed

Display total error/warning count at the end of the error summary when in async mode #635

mbalc opened this issue Jul 28, 2021 · 2 comments · Fixed by #705

Comments

@mbalc
Copy link

mbalc commented Jul 28, 2021

Feature motivation

In projects where there are lots of errors that are kept to be fixed 'later', the number count is a great indicator for whether maintenance of the errors goes in the right direction - whether the count increases or decreases

We should make the error count as easy to access
However, when using webpack in watch/async mode, the error count is not accessible (comparing to sync mode, where errors are reported to webpack and are shown in total summary)

Feature description

This is what I get when building the project single time, without 'watch mode' on:
image

I'd like to get a similar summary every time the project is checked against this plugin in async mode; now it looks like this (at least in "fork-ts-checker-webpack-plugin": "^6.1.0"):
image

piotr-oles added a commit that referenced this issue Jan 31, 2022
It's easier to track progress with stats.

✅ Closes: #635
@piotr-oles
Copy link
Collaborator

Thanks for the idea, I created a PR to implement that :)

piotr-oles added a commit that referenced this issue Jan 31, 2022
It's easier to track progress with stats.

✅ Closes: #635
piotr-oles added a commit that referenced this issue Feb 1, 2022
It's easier to track progress with stats.

✅ Closes: #635
@piotr-oles
Copy link
Collaborator

🎉 This issue has been resolved in version 7.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

2 participants