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 runtime.Frame instead of program counters after braking change to github.com/pkg/errors #75

Merged
merged 2 commits into from
Jan 9, 2019

Commits on Jan 5, 2019

  1. use runtime.Frame instead of program counters after braking change to…

    … github.com/pkg/errors
    
    See [Issue](evalphobia#74)
    Mohamad mehdi Kharatizadeh committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    1f9d365 View commit details
    Browse the repository at this point in the history
  2. Add one more skip level due to breaking change in github.com/sirupsen…

    …/logrus
    
    Apparently due to this [merge request](sirupsen/logrus#863)
    another level to stacktrace was introduced. So if we intend to skip it
    by default we have to increase default number of skips in our
    configuration.
    Mohamad mehdi Kharatizadeh committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    82d1ae2 View commit details
    Browse the repository at this point in the history