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/04/16 15:34:13 UTC

[couchdb] branch feat/spidermonkey-68 updated (9339505 -> fb1e3e4)

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

wohali pushed a change to branch feat/spidermonkey-68
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 9339505  Merge branch 'master' into feat/spidermonkey-68
    omit 7f24add  Merge pull request #1944 from cloudant/integrate-emilio
    omit 522627e  Integrate emilio - erang linter
 discard cb87298  First pass at SpiderMonkey 68 support
     add fb1e3e4  First pass at SpiderMonkey 68 support

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   (9339505)
            \
             N -- N -- N   refs/heads/feat/spidermonkey-68 (fb1e3e4)

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:
 .gitignore                          |   1 -
 Makefile                            |   6 +-
 Makefile.win                        |   6 +-
 bin/warnings_in_scope               | 125 ------------------------------------
 configure                           |  13 ----
 configure.ps1                       |  14 ----
 emilio.config                       |  20 ------
 src/couch/priv/couch_js/68/http.cpp |   1 -
 src/couch/priv/couch_js/68/main.cpp |   7 +-
 src/couch/priv/couch_js/68/utf8.cpp |  23 ++++---
 src/couch/priv/couch_js/68/util.cpp |   9 ++-
 11 files changed, 18 insertions(+), 207 deletions(-)
 delete mode 100755 bin/warnings_in_scope
 delete mode 100644 emilio.config