You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue to track adding remaining UUID functionality to the stdlib.
It is the continuation of #25590 for the stuff that wasn't closed in #25819
We already have working code for UUID versions 1, 3, 4 & 5 and version 2 seems to be pretty marginal, so we have pretty complete UUID support already, it could just stand to be wrapped up a little more nicely.
This is an issue to track adding remaining UUID functionality to the stdlib.
It is the continuation of #25590 for the stuff that wasn't closed in #25819
Quoting from #25590
UUID 1, and 4 are done.
UUID 5 requires SHA.jl to be added to stdlib,
UUID 4 requires MD5.jl to be added to stdlib (MD5.jl requires SHA.jl anyway)
For reference: https://en.wikipedia.org/wiki/Universally_unique_identifier#Versions_3_and_5_(namespace_name-based)
Apparently UUID 2 doesn't matter, but it doesn't actually look too hard to implement
So
The text was updated successfully, but these errors were encountered: