You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/10/28 14:20:10 UTC

[couchdb] branch integrate-b64url-ets-lru-khash updated (f87327a6b -> 499f9e53a)

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

vatamane pushed a change to branch integrate-b64url-ets-lru-khash
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit f87327a6b Integrate b64url, ets_lru and khash into the main repo
     add 499f9e53a Integrate b64url, ets_lru and khash into the main repo

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   (f87327a6b)
            \
             N -- N -- N   refs/heads/integrate-b64url-ets-lru-khash (499f9e53a)

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/ets_lru/src/ets_lru.erl       | 135 +++++++---------
 src/ets_lru/test/ets_lru_test.erl | 313 +++++++++++++++++++-------------------
 src/khash/src/khash.erl           |  53 ++-----
 src/khash/test/gen_term.erl       |  30 +---
 src/khash/test/khash_test.erl     | 172 ++++++++++-----------
 5 files changed, 310 insertions(+), 393 deletions(-)