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

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


    omit 7ba1012b05 GROOVY-11563: STC: check compound assignment `x op= y` like 
`x = x op y`
     add 5cbab4cf06 style guide: language improvements
     add 081fa50169 GROOVY-11565: empty block handling
     add 7ba22357b0 GROOVY-8551: roll back
     add 03c005f8e7 GROOVY-11559: fix `addAllInterfaces` for 
`UnionTypeClassNode`
     add da495fada8 GROOVY-11564: SC: `StringGroovyMethods#plus` for string 
concat fallback
     new c8606ba996 GROOVY-11563: STC: check compound assignment `x op= y` like 
`x = x op y`

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   (7ba1012b05)
            \
             N -- N -- N   refs/heads/GROOVY-11563 (c8606ba996)

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:
 src/antlr/GroovyParser.g4                          |  11 +-
 .../apache/groovy/parser/antlr4/AstBuilder.java    | 366 ++++-----------------
 .../org/codehaus/groovy/ast/stmt/IfStatement.java  |  11 +-
 .../codehaus/groovy/ast/tools/GenericsUtils.java   |   2 +-
 src/spec/doc/style-guide.adoc                      |   6 +-
 ...witchExpression_09x.groovy => IfElse_02.groovy} |  15 +-
 .../transform/stc/TypeInferenceSTCTest.groovy      |  23 +-
 .../groovy/parser/antlr4/GroovyParserTest.groovy   |   3 +-
 8 files changed, 105 insertions(+), 332 deletions(-)
 copy src/test-resources/core/{SwitchExpression_09x.groovy => IfElse_02.groovy} 
(84%)

Reply via email to