Skip to content

we forgot to make Path implement Hash#22351

Merged
bors merged 1 commit into
rust-lang:masterfrom
blaenk:path-hash
Feb 16, 2015
Merged

we forgot to make Path implement Hash#22351
bors merged 1 commit into
rust-lang:masterfrom
blaenk:path-hash

Conversation

@blaenk

@blaenk blaenk commented Feb 15, 2015

Copy link
Copy Markdown
Contributor

PathBuf does implement Hash, but Path doesn't. This makes it
annoying if you have a HashMap with PathBufs as keys, because
it means you have to convert a Path into a PathBuf and get a
reference to it simply to perform operations on the HashMap!

`PathBuf` does implement `Hash`, but `Path` doesn't. This makes it
annoying if you have a `HashMap` with `PathBuf`s as keys, because
it means you have to convert a `Path` into a `PathBuf` and get a
reference to it simply to perform operations on the `HashMap`!
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @huonw (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see CONTRIBUTING.md for more information.

@blaenk

blaenk commented Feb 15, 2015

Copy link
Copy Markdown
Contributor Author

This is my first, glorious contribution. I hope I didn't screw it up D:

@huonw

huonw commented Feb 15, 2015

Copy link
Copy Markdown
Contributor

@bors r+ 10dd rollup

@huonw

huonw commented Feb 15, 2015

Copy link
Copy Markdown
Contributor

Thanks, seems fine to me!

Manishearth added a commit to Manishearth/rust that referenced this pull request Feb 15, 2015
 `PathBuf` does implement `Hash`, but `Path` doesn't. This makes it
annoying if you have a `HashMap` with `PathBuf`s as keys, because
it means you have to convert a `Path` into a `PathBuf` and get a
reference to it simply to perform operations on the `HashMap`!
@bors bors merged commit 10dd8e7 into rust-lang:master Feb 16, 2015
lnicola pushed a commit to lnicola/rust that referenced this pull request Jun 23, 2026
…-merge-imports-to-editor

Migrate merge imports to editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants