Skip to content
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

Deprecation warnings when building with Xcode 9.3 #250

Closed
omidontop opened this issue May 8, 2018 · 2 comments
Closed

Deprecation warnings when building with Xcode 9.3 #250

omidontop opened this issue May 8, 2018 · 2 comments
Projects

Comments

@omidontop
Copy link
Contributor

The following deprecation warnings have come up since I upgraded my Xcode to 9.3:

  • .../Pods/Siesta/Source/Siesta/Support/Collection+Siesta.swift:60:13: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value

  • .../Pods/Siesta/Source/Siesta/Pipeline/PipelineProcessing.swift:14:24: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value

  • .../Pods/Siesta/Source/Siesta/Support/WeakCache.swift:84:26: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value

@joaomvfsantos
Copy link

This is solved in #244 Needs to get merged.

@pcantrell
Copy link
Member

This is now fixed on master.

@pcantrell pcantrell added this to To do in 1.4 via automation Jun 25, 2018
@pcantrell pcantrell moved this from To do to Done in 1.4 Jun 25, 2018
@pcantrell pcantrell moved this from Done to Logged in 1.4 Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
1.4
In release notes
Development

No branches or pull requests

3 participants