Skip to content

ReactiveObjC: upgrade deployment target to 12.0 and eliminate Xcode12 warnings.#40

Merged
Barak Weiss (barakwei) merged 10 commits intoLightricks:masterfrom
arangato:feature/xcode12
Aug 27, 2020
Merged

ReactiveObjC: upgrade deployment target to 12.0 and eliminate Xcode12 warnings.#40
Barak Weiss (barakwei) merged 10 commits intoLightricks:masterfrom
arangato:feature/xcode12

Conversation

@arangato
Copy link

@arangato Maxim Grabarnik (arangato) commented Aug 18, 2020

Here is a brief summary:

  • Replace deprecated OSAtomic APIs with stdatomic.
  • Use latest Nimble and Quick libraries.
  • Raise deployment target to 12.0
  • Enable recommended warning for quoited framework includes
    • Disabled it for tests because there are several of these in Nimble and Quick
  • Use Xcode 12 in circle CI.

See commit messages for more details.

@arangato Maxim Grabarnik (arangato) force-pushed the feature/xcode12 branch 9 times, most recently from 6f6c829 to 8e90409 Compare August 19, 2020 10:24
@arangato Maxim Grabarnik (arangato) changed the title [ci test]Feature/xcode12 ReactiveObjC: upgrade deployment target to 12.0 and eliminate Xcode12 warnings. Aug 19, 2020
@arangato Maxim Grabarnik (arangato) marked this pull request as ready for review August 19, 2020 10:31
@arangato
Copy link
Author

Barak Weiss (@barakwei) this one is ready for review.

@barakwei
Copy link
Member

Yaron Inger (@StatusReport) Barak Yoresh (@barakyoresh) This PR (among other things) replaces OSAtomic API with stdatomic. The code is LGTM on my end. Do you wish to go over as well?
The reference PR from upstream: ReactiveCocoa#178

Copy link
Member

Choose a reason for hiding this comment

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

Overall LGTM, up to what I can say about atomic operations in a limited time review.

Please also run all the tests with TSan to see that it doesn't complain on anything after this migration.

@arangato
Copy link
Author

Tests with TSan pass as well. No issues spotted.
There is a PR#179. upstream that replaces ReactiveCocoa#178, but it's the same thing squashed.

@arangato
Copy link
Author

done.

@barakwei Barak Weiss (barakwei) merged commit 3bdc11b into Lightricks:master Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants