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

Add unwrap support #14

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

Conversation

vosst
Copy link

@vosst vosst commented Aug 27, 2020

This change adds support for errors.Unwrap functionality originally introduced in Golang 1.13. While the library code does not need to take multiple Golang versions into account, the testing code needs to distinguish the cases Golang < 1.13 and Golang >= 1.13. For that, I introduced an unwrap helper with different implementation depending on the Golang version.

@palantirtech
Copy link
Member

Thanks for your interest in palantir/stacktrace, @vosst! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

@vosst
Copy link
Author

vosst commented Aug 27, 2020

@nmiyake I tried to sign the CLA using cla.palantir.com but only realized when looking at the DocuSign request that my primary email address on my github profile isn't my personal one. Could you help in resetting the cla.palantir.com entry for my github username such that I can sign the CLA for my personal email address? Thanks 😄

@vosst
Copy link
Author

vosst commented Aug 27, 2020

@dtolnay ^ because I see you on the list of contributors, too.

@asvoboda
Copy link
Member

Hey @vosst sorry about that, can you try again now?

@vosst
Copy link
Author

vosst commented Aug 27, 2020

@asvoboda thanks for the swift response, signed the CLA.

@asvoboda asvoboda closed this Aug 27, 2020
@asvoboda asvoboda reopened this Aug 27, 2020
@vosst
Copy link
Author

vosst commented Aug 28, 2020

@asvoboda can you help out with reviewing/finding reviewers here, too?

@asvoboda
Copy link
Member

Yep, I've pinged some of our internal folks to take a look. This repo looks like it needs a bit of TLC first

@vosst
Copy link
Author

vosst commented Aug 28, 2020

@asvoboda happy to help out, too. Let me know if there are any tasks that I can assist with.

@vosst
Copy link
Author

vosst commented Aug 31, 2020

@asvoboda we switched to a project-specific fork for the time being (see https://github.com/interuss/dss/pull/426/files). Would be great to get the functionality upstream, though.

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

3 participants