-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better handle PNI UUID #299
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd love to ensure somehow that we can't get the UUID without having checked whether we're at ACI or PNI. Getting this type safe would be ideal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting this as close in line with upstream implementations is really mandatory, but I'm not sure how they currently do this. Of course, we also want it as Rusty as possible...
Co-authored-by: Ruben De Smet <[email protected]>
Co-authored-by: Ruben De Smet <[email protected]>
Co-authored-by: Ruben De Smet <[email protected]>
Co-authored-by: Ruben De Smet <[email protected]>
Co-authored-by: Ruben De Smet <[email protected]>
Co-authored-by: Ruben De Smet <[email protected]>
Co-authored-by: Ruben De Smet <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks in a pretty good shape. Some minor things, and then let's get this in.
Try to handle PNI UUID better where ACI UUID is expected.