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
md5: 69481d2da35f1f5645d3bfb5ecf7eb8c
Issue Description:
Per the plan for Swift 3, 4, and beyond, the compiler will need to support older versions of the Swift language.
The best spelling anyone has come up with so far is a -swift-version 3 flag. This should be parsed and piped into LangOptions.
-swift-version 3
LangOptions
https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160905/026944.html https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160725/025699.html
The text was updated successfully, but these errors were encountered:
@rjmccall, are you still going to be working on this?
Sorry, something went wrong.
No, someone else should probably take it.
Comment by Graydon Hoare (JIRA)
Looking at it now.
PR #4826 Merged ea5aaa6
No branches or pull requests
Additional Detail from JIRA
md5: 69481d2da35f1f5645d3bfb5ecf7eb8c
Issue Description:
Per the plan for Swift 3, 4, and beyond, the compiler will need to support older versions of the Swift language.
The best spelling anyone has come up with so far is a
-swift-version 3
flag. This should be parsed and piped intoLangOptions
.https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160905/026944.html
https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160725/025699.html
The text was updated successfully, but these errors were encountered: