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

Recover from panics that happen during fetch #39

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 11, 2019

  1. Recover from panics that happen during fetch

    This also adds a new optional Recover field to Config structs, to allow
    control over transforming recovered values into errors. When it's nil,
    fmt.Errorf("%v", v) is used.
    edsrzf committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    384c40a View commit details
    Browse the repository at this point in the history
  2. Regenerate examples

    edsrzf committed Aug 11, 2019
    Configuration menu
    Copy the full SHA
    5058b1d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Tab -> spaces

    edsrzf committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    3a29fb6 View commit details
    Browse the repository at this point in the history
  2. Add tests, fix bug

    edsrzf committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    53233eb View commit details
    Browse the repository at this point in the history