[CP] Update vm_snapshot_analysis to 0.7.6 on stable#133657
[CP] Update vm_snapshot_analysis to 0.7.6 on stable#133657auto-submit[bot] merged 2 commits intoflutter:flutter-3.13-candidate.0from
Conversation
|
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
| path: 1.8.3 | ||
| process: 4.2.4 | ||
| vm_snapshot_analysis: 0.7.2 | ||
| vm_snapshot_analysis: 0.7.6 |
There was a problem hiding this comment.
Given this is bumping from 0.7.2 -> 0.7.6, I'm guessing it's picking up other changes than the fix? Can you publish a special hotfix release of vm_snapshot_analysis, like a version 0.7.2+1, that way we can minimize the diff in the Flutter SDK?
I'll be writing up a pub dependency cherrypick to Flutter SDK playbook so that hopefully in the future there will be a clear steps to do this.
There was a problem hiding this comment.
All the non-dev versions from 0.7.2 to 0.7.6 were to address the null check failures in 0.7.2, so 0.7.2+1 would basically be the exact same package. I can do that if desired, but it seems a bit silly to do so.
There was a problem hiding this comment.
ahh, ok, this sounds good to me then
|
Hmm, @CaseyHillers do you know why the ci.yaml check is failing? https://github.com/flutter/flutter/pull/133657/checks?check_run_id=16343588795 it looks to me like the branching is correct. |
There's some weird issue where GitHub doesn't send the right ref. I clicked rerun, which should fix the issue. |
Partially cherry picks 3b8f6c4, in particular it only performs the update of
vm_snapshot_analysisto 0.7.6.Issues fixed:
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.