-
Notifications
You must be signed in to change notification settings - Fork 6k
[macOS] Add lookupKeyForAsset to FlutterPluginRegistrar #37421
[macOS] Add lookupKeyForAsset to FlutterPluginRegistrar #37421
Conversation
cc @cbracken |
Ping @cbracken. |
Apologies; was out last week. Taking a look! |
Gentle ping @cbracken |
This pull request executed golden file tests, but it has not been updated in a while (20+ days). Test results from Gold expire after as many days, so this pull request will need to be updated with a fresh commit in order to get results from Gold. |
shell/platform/darwin/macos/framework/Headers/FlutterDartProject.h
Outdated
Show resolved
Hide resolved
shell/platform/darwin/macos/framework/Headers/FlutterDartProject.h
Outdated
Show resolved
Hide resolved
shell/platform/darwin/macos/framework/Source/FlutterDartProject.mm
Outdated
Show resolved
Hide resolved
shell/platform/darwin/macos/framework/Headers/FlutterDartProject.h
Outdated
Show resolved
Hide resolved
shell/platform/darwin/macos/framework/Source/FlutterViewControllerTest.mm
Show resolved
Hide resolved
shell/platform/darwin/macos/framework/Headers/FlutterDartProject.h
Outdated
Show resolved
Hide resolved
shell/platform/darwin/macos/framework/Headers/FlutterDartProject.h
Outdated
Show resolved
Hide resolved
Ping @a-wallen |
@chinmaygarde this PR has my LGTM, but @stuartmorgan left review comments that haven't been addressed. |
0967005
to
7541807
Compare
@zhongwuzw Any updates on the test for the class method? |
I'll update the feedback after Chinese new year :) |
|
Perhaps 650db7a. |
Yes - I removed that flag last week. It's been deprecated for eons and was present only for an internal customer. Rebasing should resolve. |
@jmagman @stuartmorgan Please review again :) |
shell/platform/darwin/common/framework/Headers/FlutterDartProject.h
Outdated
Show resolved
Hide resolved
shell/platform/darwin/common/framework/Headers/FlutterDartProject.h
Outdated
Show resolved
Hide resolved
shell/platform/darwin/common/framework/Source/FlutterDartProjectHelper.mm
Outdated
Show resolved
Hide resolved
shell/platform/darwin/common/framework/Source/FlutterDartProjectHelper.mm
Outdated
Show resolved
Hide resolved
shell/platform/darwin/ios/framework/Source/FlutterDartProject_Internal.h
Outdated
Show resolved
Hide resolved
shell/platform/darwin/common/framework/Source/FlutterDartProjectHelper.mm
Outdated
Show resolved
Hide resolved
shell/platform/darwin/macos/framework/Source/FlutterViewControllerTest.mm
Show resolved
Hide resolved
9fcfb2d
to
4e0925b
Compare
@stuartmorgan @jmagman Please review again, thanks :) |
@stuartmorgan @jmagman Friendly ping, I think it's ready to review again, any review feedback? |
@stuartmorgan @jmagman Do you have time to take another look at this PR? (Desktop Triage) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the long delay, LGTM
auto label is removed for flutter/engine, pr: 37421, due to This PR has not met approval requirements for merging. Changes were requested by {stuartmorgan}, please make the needed changes and resubmit this PR.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (with one question), thanks!
"framework/Source/FlutterStandardCodec.mm", | ||
"framework/Source/FlutterStandardCodecHelper.cc", | ||
"framework/Source/FlutterStandardCodec_Internal.h", | ||
] | ||
|
||
public = framework_shared_headers | ||
|
||
public += [ "framework/Source/FlutterNSBundleUtils.h" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't cause it to be in the public headers directory of the actual final framework bundle, does it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's just be shared between macos and iOS framework internal.Not affect final public headers.
…125874) flutter/engine@a687d62...46d5ce4 2023-05-02 zhongwuzw@qq.com [macOS] Add lookupKeyForAsset to FlutterPluginRegistrar (flutter/engine#37421) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jsimmons@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Fixes flutter/flutter#47681
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.