alavrik / piqi-erlang

Protocol Buffers, JSON, XML data serialization system for Erlang
http://piqi.org/doc/erlang
Apache License 2.0
68 stars 28 forks source link

Replace `erlang:get_stacktrace()` with `catch Class:Reason:Stacktrace` #19

Closed dcsommer closed 5 years ago

dcsommer commented 5 years ago

In recent versions of OTP, erlang:get_stacktrace() is deprecated and causes compile warnings.

alavrik commented 5 years ago

thanks! I update it a bit to make it compatible with earlier releases.