nickva opened a new pull request, #12: URL: https://github.com/apache/couchdb-ibrowse/pull/12
In OTP 29 catch statements started to throw deprecation warnings, and since we're using `warnings_as_errors` our compilation fails. The catch construct hasn't been scheduled for removal yet [1] so for now just to compile ibrowse add a per-module compiler directive. This allows catch rewrites to be done incrementally module-by-module eventually. This is an intermediate alternative for https://github.com/cmullaparthi/ibrowse/pull/187 for now. [1] https://www.erlang.org/doc/scheduled_for_removal.html -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
