The .uuid
property does not give the right UUID according to spec/valid.yml
#15
Labels
bug
Something isn't working
According to the spec, the typeid
00000000000000000000000000
should become an all-zero uuid:https://github.com/jetify-com/typeid/blob/3c625fbca835217be361e6ff16d3d4ec255470e6/spec/valid.yml#L28-L31
However, this implementation seems to be converting it to a uuid7
00000000-0000-7000-8000-000000000000
Which means it is not roundtrip-safe when converting back to a typeid:
The text was updated successfully, but these errors were encountered: