-
Notifications
You must be signed in to change notification settings - Fork 37
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
iceoryx2-cal::hash
Introduce uuid type and make it convertable to FileName
#123
Comments
17 tasks
17 tasks
17 tasks
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 20, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 20, 2024
…contains invalid utf8 characters
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 20, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 21, 2024
… - damn you elBoberido
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 21, 2024
… - damn you elBoberido
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
All over the code the
uuid
is used as basis for a files and therefore for theFileName
. It is always safe to convert the uuid to a file name, nevertheless the user has to writeunsafe {}
blocks with a safety statement that it is safe. A better approach would be to bake this all in, into its own uuid type.The text was updated successfully, but these errors were encountered: