-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Cherry-pick master changes into release-boba (mid-February edition) #11249
Conversation
Fixes: 'safeAreaInsets' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
Fixes: object of type 'MGLPointAnnotation/MGLPolyline *' is not compatible with array element type 'MGLShape<MGLFeature> *' [-Wobjc-literal-conversion]
Timing based tests are inherently flakey and prone to failure on slow CI: > Test case 'MGLDocumentationExampleTests.testMGLMapSnapshotter()' failed on 'iPhone X' (3.375 seconds) > Test case 'MGLDocumentationExampleTests.testMGLMapSnapshotter()' failed on 'iPhone 8' (3.413 seconds) > Test case 'MGLDocumentationExampleTests.testMGLMapSnapshotter()' failed on 'iPhone 7' (2.944 seconds)
…n iOS 8 Temporarily disable this test until iOS 8 compatibility is added.
…d requesting parent tiles of ideal zoom tiles.
@ChrisLoer should we bring #11156 into |
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.
👍🏼
I don't think #11156 (expression serialization) should be very high-risk/destabilizing, so I'd be inclined to pull it in. But I also don't know how much it will unblock on its own vs. what we hope to get once iOS and Android have built wrappers around it? /cc @lilykaiser |
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.
CHANGELOG
may need an entry for the TileJSON.bounds
fix.
Thanks, @asheemmamoowala — since these changes are also being included in future |
@ChrisLoer we didn’t end up cherry-picking #11156 in this PR, just so you’re aware. 🙇 |
Cherry-picks some recent changes from
master
torelease-boba
:ios-v3.7.5
)./cc @asheemmamoowala @fabian-guerra