Deque icon indicating copy to clipboard operation
Deque copied to clipboard

Swift 3.0 Support

Open colemancda opened this issue 10 years ago • 2 comments

It would be helpful to migrate this to Swift 3.0. I'm trying on my fork, but I don't know all the implementation details.

colemancda avatar Apr 05 '16 22:04 colemancda

@colemancda has contributed support for prerelease versions of Swift 3 on the swift3 branch.

The following subtasks still need to be done before the first Deque (pre)release for Swift 3:

  • The package's unit tests need to be updated
  • .travis.yml needs to be changed to build the package using Swift 3

lorentey avatar Apr 06 '16 10:04 lorentey

I updated the package to compile on the latest Swift 3 builds (dated 2016-05-31), and fixed the unit tests. I haven't fixed the Travis setup yet; I think I'll wait for the WWDC build with that.

lorentey avatar Jun 04 '16 20:06 lorentey