Re: [swift-corelibs-dev] Foundation and explicit pointer nullability (CI edition)

2016-04-11 Thread Jordan Rose via swift-corelibs-dev
Update: we've created the master-before-optional-pointers branch at ff373e9, but run into some complications putting this plan into action. (Specifically, I forgot that SwiftPM depends on XCTest for its test cases, and that XCTest of course depends on Foundation.) I'll send another message tomor

[swift-corelibs-dev] Foundation and explicit pointer nullability (CI edition)

2016-04-11 Thread Jordan Rose via swift-corelibs-dev
Hi, swift-corelibs-dev. I'm planning to land the changes for SE-0055: Making pointer nullability explicit this afternoon in the Swift compiler; however, the corresponding diff for Foundation is fai