Code Monkey home page Code Monkey logo

Comments (3)

mishagray avatar mishagray commented on August 21, 2024 1

Some official branches:
https://github.com/FutureKit/FutureKit/tree/xcode9
https://github.com/FutureKit/FutureKit/tree/xcode9-swift4

The differences between 3.2 and 4.0 seem VERY small, but there look to be some very small 'breaking' fixes that 90% of users won't hit. (Unless you were using some of the low-level internal Executor wrapping methods etc).
And it looks like the required 4.0 changes would also compile in Swift 3.2 without issues. So considering just making the code Swift 4.0 based.

If people want to test in their projects PLEASE do. All I have done so far is run all the existing test cases.

Still need to update the ReadME, Playgrounds and probably add a few test cases. But the port looks pretty close to ready...

Carthage users can drop this in the Cartfile
github "FutureKit/FutureKit" "xcode9-swift4"

Cocoapods
pod 'FutureKit', :git => 'https://github.com/FutureKit/FutureKit.git', :branch => 'xcode9-swift4'

from futurekit.

mishagray avatar mishagray commented on August 21, 2024

Gonna try and release a version an Swift 3.2/XCode 9 compatible release ASAP.
You could also aim your Cathage file at @bestwnh's branch here:

#65
(In Carthage I think you just change the line to github "bestwnh/FutureKit" ).

Will also follow-up with a Swift 4.0 version also.

I expect to see FutureKit 3.2 and 4.0 branches showing up in the next few days. (for Swift 3.2 and Swift 4.0 respectively). FutureKit 3.0 will stay as the 3.x/XCode 8 supported branch...

from futurekit.

klundberg avatar klundberg commented on August 21, 2024

@mishagray great, thank you so much!

from futurekit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.