choptastic / qdate

Erlang date, time, and timezone management: formatting, conversion, and date arithmetic
http://sigma-star.com/blog/post/qdate
MIT License
247 stars 82 forks source link

Stacktrace workaround for compatibility with OTP 21 #38

Closed tnt-dev closed 5 years ago

tnt-dev commented 5 years ago

erlang:stacktrace/0 is deprecated in latest OTP releases so compiling qdate with OTP 21 return the following warning:

src/qdate.erl:1080: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace