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

Group results #176

Open
nickrandolph opened this issue Oct 3, 2023 · 2 comments
Open

Group results #176

nickrandolph opened this issue Oct 3, 2023 · 2 comments

Comments

@nickrandolph
Copy link
Contributor

Currently results are displayed in-line as the tool steps through each check. This means that some checks (such as for the presence of xcode) are missed by the developer as they scroll off screen too quickly.

It would be good to have a summary of all found issues and perhaps group/flag those that have been resolved by uno-check, and those that are still an issue

@spouliot
Copy link
Contributor

spouliot commented Oct 3, 2023

If some steps are in error/incomplete/unfixed the process ends with a warning (in red inside terminals that supports colors) like this:

───────────────────────────────────────────────────────────────────────────────────


🔔 There were one or more problems detected.
Please review the errors and correct them and run uno-check again.

Press Enter to finish...

However avoiding the need to scroll up for one (or many) problems is IMHO a good idea.

@spouliot
Copy link
Contributor

spouliot commented Oct 4, 2023

There's already something that does that grouping. Here's it's reporting xcode check failed (but without much details)

Checkup had Error status: xcode

xcode: 
🔔 There were one or more problems detected.
Please review the errors and correct them and run uno-check again.

Press Enter to finish...

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

No branches or pull requests

2 participants