You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2020/09/18 19:06:30 UTC

[incubator-annotator] branch master updated (f9ce4f6 -> 3e8a105)

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

gerben pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.


    from f9ce4f6  Update .travis.yml to only build master branch
     add 8823057  Change approach to choose prefix/suffix.
     add 35d3ebe  More performance tweaking
     add 486c59f  Add test, fix bug
     add 8300e73  Inline helper function
     new 3e8a105  Merge pull request #93 from apache/faster-describeTextQuote

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/dom/src/text-quote/describe.ts        | 118 +++++++++----------------
 packages/dom/test/text-quote/describe-cases.ts |  15 ++++
 2 files changed, 55 insertions(+), 78 deletions(-)


[incubator-annotator] 01/01: Merge pull request #93 from apache/faster-describeTextQuote

Posted by ge...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

gerben pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 3e8a105c8e29bdf6e27658b2c4f139cc06f6c8d8
Merge: f9ce4f6 8300e73
Author: Gerben <ge...@treora.com>
AuthorDate: Fri Sep 18 21:06:23 2020 +0200

    Merge pull request #93 from apache/faster-describeTextQuote
    
    Faster describeTextQuote implementation

 packages/dom/src/text-quote/describe.ts        | 118 +++++++++----------------
 packages/dom/test/text-quote/describe-cases.ts |  15 ++++
 2 files changed, 55 insertions(+), 78 deletions(-)