Skip to content

Prepare for 0.20.2 and fix void problems #1727

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 9 commits into from
Jul 25, 2018
Merged

Prepare for 0.20.2 and fix void problems #1727

merged 9 commits into from
Jul 25, 2018

Conversation

jcollins-g
Copy link
Contributor

@jcollins-g jcollins-g commented Jul 20, 2018

Fixes #1724 and another part of #1728, and updates the analyzer package to the latest version.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Jul 20, 2018
Copy link
Contributor

@MichaelRFairhurst MichaelRFairhurst left a comment

Choose a reason for hiding this comment

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

LGTM!

@jcollins-g
Copy link
Contributor Author

Added some minor tweaks post-merge to minimize the number of packages we still depend on that don't have updated upper bounds.

@jcollins-g
Copy link
Contributor Author

@MichaelRFairhurst PTAL post merge?

@jcollins-g jcollins-g requested a review from devoncarew July 24, 2018 20:11
Copy link
Member

@devoncarew devoncarew left a comment

Choose a reason for hiding this comment

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

last commit lgtm

lib/dartdoc.dart Outdated
void logAnalysisErrors(Set<Source> sources) async {
List<AnalysisErrorInfo> errorInfos = [];
Future<void> logAnalysisErrors(Set<Source> sources) async {
List<AnalysisErrorInfo> errorInfos = <AnalysisErrorInfo>[];
Copy link
Member

Choose a reason for hiding this comment

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

The right hand side should be inferred; I generally specify the LHS and let the RHS float, but YMMV.

Copy link
Contributor

@MichaelRFairhurst MichaelRFairhurst left a comment

Choose a reason for hiding this comment

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

Still LGTM

@jcollins-g jcollins-g merged commit 673950e into master Jul 25, 2018
@jcollins-g jcollins-g deleted the dd-0.20.2 branch July 25, 2018 16:10
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.

4 participants