-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Hash implementation of Utf8PathBuf doesn't match Utf8Path #9
Comments
Whoops, will fix ASAP! |
sunshowers
added a commit
that referenced
this issue
Mar 19, 2021
sunshowers
added a commit
that referenced
this issue
Mar 19, 2021
sunshowers
added a commit
that referenced
this issue
Mar 19, 2021
sunshowers
added a commit
that referenced
this issue
Mar 19, 2021
Fixed in camino 1.0.4, out now. This was a complete oversight on my end -- I'm familiar with the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Utf8PathBuf
implementsBorrow<Utf8Path>
but the following invariant ofBorrow
does not hold:That means that Utf8PathBuf and Utf8Path of the same content (i.e. partial_cmp returning Same) need to Hash the same. This does not currently seem to be true:
with
The text was updated successfully, but these errors were encountered: