-
Notifications
You must be signed in to change notification settings - Fork 541
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
Migrate to Swift 3 #67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I liked this pull too
Hi @DenHeadless, could you consider putting your pull request on a public repo? Then we'll be able to integrate it with cocoapods and use it a temporary solution at least. Thanks a lot! |
@Tibb What do you mean by public repo? It is public, we are using it in CocoaPods, like so: pod 'SkyFloatingLabelTextField', git: "https://github.com/MLSDev/SkyFloatingLabelTextField.git", branch: "swift3" |
@DenHeadless Well, I might have made a mistake in the path in my podfile when I tried to use your branch... :/ Thanks for the tip, seems to work 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working great so far. Good job!
@gergelyorosz @intonarumori Guys, just pinging you in case you haven't seen this PR. I understand that's an open-source, and you don't owe us anything, but any hint on when this could be merged or not merged would be nice, since already 20 days have passed since PR was opened. As i've said, we'll be happy to help if any other assistance is needed with Swift 3 migration. |
@DenHeadless Hello! Thanks for this. I haven't had time to look at this. Then do a major version changes for this one. Not sure I'll have time to do both today. But It's going to happen. |
@wolffan Thanks! No worries, take your time! 🍺 |
I've just used this lib for my application, so I really so interested in updating code to Swift 3.0. @wolffan you met an obstacle, didn't you? Let's know it, may everybody can help you. Thanks |
+1 |
+1000 |
Hey @DenHeadless can you rebase this on master? |
@k0nserv Sure, rebased. |
Travis failure seems completely unrelated to code changes in PR. Tests pass locally on my machine. iOS CI as always, incredibly stable =) |
I'll run them locally too, restarted travis as well. Might be a fluke |
Right tests, pass locally for me as well |
Sure, let's give it a shot =) Rebased once more. |
That did it, thanks @bogren 👍 Just gotta finish up the work on 2.3 then we can merge this |
Awesome! 👏 No problem |
Merged 2.3! |
Rebased once more =) |
Great thank you for all the help @DenHeadless |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sorry, you have to rebase again 😇 |
We can always rebase ourselves, no need to do it |
Yep, edits from maintainers is on =) Please just let me know when you are ready to merge, and i can rebase one final time =) |
Massive thanks for this PR @DenHeadless :) |
Thank you guys! This is great news! Are you planning 2.0 release for CocoaPods? |
Yeah, I'm working on that at the moment |
See #81 |
Hey!
Since we need this framework working for our app, we wanted to help with migration to Swift 3.
What's in this PR?
I did not do any Swift API design guidelines-related changes, i thought that as library authors, you would probably want to make those choices yourselves. I would be happy to help with other issues of Swift 3 transition, if they arise.
Thanks for awesome library, and hope this PR will be helpful.