This is an automated email from the ASF dual-hosted git repository.
ronny pushed a change to branch sm-v128-default-version
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 9ac100085 chore: Use SpiderMonkey v128 as default version
add 4ee2dfeed retry if no connection available
add 2eb374403 switch to couch_util:to_hex_bin
add f0d78104e gun takes iodata so no need for io_lib or flatten
add f1cc8de92 Merge pull request #5627 from apache/nouveau-improvements
add 8f0158126 QuickJS Update
add d33edf745 include rev when scanning
add 33be0bcd8 Avoid timeouts in ddoc scanner callback
add f73ea2dc7 chore: Use SpiderMonkey v128 as default version
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 (9ac100085)
\
N -- N -- N refs/heads/sm-v128-default-version (f73ea2dc7)
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:
rel/overlay/etc/default.ini | 5 +
.../patches/01-spidermonkey-185-mode.patch | 6 +-
.../patches/02-test262-makefile.patch | 8 +-
src/couch_quickjs/patches/03-test262-yield.patch | 4 +-
src/couch_quickjs/patches/04-test262-errors.patch | 8 +-
src/couch_quickjs/quickjs/Makefile | 4 +-
src/couch_quickjs/quickjs/libregexp.c | 25 +-
src/couch_quickjs/quickjs/quickjs-libc.c | 14 +-
src/couch_quickjs/quickjs/quickjs.c | 428 ++++++++++++++-------
src/couch_quickjs/quickjs/run-test262.c | 11 +-
src/couch_quickjs/quickjs/test262.conf | 2 +
src/couch_quickjs/quickjs/test262_errors.txt | 20 +-
src/couch_quickjs/quickjs/tests/test262.patch | 23 +-
src/couch_scanner/src/couch_scanner_plugin.erl | 94 +++--
.../test/eunit/couch_scanner_test.erl | 3 +
src/docs/src/config/scanner.rst | 10 +
src/nouveau/src/nouveau_api.erl | 43 +--
src/nouveau/src/nouveau_util.erl | 7 +-
18 files changed, 477 insertions(+), 238 deletions(-)