make uuid api safer#384
Conversation
|
Hello @kortschak sorry it has taken me so long to look at this PR. I have 2 questions:
I understand there might be some confusion if you changed the behavior of Since we are in fact not yet at a 1.0 release, perhaps just changing the behavior is the least bad option. The second question: why did you update the submodule for Thanks! |
No, that's just submodules being as friendly as submodules be. |
Unexpose the representation of the UUID data and unexport the Bytes method. Also document the byte ordering of binary marshaling and provide an exported binary round-tripper for UUID data.
|
@kortschak thank you very much for these improvements. Now merging! |
Unexpose the representation of the UUID data and unexport the Bytes method. Also document the byte ordering of binary marshaling and provide an exported binary round-tripper for UUID data.
Please take a look.
Closes #316