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

Allow more closures #8

Closed
wants to merge 3 commits into from
Closed

Commits on Jun 10, 2018

  1. Add an exemple with a tempfile

    Currently fails due to the catch_unwind boundary.
    g2p committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    6b126e6 View commit details
    Browse the repository at this point in the history
  2. Drop catch_unwind and the UnwindSafe requirement

    This lets us pass closures that may mutate their contexts.
    g2p committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    aac92d3 View commit details
    Browse the repository at this point in the history
  3. Document that the user shouldn't set up their own panic hook

    The fuzzer has its own panic hook, which is useful when
    not using `-C panic=abort`.
    g2p committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    1c88e90 View commit details
    Browse the repository at this point in the history