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

Fix compile errors with latest ReactiveSwift #29

Closed
wants to merge 2 commits into from
Closed

Conversation

liscio
Copy link
Contributor

@liscio liscio commented Jul 13, 2017

This just gets the bridge compiling correctly with the latest ReactiveSwift / Xcode 9 stuff.

@@ -495,6 +495,8 @@ extension DispatchTimeInterval {
return TimeInterval(UInt64(us) * NSEC_PER_USEC) / TimeInterval(NSEC_PER_SEC)
case let .nanoseconds(ns):
return TimeInterval(ns) / TimeInterval(NSEC_PER_SEC)
case let .never:
Copy link
Contributor

Choose a reason for hiding this comment

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

This needs to be conditionally compiled (just like we did in ReactiveSwift) to maintain compatibility with Xcode 8.2/Swift 3.1.

@mdiep
Copy link
Contributor

mdiep commented Jul 15, 2017

Closed in favor of #30.

@mdiep mdiep closed this Jul 15, 2017
@mdiep mdiep deleted the cl-latest-ras branch July 15, 2017 01:38
@mdiep mdiep restored the cl-latest-ras branch July 15, 2017 01:38
@mdiep
Copy link
Contributor

mdiep commented Jul 15, 2017

Actually, there are other bits here that we could use. 😅

@mdiep mdiep reopened this Jul 15, 2017
@@ -1,3 +1,3 @@
github "jspahrsummers/xcconfigs" "3d9d996"
github "Quick/Quick" ~> 1.1
github "Quick/Nimble" "8116a83864ee78339798c3ef425c42f6ca6bf034"
github "Quick/Nimble" ~> 6.1
Copy link
Member

Choose a reason for hiding this comment

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

Let's use ~> 7.0.1

@sharplet
Copy link
Contributor

sharplet commented Jun 8, 2018

I've been working on #51, but I just noticed this was here. Do we still need this PR?

@mdiep
Copy link
Contributor

mdiep commented Jun 8, 2018

I don't think so?

@sharplet
Copy link
Contributor

Closing this for now.

@sharplet sharplet closed this Jun 12, 2018
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.

4 participants