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

rnewson pushed a change to branch lucene-10
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 7995796ee gracefully handle attempt to create old index
 discard a38c98bca add scanner to upgrade nouveau indexes
 discard 66db7bb4e include rev when scanning
 discard bc9cd2ccf insert lucene version on save if missing
 discard 01af2d83c don't create indexes for old lucene versions
 discard 150611cea update to lucene 10
 discard 119a7763b Remove "9" from package and class names
 discard 6ee92bc11 add lucene version to ddoc and index definition
     add f1cc8de92 Merge pull request #5627 from apache/nouveau-improvements
     add 8f0158126 QuickJS Update
     add 79dbd59b0 add lucene version to ddoc and index definition
     add b20f27430 Remove "9" from package and class names
     add 07e6bf6f2 update to lucene 10
     add b8f027ea2 don't create indexes for old lucene versions
     add e2356f41f insert lucene version on save if missing
     add 76c2b56f8 include rev when scanning
     add c8bd53aba add scanner to upgrade nouveau indexes
     add 5b38ecf0b gracefully handle attempt to create old index

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   (7995796ee)
            \
             N -- N -- N   refs/heads/lucene-10 (5b38ecf0b)

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:
 .../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 +-
 12 files changed, 370 insertions(+), 183 deletions(-)

Reply via email to