Esqarrouth / EZSwiftExtensions

:smirk: How Swift standard types and classes were supposed to work.
MIT License
3k stars 381 forks source link

Swift 4 support? #456

Open Khalian opened 7 years ago

Khalian commented 7 years ago

What would be the effort needed for a swift 4 upgrade/support? @goktugyil ? @lfarah ?

Esqarrouth commented 7 years ago

It seems 95% of the conversion process takes time but is trivial. The rest 5%, like some non-mainstream methods would take a lot of time to convert.

There is also no need to rush Swift 4 support for this version of the Swift. My project is Swift 4 but all my pods are Swift 3 and its working perfectly.

Esqarrouth commented 7 years ago

I could do this, but seems Lucas started it. It would be easier for single person to handle all conversion tasks except that possible weird 5%

happiehappie commented 6 years ago

Any updates on this? Just wondering

Khalian commented 6 years ago

@happiehappie @lfarah was working on this. If there is no response over the next week, I will schedule some time and finish the upgrade.

hemangshah commented 6 years ago

@Khalian, any updates on this?

Khalian commented 6 years ago

@hemangshah Hey sorry I did not get a chance to look at this. It seems @lfarah did not either. I will see if I can put in a few spare cycles over this weekend.

ndemie commented 6 years ago

@Khalian Any update?

lfarah commented 6 years ago

Just updated my PR, which is pending approval

Marcello168 commented 6 years ago

any updates on this?

Marcello168 commented 6 years ago

@Khalian any updates on this?

relsirc commented 6 years ago

I'm also wondering about this.

Khalian commented 6 years ago

This is the final PR : https://github.com/goktugyil/EZSwiftExtensions/pull/476. @lfarah @goktugyil I need some eyes in this one.