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

Use resettable-lazy-static.rs #166

Merged
merged 2 commits into from
Apr 4, 2020
Merged

Use resettable-lazy-static.rs #166

merged 2 commits into from
Apr 4, 2020

Conversation

smoelius
Copy link
Member

@smoelius smoelius commented Mar 2, 2020

This PR addresses #164.

As promised in that issue, this PR:

  • adds a call to lazy_static::lazy::reset(), guarded by a new feature, reset_lazy_static, and
  • updates the README with instructions on how to use the new feature.

The changes are tested by this project.

Regarding the latter bullet, I considered whether the instructions would be better suited for the rust-fuzz book. Ultimately, I wasn't sure where they should go in the book, so I went ahead with the README.

Anyway, I am very much open to suggestions regarding the instructions, both in their content and their placement.

Copy link
Member

@frewsxcv frewsxcv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for being patient. looks great, thank you!

@frewsxcv frewsxcv merged commit c63045a into rust-fuzz:master Apr 4, 2020
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.

None yet

2 participants