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

Swift5 2 #3

Merged
merged 3 commits into from Apr 11, 2020
Merged

Swift5 2 #3

merged 3 commits into from Apr 11, 2020

Conversation

ra1028
Copy link
Owner

@ra1028 ra1028 commented Apr 11, 2020

Checklist

  • All tests are passed.
  • Added tests.
  • Searched existing issues to make sure not duplicated.

Description

  • Swift 5.2 migration
  • Allow ignoring class implicit (synthesized) initializer

Related Issue

N/A

Impact on Existing Code

  • Swift 5.1 is now supported lower or equal tag 0.0.2
  • if implicitInitializer is true
    class Class {}
    before
    class Class {
         init() {}
    }
    after
    class Class {}

@ra1028 ra1028 merged commit f008849 into master Apr 11, 2020
@ra1028 ra1028 deleted the swift5_2 branch April 11, 2020 23:15
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.

None yet

1 participant