You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/08/30 23:52:12 UTC

[GitHub] [couchdb] jaydoane commented on issue #3115: Erlang/OTP 23 Support

jaydoane commented on issue #3115:
URL: https://github.com/apache/couchdb/issues/3115#issuecomment-683487791


   Another problem is that we currently have a lot of this kind of compiler warning:
   ```
   /proj/couchdb-3/src/chttpd/src/chttpd.erl:279: Warning: erlang:get_stacktrace/0: deprecated; use the new try/catch syntax for retrieving the stack backtrace
   ```
   But we can't replace those with the new try/catch syntax while we need to support versions [previous to OTP 21](https://github.com/erlang/otp/pull/1783#issuecomment-381607232). However, that same thread shows [some workarounds](https://github.com/erlang/otp/pull/1783#issuecomment-386190970) that we could presumably use to patch all the existing incompatible code.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org