Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added camera to the NNBD plugin list
  • Loading branch information
mvanbeusekom committed Feb 8, 2021
commit bf94a5d814460659e443acb2d5208c0fe00607e4
1 change: 1 addition & 0 deletions script/build_all_plugins_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ source "$SCRIPT_DIR/nnbd_plugins.sh"
check_changed_packages > /dev/null

readonly EXCLUDED_PLUGINS_LIST=(
"camera_platform_interface"
"connectivity_macos"
"connectivity_platform_interface"
"connectivity_web"
Expand Down
1 change: 1 addition & 0 deletions script/nnbd_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
readonly NNBD_PLUGINS_LIST=(
"android_intent"
"battery"
"camera"
Copy link
Member

Choose a reason for hiding this comment

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

Please, remove "camera" from the NON_NNBD_PLUGINS_LIST below. Otherwise this plugin won't be tested neither in master, nor stable :)

Copy link
Contributor

Choose a reason for hiding this comment

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

I suggested this to fix the failing build_all_plugins test. camera has a conflict with google_sign_in while camera_platform_interface has a conflict with google_maps_flutter. I suggested that we keep them excluded from both until the camera plugin is migrated.

The alternative to this would be to remove the camera plugin from the build_all_plugins test and run the camera tests on master. Would that be alright?

Copy link
Member

Choose a reason for hiding this comment

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

Ahhh, I see! As this is right now, build_all_plugins is already not building the camera plugin, right? As long as some 'camera' tests run in some shard in master, it's probably enough!

"connectivity"
"cross_file"
"device_info"
Expand Down