Skip to content

Compare flutter warnings between versions very easily #1600

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

Merged
merged 4 commits into from
Feb 8, 2018

Conversation

jcollins-g
Copy link
Contributor

Adds a grinder that can compare flutter warnings between versions very easily and serve both versions alongside each other so you can check them for differences. I do this manually before releases, but making an automated version should help us catch problems faster.

final Map<String, int> _warningKeyCounts;
final String branch;
final String pubCachePath;
WarningsCollection(this.tempDir, this.pubCachePath, this.branch)
Copy link
Member

Choose a reason for hiding this comment

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

was this dartfmt'd? I would have thought it would insert a newline between the field and the ctor.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did forget to run dartfmt, but it did not do that even when run.

Copy link
Member

Choose a reason for hiding this comment

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

😞

@jcollins-g jcollins-g merged commit 8fccf5b into master Feb 8, 2018
@kevmoo kevmoo deleted the flutter-warn-comparison-nochecked branch February 26, 2018 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants