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

vatamane pushed a change to branch optimize-uuids-generation
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 6f8bbd39f Add UUID v4 and v7. Make v7 the default. Optimize UUID 
generation.
     add 825b2169f Update QuickJS: faster context creation and faster dbuf
     add 29cbe6dbc Add UUID v4 and v7. Make v7 the default. Optimize UUID 
generation.

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   (6f8bbd39f)
            \
             N -- N -- N   refs/heads/optimize-uuids-generation (29cbe6dbc)

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:
 src/couch_quickjs/c_src/couchjs.c                  |   27 +-
 .../patches/01-spidermonkey-185-mode.patch         |    6 +-
 src/couch_quickjs/patches/02-test262-errors.patch  |   14 +-
 src/couch_quickjs/quickjs/Makefile                 |    2 +-
 src/couch_quickjs/quickjs/cutils.c                 |   52 +-
 src/couch_quickjs/quickjs/cutils.h                 |   46 +-
 src/couch_quickjs/quickjs/libregexp.c              |    4 +-
 src/couch_quickjs/quickjs/libunicode.c             |    2 +-
 src/couch_quickjs/quickjs/quickjs-atom.h           |    1 +
 src/couch_quickjs/quickjs/quickjs.c                | 1428 +++++++++++---------
 src/couch_quickjs/quickjs/quickjs.h                |   30 +-
 src/couch_quickjs/quickjs/test262_errors.txt       |   15 +-
 12 files changed, 886 insertions(+), 741 deletions(-)

Reply via email to