Skip to content
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

Support custom hashers for HashMap/-Set #87

Merged
merged 1 commit into from
Aug 25, 2021
Merged

Support custom hashers for HashMap/-Set #87

merged 1 commit into from
Aug 25, 2021

Conversation

hcsch
Copy link

@hcsch hcsch commented Aug 25, 2021

Naga uses a custom hasher for a HashMap of defines for a GLSL parser. Allowing for the use of custom hashers with arbitrary would simplify adding fuzzing support for the GLSL parser.

@Manishearth Manishearth merged commit d0eee00 into rust-fuzz:master Aug 25, 2021
@Manishearth
Copy link
Member

Thanks!

@hcsch
Copy link
Author

hcsch commented Aug 25, 2021

Is there any chance of you releasing a version with this change in it in the next couple of days, or should I make a PR with a version bump or something similar?

@Manishearth
Copy link
Member

We also need to make a changelog; but if you can make a PR with an updated changelog and version bump that would speed stuff up for me!

@hcsch
Copy link
Author

hcsch commented Aug 25, 2021

We also need to make a changelog; but if you can make a PR with an updated changelog and version bump that would speed stuff up for me!

Sure, if that helps I'll write something up and create a PR with it ^^.

Edit: Done, see #88.

@hcsch hcsch deleted the custom-hasher-support branch August 25, 2021 21:20
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.

2 participants