You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.
As mentioned in SwiftGen/SwiftGen#312 by @csnu17, there apparently are some issues with the current templates on swift 4.
We should fix these errors(*), and if possible, use new language features to simplify the templates where needed.
(*) more accurately, create a new swift4 template—based on the swft3 templates but with fixes to make it compile to Swift 4— so that we'll keep both swift3 and swift4 templates for the users of SwiftGen to choose from
The text was updated successfully, but these errors were encountered:
There's currently a note in the README mentioning that "we don't have Swift 4 templates yet but they are coming soon"; reminder that we should obviously not forget to remove that note once this issue is implemented.
@csnu17 SwiftGen 5 was released today. Could you provide some sample code where the current swift 3 template fails when using swift 4 code? From cursory testing in playgrounds, everything seems to work for me.
As mentioned in SwiftGen/SwiftGen#312 by @csnu17, there apparently are some issues with the current templates on swift 4.
We should fix these errors(*), and if possible, use new language features to simplify the templates where needed.
(*) more accurately, create a new
swift4
template—based on theswft3
templates but with fixes to make it compile to Swift 4— so that we'll keep bothswift3
andswift4
templates for the users of SwiftGen to choose fromThe text was updated successfully, but these errors were encountered: