You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/05/03 21:30:03 UTC

[GitHub] nickva opened a new pull request #505: Enable tail call optimization in couch_replicator_docs

nickva opened a new pull request #505: Enable tail call optimization in couch_replicator_docs
URL: https://github.com/apache/couchdb/pull/505
 
 
   `update_docs/4` function was recursively called from `catch` part of a
   try ... catch block. That construct prevented tail call optimization to
   take place.
   
   Jira: COUCHDB-3324
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services