Skip to content

Pin package:vm_service_client to 0.2.6+2#37444

Closed
jamesderlin wants to merge 2 commits intoflutter:masterfrom
jamesderlin:pin-vm-service-client
Closed

Pin package:vm_service_client to 0.2.6+2#37444
jamesderlin wants to merge 2 commits intoflutter:masterfrom
jamesderlin:pin-vm-service-client

Conversation

@jamesderlin
Copy link
Contributor

Description

package:vm_service_client as of 0.2.6+3 is marked as deprecated. To
avoid future analysis warnings when upgrading packages, pin it to
0.2.6+2 until we can fully migrate to using package:vm_service
instead.

Tests

None.

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I signed the [CLA].
  • I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require Flutter developers to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (Please read [Handling breaking changes]). Replace this with a link to the e-mail where you asked for input on this proposed change.
  • No, this is not a breaking change.

package:vm_service_client as of 0.2.6+3 is marked as deprecated.  To
avoid future analysis warnings when upgrading packages, pin it to
0.2.6+2 until we can fully migrate to using package:vm_service
instead.
@fluttergithubbot
Copy link
Contributor

It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

/cc @dnfield

@fluttergithubbot fluttergithubbot added the tool Affects the "flutter" command-line tool. See also t: labels. label Aug 2, 2019
@codecov
Copy link

codecov bot commented Aug 2, 2019

Codecov Report

Merging #37444 into master will decrease coverage by 0.31%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #37444      +/-   ##
==========================================
- Coverage   55.27%   54.95%   -0.32%     
==========================================
  Files         193      193              
  Lines       18017    18018       +1     
==========================================
- Hits         9958     9902      -56     
- Misses       8059     8116      +57
Flag Coverage Δ
#flutter_tool 54.95% <ø> (-0.32%) ⬇️
Impacted Files Coverage Δ
...lutter_tools/lib/src/commands/update_packages.dart 3.63% <ø> (ø) ⬆️
...s/flutter_tools/lib/src/windows/msbuild_utils.dart 0% <0%> (-100%) ⬇️
...s/flutter_tools/lib/src/windows/build_windows.dart 0% <0%> (-82.36%) ⬇️
.../flutter_tools/lib/src/commands/build_windows.dart 27.77% <0%> (-55.56%) ⬇️
packages/flutter_tools/lib/src/bundle.dart 31.81% <0%> (-43.94%) ⬇️
...s/flutter_tools/lib/src/tester/flutter_tester.dart 32.98% <0%> (-38.15%) ⬇️
...ckages/flutter_tools/lib/src/commands/upgrade.dart 24.28% <0%> (-8.58%) ⬇️
packages/flutter_tools/lib/src/version.dart 90.73% <0%> (-1.96%) ⬇️
packages/flutter_tools/lib/src/base/os.dart 28.22% <0%> (-1.62%) ⬇️
packages/flutter_tools/lib/src/cache.dart 41.99% <0%> (-0.73%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a9b687...013db57. Read the comment docs.

'build_runner': '1.6.1', // TODO(jonahwilliams): allow newer versions
'build_modules': '2.3.0'
'build_modules': '2.3.0',
'vm_service_client': '0.2.6+2', // Final version before being marked deprecated.
Copy link
Contributor

Choose a reason for hiding this comment

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

Worth adding a comment that this should be replaced w/ vm_service

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. I've filed #37499 and added a TODO.

@jamesderlin jamesderlin force-pushed the pin-vm-service-client branch from 20e424c to 013db57 Compare August 2, 2019 18:35
@jamesderlin
Copy link
Contributor Author

PR #34252 includes this.

@jamesderlin jamesderlin closed this Aug 5, 2019
@jamesderlin jamesderlin deleted the pin-vm-service-client branch August 5, 2019 18:35
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants