Skip to content

Update to Go 1.16.3 and add full support for runtime.Callers() #1014

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

Merged
merged 3 commits into from
Apr 6, 2021

Conversation

nevkontakte
Copy link
Member

Go 1.16.3 introduced a new regression test in the testing package, which also required runtime.Callers(). Since I've already implemented the hard part of the call stack support, I went ahead and completed it. I think this is the last pull request before we can merge go1.16-stdlib into master (famous last words).

Updates #989

Go 1.16.3 added yet another test in the `testing` package, which relied
upon these functions, but since most of the support already existed, I
decided to complete it instead of skipping yet another test.

As a result, I was able to re-enable several tests in `io` and `testing`
packages.
@nevkontakte nevkontakte requested a review from flimzy April 5, 2021 18:10
@nevkontakte nevkontakte merged commit c9347d8 into gopherjs:go1.16-stdlib Apr 6, 2021
@nevkontakte nevkontakte deleted the go1.16-stdlib branch April 11, 2021 12:03
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.

2 participants