[swift-evolution] [Proposal] Swift 2.2: #if swift language version
Drew Crawford
drew at sealedabstract.com
Sun Jan 3 04:12:49 CST 2016
> If we are going to support something like this, I’d rather see it be something everyone could leverage as there are many use cases for this feature:
>
> #if available("package-name", "1.2.*")
> #endif
Big +1.
I've asked specifically to get some kind of conditional compilation on corelibs-foundation <https://lists.swift.org/pipermail/swift-corelibs-dev/Week-of-Mon-20151228/000287.html> being used. corelibs-founcation is currently incompatible with Darwin Foundation, and so it is impractical to make a single codebase build for both.
But building the same application against both Foundations and spotting differences is one of the important ways we're going to spot bugs.
So I think the code quality of Foundation ultimately hinges on getting some feature like this in the language.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160103/92ca9c6d/attachment.html>
More information about the swift-evolution
mailing list