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

Removes erlang:get_stacktrace() function calls #5

Merged
merged 1 commit into from
Oct 1, 2021

Conversation

pushkar-thescore
Copy link

erlang:get_stacktrace function is no longer supported in OTP 24. This PR replaces this function call.

Original issue: elixir-grpc#203
Original fix: elixir-grpc#205

@pushkar-thescore pushkar-thescore requested review from a team, robertkeizer, Ammar-T and darrenclark and removed request for a team September 29, 2021 19:57
@robertkeizer
Copy link

I don't see any issues with this. Upstream has the change, I don't see any functional issues given we're not going to be parsing the stacktrace on a catch.

Confirmed in the repos that are using this ( notifications, sportsbook-api, corebook/edgebook, backoffice, identity and casino ) that we should be good with the minimum version bump.

Copy link

@robertkeizer robertkeizer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link

@darrenclark darrenclark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting the change @pushkar-thescore , and thanks for checking this @robertkeizer!

@pushkar-thescore pushkar-thescore merged commit 61d8b99 into master Oct 1, 2021
@robertkeizer robertkeizer deleted the removes-get-stacktrace-function-calls branch October 1, 2021 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants