Roshan Kumar Sah
Roshan Kumar Sah
@iCharlesHu: Please review.
@swift-ci test
Hello @parkera Currently we have [test cases](https://github.com/apple/swift-foundation/blob/main/Tests/FoundationEssentialsTests/UUIDTests.swift) for UUID are: - `test_UUIDEquality` - `test_UUIDInvalid` - `test_UUIDuuidString` - `test_UUIDdescription` - `test_hash` - `test_AnyHashableContainingUUID` - `test_UUID_custom_mirror` - `test_UUID_Comparable` And In swift foundation...
Hello @parkera Waiting for your review. Thanks.
Hello @parkera Thanks for reviewing. Please checks my understanding and review. - It is of course impossible to test that it is always "universally unique" - so is, then, the...
> I'm not sold on the idea of non-deterministic testing to catch failures. We will often dismiss one-off failures as some kind of external factor rather than a failure of...
Hello @natecook1000 , - `.hidden arguments are public, just deprioritized,` In file `ArgumentVisibility.swift`, ` public static let hidden = Self(base: .hidden)` can be deprioritized to `internal static let hidden =...