[release] Do not assume that pub is the first command run by "flutter create" #114621#114945
Merged
CaseyHillers merged 1 commit intoflutter:flutter-3.2-candidate.5from Nov 9, 2022
Conversation
…lutter#114621) The "flutter create" command on macOS may run other commands such as openssl when it calls _getCodeSigningIdentityDevelopmentTeam
|
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. |
fluttergithubbot
approved these changes
Nov 9, 2022
godofredoc
approved these changes
Nov 9, 2022
Contributor
Author
|
Submitting as this is a test only change (and to allow the more interesting CP PRs to run) |
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/plugins
that referenced
this pull request
Nov 9, 2022
…y "flutter create" (#114621) (flutter/flutter#114945)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Nov 9, 2022
…"flutter create" (#114621) (flutter/flutter#114945)
auto-submit bot
pushed a commit
to flutter/packages
that referenced
this pull request
Nov 9, 2022
* 7fb1d47 [releases] Handle privatecommand messages that pass no data #112590 (flutter/flutter#114461) * 013ada8 [release] Do not assume that pub is the first command run by "flutter create" (#114621) (flutter/flutter#114945) * a1b2976 CP: Fix the path where footer is written. (flutter/flutter#114947) * 52b3dc2 [CP] Fix a type casting error in text_input.dart (#109635) (flutter/flutter#114806)
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/plugins
that referenced
this pull request
Nov 10, 2022
…y "flutter create" (#114621) (flutter/flutter#114945)
auto-submit bot
pushed a commit
to flutter/plugins
that referenced
this pull request
Nov 11, 2022
…#6690) * 7fb1d47b6 [releases] Handle privatecommand messages that pass no data #112590 (flutter/flutter#114461) * 013ada8cf [release] Do not assume that pub is the first command run by "flutter create" (#114621) (flutter/flutter#114945) * a1b297691 CP: Fix the path where footer is written. (flutter/flutter#114947) * 52b3dc25f [CP] Fix a type casting error in text_input.dart (#109635) (flutter/flutter#114806)
adam-harwood
pushed a commit
to adam-harwood/flutter_plugins
that referenced
this pull request
Nov 21, 2022
…flutter#6690) * 7fb1d47b6 [releases] Handle privatecommand messages that pass no data #112590 (flutter/flutter#114461) * 013ada8cf [release] Do not assume that pub is the first command run by "flutter create" (#114621) (flutter/flutter#114945) * a1b297691 CP: Fix the path where footer is written. (flutter/flutter#114947) * 52b3dc25f [CP] Fix a type casting error in text_input.dart (#109635) (flutter/flutter#114806)
mauricioluz
pushed a commit
to mauricioluz/plugins
that referenced
this pull request
Jan 26, 2023
…flutter#6690) * 7fb1d47b6 [releases] Handle privatecommand messages that pass no data #112590 (flutter/flutter#114461) * 013ada8cf [release] Do not assume that pub is the first command run by "flutter create" (#114621) (flutter/flutter#114945) * a1b297691 CP: Fix the path where footer is written. (flutter/flutter#114947) * 52b3dc25f [CP] Fix a type casting error in text_input.dart (#109635) (flutter/flutter#114806)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "flutter create" command on macOS may run other commands such as openssl when it calls _getCodeSigningIdentityDevelopmentTeam