Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Return errors.Frame to a uintptr #193

Merged
merged 2 commits into from
Jan 9, 2019
Merged

Return errors.Frame to a uintptr #193

merged 2 commits into from
Jan 9, 2019

Commits on Jan 9, 2019

  1. Return errors.Frame to a uintptr

    Updates aws/aws-xray-sdk-go#77
    Updates evalphobia/logrus_sentry#74
    
    Go 1.12 has updated the behaviour of runtime.FuncForPC so that it
    behaves as it did in Go 1.11 and earlier.
    
    This allows errors.Frame to return to a uintptr representing the PC +1
    of the caller. This will fix the build breakages of projects that were
    tracking HEAD of this package.
    
    Signed-off-by: Dave Cheney <dave@cheney.net>
    davecheney committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    ee1923e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9933c1 View commit details
    Browse the repository at this point in the history