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: more concise stats #190

Merged
merged 3 commits into from
Dec 2, 2022
Merged

Conversation

brianmcgee
Copy link
Member

@brianmcgee brianmcgee commented Dec 2, 2022

Changes the current output...

traversed 1222 files
matched 677 files to formatters
left with 2 files after cache
of whom 0 files were re-formatted
all of this in 173.44ms

...to a more concise format

0 files changed in 173ms (processed 1222, matched 677, cache misses 2)

Closes #125

src/engine.rs Outdated Show resolved Hide resolved
@brianmcgee brianmcgee force-pushed the feat/more-concise-stats branch from d3c7ee3 to cd777f6 Compare December 2, 2022 10:54
Copy link
Member

@zimbatm zimbatm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, thanks!

@zimbatm zimbatm merged commit 4800bf5 into numtide:master Dec 2, 2022
@brianmcgee brianmcgee deleted the feat/more-concise-stats branch December 2, 2022 13:30
brianmcgee added a commit to brianmcgee/treefmt that referenced this pull request Dec 9, 2022
* feat: more concise stats

* feat: refine wording of concise stats

Co-authored-by: Jonas Chevalier <[email protected]>

Co-authored-by: Jonas Chevalier <[email protected]>
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.

even more consise stats
2 participants