Proposal to generate UUIDs using RandomNumberGenerators#1271
Proposal to generate UUIDs using RandomNumberGenerators#1271FranzBusch merged 7 commits intomainfrom
UUIDs using RandomNumberGenerators#1271Conversation
fb5c82f to
df12e88
Compare
itingliu
left a comment
There was a problem hiding this comment.
I don't think you need two proposal files
8f18f07 to
d9ffe2f
Compare
0ef6492 to
96cc29c
Compare
|
@swift-ci please test |
96cc29c to
deeaab4
Compare
|
@swift-ci please test |
|
@itingliu I rebased the PR against latest main and migrated the tests to swift-testing |
|
@swift-ci please test |
|
I am very sorry that I let this implementation slip and did not get to this in time for 6.2. We'll have to defer it to 6.3 since we won't be able to merge it at this time. |
No worries. The PR is targeting main and I don't have a need to get it cherry picked. |
jmschonfeld
left a comment
There was a problem hiding this comment.
Implementation LGTM aside from the availability update!
|
@jmschonfeld It looks like 6.3 is not yet defined do you want me to do this or are we landing this in a separate PR? |
That's almost landed in #1454 - just waiting on another check or two to finish and then will merge that. Sorry for the delay on that! |
e94fff6 to
7e987cf
Compare
|
@jmschonfeld I pulled in just the |
|
@swift-ci please test |
This PR adds a proposal to generate `UUID's` using `RandomNumberGenerator`s
Co-authored-by: Tina L <49205802+itingliu@users.noreply.github.com>
7e987cf to
9720788
Compare
3afa6be to
54eae41
Compare
weissi
left a comment
There was a problem hiding this comment.
Thnks looks great and much more readable now IMHO
|
@swift-ci please test |
This PR adds a proposal to generate
UUID'susingRandomNumberGenerators