-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
incompatible_disable_objc_provider_resources #5710
Comments
#5710 RELNOTES: --incompatible_disable_objc_provider_resources is now enabled by default. This disables ObjcProvider's fields related to resource processing. PiperOrigin-RevId: 231900540
*** Reason for rollback *** Failures in nightly: b/123841211 *** Original change description *** Enable --incompatible_disable_objc_provider_resources by default. #5710 RELNOTES: --incompatible_disable_objc_provider_resources is now enabled by default. This disables ObjcProvider's fields related to resource processing. PiperOrigin-RevId: 232305883
@c-parsons Apparently this flag was flipped recently, but rolled back again. Do you want to turn this into an official incompatible flag bug and use the migration process for it, so that we can get it into the next release? |
I believe @sergiocampama intends on owning this :) |
@philwo should I just convert this issue into an incompatible flag issue? can I assign migration as 0.24, and flipping in 0.25, given that the flag is already rolled out? |
Please follow https://bazel.build/breaking-changes-guide.html |
…by default. See #5710 for more info. RELNOTES: --incompatible_disable_objc_provider_resources is now enabled by default. PiperOrigin-RevId: 246142200
This flag no longer has any effect. See #5710 for details. RELNOTES: None. PiperOrigin-RevId: 263427228
*** Reason for rollback *** Failures in nightly: b/123841211 *** Original change description *** Enable --incompatible_disable_objc_provider_resources by default. bazelbuild/bazel#5710 RELNOTES: --incompatible_disable_objc_provider_resources is now enabled by default. This disables ObjcProvider's fields related to resource processing. PiperOrigin-RevId: 232305883
bazelbuild/bazel#5710 RELNOTES: --incompatible_disable_objc_provider_resources is now enabled by default. This disables ObjcProvider's fields related to resource processing. PiperOrigin-RevId: 231900540
ObjcProvider
resource fields are deprecated and will be removed. We don't expect any OSS clients from using these fields since most of their uses came from rules_apple, and have been migrated for some time now.If you are using the following ObjcProvider fields directly, please reply on this bug for instructions on how to migrate to an acceptable approach:
ASSET_CATALOG
BUNDLE_FILE
ROOT_MERGE_ZIP
STORYBOARD
STRINGS
XCASSETS_DIR
XCDATAMODEL
XIB
Expected timeline:
released with Bazel August 2018, off by default
enabled by default with Bazel 0.25 (April 2019)
[Updated by kaipi]
The text was updated successfully, but these errors were encountered: