Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[tool] Fix deprecated API calls within tool #168200

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kevmoo
Copy link
Contributor

@kevmoo kevmoo commented May 2, 2025

Done by temporarily enabling the associated lints

Done by temporarily enabling the associated lints
@kevmoo kevmoo requested a review from a team as a code owner May 2, 2025 05:15
@github-actions github-actions bot added tool Affects the "flutter" command-line tool. See also t: labels. team-ios Owned by iOS platform team labels May 2, 2025
}) : flutterSdkRoot = Cache.flutterRoot!,
// Always disable in the DAP layer as it's handled in the spawned
// 'flutter' process.
super(enableDds: false) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

confirmed this is now a no-op!

@@ -26,7 +26,6 @@ class SwiftPackageManagerUtils {
'Failed to enable Swift Package Manager: \n'
'stdout: \n${result.stdout}\n'
'stderr: \n${result.stderr}\n',
verbose: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

confirmed this is now a no-op!

@@ -45,7 +44,6 @@ class SwiftPackageManagerUtils {
'Failed to disable Swift Package Manager: \n'
'stdout: \n${result.stdout}\n'
'stderr: \n${result.stderr}\n',
verbose: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

confirmed this is now a no-op!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-ios Owned by iOS platform team tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant