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

Update analyzer to 2.1.0 and avoid direct use of pub #2764

Merged
merged 3 commits into from
Aug 26, 2021

Conversation

jcollins-g
Copy link
Contributor

Clean up some deprecations along the way.

@google-cla google-cla bot added the cla: yes Google CLA check succeeded. label Aug 25, 2021
@@ -27,10 +27,10 @@ class PackageMetaFailure extends DartdocFailure {
}

/// For each list in this list, at least one of the given paths must exist
/// for this to be detected as an SDK.
/// for this to be detected as an SDK. Update [_writeMockSdkBinFiles].
final List<List<String>> __sdkDirFilePathsPosix = [
Copy link
Member

Choose a reason for hiding this comment

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

random one-off – could this be const?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, no reason for it to be a variable

@jcollins-g jcollins-g merged commit a62e5f3 into dart-lang:master Aug 26, 2021
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