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

2016-04-12 Thread Jordan Rose via swift-corelibs-dev
Final update: we decided it was cleaner to just update Foundation now rather than building with a separate branch and having to work out those dependencies, so essentially nothing will change. The pull request has been landed but is still planned to have a full post-commit review at a later date

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