This is an automated email from the ASF dual-hosted git repository.
jiahuili430 pushed a change to branch fix-compilation-warnings
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard c1fef5153 Remove `gen_server:format_status/2`
add e13d560b1 Update xxHash
add 831849ca4 Update QuickJS
add 468910e17 fix make clean after dev/run --enable-tls
add f2c5c603b Merge pull request #5670 from apache/enable-tls-clean
add 565de4307 Cache and store mem3 shard properties in one place only
add 32f37023a Print request/response body on errors from mango test suite
add 9ed7e1a2b Merge pull request #5671 from
apache/improve-errors-in-mango-tests
add 416706c25 Replace `gen_server:format_status/2` to `format_status/1`
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c1fef5153)
\
N -- N -- N refs/heads/fix-compilation-warnings (416706c25)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
src/chttpd/src/chttpd_db.erl | 3 +-
src/couch/src/couch_util.erl | 6 +-
.../patches/01-spidermonkey-185-mode.patch | 6 +-
.../patches/02-test262-makefile.patch | 4 +-
src/couch_quickjs/patches/03-test262-yield.patch | 4 +-
src/couch_quickjs/patches/04-test262-errors.patch | 4 +-
src/couch_quickjs/quickjs/Changelog | 3 +
src/couch_quickjs/quickjs/VERSION | 2 +-
src/couch_quickjs/quickjs/qjsc.c | 3 +
src/couch_quickjs/quickjs/quickjs.c | 257 ++++++++++++---------
src/couch_quickjs/quickjs/quickjs.h | 4 +-
src/couch_quickjs/quickjs/run-test262.c | 43 +++-
.../src/couch_replicator_auth_session.erl | 19 +-
.../src/couch_replicator_httpc_pool.erl | 40 ++++
.../src/couch_replicator_scheduler.erl | 18 +-
.../src/couch_replicator_scheduler_job.erl | 93 ++++++++
.../src/couch_replicator_worker.erl | 50 ++++
src/exxhash/README.md | 2 +-
src/exxhash/c_src/xxhash.h | 207 ++++++++++++++---
src/fabric/src/fabric.erl | 3 +-
src/fabric/src/fabric_util.erl | 26 +--
src/fabric/test/eunit/fabric_bench_test.erl | 2 +-
src/mango/test/02-basic-find-test.py | 2 +-
src/mango/test/mango.py | 44 +++-
src/mem3/include/mem3.hrl | 4 +-
src/mem3/src/mem3.erl | 26 +--
src/mem3/src/mem3_hash.erl | 28 +--
src/mem3/src/mem3_shards.erl | 131 +++++++----
src/mem3/src/mem3_util.erl | 53 +----
30 files changed, 769 insertions(+), 320 deletions(-)