An internal engineer has reported that he keeps stubbing toes on a frustrating inconsistency between macOS and Linux:
= On macOS, you can use Foundation data types (such as `Data`) in an XCTest unit test without `import Foundation`
= On Linux, using Foundation data types in unit tests does require `import Foundation`
To provide consistency, Corelibs XCTest should re-export Foundation.
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: 6a7740aee2b80266d4aa43519adad590
Issue Description:
An internal engineer has reported that he keeps stubbing toes on a frustrating inconsistency between macOS and Linux:
= On macOS, you can use Foundation data types (such as `Data`) in an XCTest unit test without `import Foundation`
= On Linux, using Foundation data types in unit tests does require `import Foundation`
To provide consistency, Corelibs XCTest should re-export Foundation.
The text was updated successfully, but these errors were encountered: