You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/13 21:37:03 UTC

[couchdb] branch compiler-warnings-1 updated (d396a7c -> f366a2d)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch compiler-warnings-1
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from d396a7c  Eliminate multiple compiler warnings
     add 73d1e3c  Happy New Year 2020! (#2443)
     add efb374a  Improve replicator error reporting
     add f366a2d  Merge branch 'master' into compiler-warnings-1

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |   2 +-
 NOTICE                                             |   2 +-
 .../src/couch_replicator_api_wrap.erl              |  12 +-
 .../src/couch_replicator_scheduler.erl             |   8 +-
 .../src/couch_replicator_scheduler_job.erl         |  51 ++--
 .../src/couch_replicator_worker.erl                |  18 +-
 .../couch_replicator_error_reporting_tests.erl     | 271 +++++++++++++++++++++
 7 files changed, 331 insertions(+), 33 deletions(-)
 create mode 100644 src/couch_replicator/test/eunit/couch_replicator_error_reporting_tests.erl