[swift-evolution] [META] Re-invigorating the compiler directive discussion

Erica Sadun erica at ericasadun.com
Mon Mar 14 15:41:35 CDT 2016


> On Mar 14, 2016, at 1:55 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> 
> On Mon, Mar 14, 2016 at 11:48 AM, Erica Sadun via swift-evolution
> <swift-evolution at swift.org> wrote:
>> Question to everyone with regard to `#if platform()`:
>> 
>> Right now, I'm leaning towards tossing `#if platform()` since #if
>> imports(Darwin) can universally distinguish Apple.
> 
> There's a direction that we want to move to a unified name for the
> libc module for all platform, so "can import Darwin" might not be a
> viable long-term strategy.


Dmitri:

Will this do it? https://gist.github.com/erica/103b5cd17bde4171ae0b 

-- E


More information about the swift-evolution mailing list