[swift-corelibs-dev] Changing the name of XCTest* to Test*

Chris Lattner clattner at apple.com
Sat Feb 27 23:45:16 CST 2016


> On Feb 27, 2016, at 6:40 AM, Brian Gesiak via swift-corelibs-dev <swift-corelibs-dev at swift.org> wrote:
> 
> Sorry I haven't been following the evolution process very closely: will prefixes be dropped from the SDK overlays? In other words: will Apple XCTest's "XCTestCase", when used from Swift, be named "TestCase”?

The answer is “no”.  We are still planning to drop the “NS” prefix (specifically, not other prefixes) off of some imported values, but the exact details are TBD. Of course corelibs-foundation and the darwin-foundation will be kept in sync.  If a type drops “NS”, we’ll drop it in both places.

-Chris


More information about the swift-corelibs-dev mailing list