Skip to content

Update for latest sdk analyzer and work around dart:ffi #1937

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 3 commits into from
Feb 19, 2019

Conversation

jcollins-g
Copy link
Contributor

Before https://dart-review.googlesource.com/c/sdk/+/93160 lands in a dev build, work around the addition of the library to the libraries list.

Also allow for removing a space after the type in rendered output for set literals.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Feb 19, 2019
@coveralls
Copy link

coveralls commented Feb 19, 2019

Coverage Status

Coverage decreased (-0.6%) to 92.883% when pulling 3347b39 on test-failure-fixes into 34dd370 on master.

@jcollins-g jcollins-g requested review from devoncarew and pq February 19, 2019 21:09
@@ -959,24 +959,25 @@ Future<void> testDartdocFlutterPlugin() async {
@Task('Validate the SDK doc build.')
@Depends(buildSdkDocs)
void validateSdkDocs() {
const expectedLibCount = 0;
const expectedSubLibCount = 19;
const expectedLibCounts = [0, 1];
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps add a comment explaining why we're tolerant of both 19 and 20 core libs?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@jcollins-g jcollins-g merged commit db6f15a into master Feb 19, 2019
@jcollins-g jcollins-g deleted the test-failure-fixes branch February 19, 2019 23:13
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