You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the deprecation of erlang:get_stack_trace()erlang/otp#1783
===> Compiling _build/default/lib/clique/src/clique_test_group_leader.erl failed
_build/default/lib/clique/src/clique_test_group_leader.erl:118: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
The simple fix is to update the catch to the new try/catch syntax but that'll break older versions. Otherwise adding an ignore deprecations flag to the project should work.
Due to the deprecation of
erlang:get_stack_trace()
erlang/otp#1783The simple fix is to update the
catch
to the new try/catch syntax but that'll break older versions. Otherwise adding an ignore deprecations flag to the project should work.The text was updated successfully, but these errors were encountered: