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

Fix warnings #33

Merged
merged 11 commits into from
Jun 4, 2020
Merged

Fix warnings #33

merged 11 commits into from
Jun 4, 2020

Conversation

ananthakumaran
Copy link
Contributor

I have tried to not make any code changes. Nearly all of them are formatting changes or straight forward changes to fix the warnings.

* use newer versions of elixir
* check format and compiler warnings
Accessing the stacktrace outside of a rescue/catch is
deprecated. Adding a deprecation as of now. Also erlang:get_stacktrace
is deprecated (which is what elixir is calling now) and from OTP 23
onwards get_stacktrace will return `[]` and it will be removed in OTP
24.

The get_stacktrace call used in logger is a stop gap solution. Proper
solution might need major changes to logger module
@brweber2 brweber2 merged commit bfa9ae8 into Cobenian:master Jun 4, 2020
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