-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
UX improvements to dartfix --list output #36875
Comments
Additionally, |
It was difficult for me to figure out how to run the nnbd tooling here. Eventually I determined it was
We should iterate here a bit. |
This removes this --list option from dartfix and instead displays the list of fixes when the --help option is specified. Partially addresses #36875 Change-Id: Ibd8b124c2c20a752f7e661672eac8aa2e4483b26 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105002 Auto-Submit: Dan Rubel <danrubel@google.com> Reviewed-by: Devon Carew <devoncarew@google.com> Commit-Queue: Dan Rubel <danrubel@google.com>
This is addressed by Now, either
|
Ah yeah, looks complete. |
I think we can close this and open more specific issues as they come up. |
The
--list
output for dartfix is:We should likely sort so that the
(required)
items are at the top. We may want an 'experimental' section at the end (which would currently hold the nnbd option). We should also add a lot more detail to each fix, including more text about what it does, and a before and after example. We can make liberal use of indent, bold, and whitespace here to make these longer descriptions more legible.cc @danrubel
The text was updated successfully, but these errors were encountered: