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

asf-gitbox-commits pushed a change to branch GROOVY-12173
in repository https://gitbox.apache.org/repos/asf/groovy.git


    omit 6ab12c09e2 GROOVY-12173: Left-factor parser rules to reduce lookahead 
on hot parse paths
     add a184bddbbe GROOVY-12095: Code in groovydoc does not display correctly 
(#2716)
     add 48cf83f92c GROOVY-12174: Bump antlr to 4.13.2.8
     add 75eae47f67 Update dependency metadata
     add 324a399b7c GROOVY-12175: Bump jackson to 2.22.1
     add a4ac2e710d GROOVY-12176: Bump jline to 4.3.1
     add fd9daca82e GROOVY-12177: Bump ivy to 2.6.0
     add 94e49e9058 GROOVY-12178: Bump maven-resolver-supplier-mvn4 to 2.0.20
     new 5b48b038ef GROOVY-12173: Left-factor parser rules to reduce lookahead 
on hot parse paths

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   (6ab12c09e2)
            \
             N -- N -- N   refs/heads/GROOVY-12173 (5b48b038ef)

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.

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:
 gradle/verification-metadata.xml                   |  26 ++
 .../tools/groovydoc/PreLanguageRewriter.java       |  29 +-
 .../tools/groovydoc/SimpleGroovyClassDoc.java      |   9 +-
 .../groovy/tools/groovydoc/TagRenderer.java        | 202 ++++++++-
 .../groovy-groovydoc/src/spec/doc/groovydoc.adoc   |  56 ++-
 .../groovy/tools/groovydoc/GroovyDocToolTest.java  |  15 +-
 .../tools/groovydoc/PreLanguageRewriterTest.groovy |  27 ++
 .../groovydoc/SimpleGroovyClassDocTests.groovy     | 496 +++++++++++++++++++++
 versions.properties                                |  10 +-
 9 files changed, 815 insertions(+), 55 deletions(-)

Reply via email to