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

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


    from eb6d4a6d9b GROOVY-10933: SC: adapt non-void method to `void` target 
like `Consumer`
     new eea41b8907 GROOVY-10918: direct store to local variable or parameter 
(no temporary)
     new 3380c7aca4 GROOVY-10929: method closure swallows 
`IllegalArgumentException`

The 2 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/main/java/groovy/lang/MetaClassImpl.java       | 117 ++++++++++-----------
 src/main/java/groovy/lang/MetaProperty.java        |   6 +-
 .../classgen/asm/BinaryExpressionHelper.java       |  26 +++--
 .../codehaus/groovy/classgen/asm/CompileStack.java |   2 +-
 .../codehaus/groovy/reflection/CachedField.java    |  16 ++-
 src/test/groovy/bugs/MethodClosureTest.groovy      |  68 +++++++-----
 .../classgen/asm/sc/StaticCompilationTest.groovy   |  41 ++++----
 7 files changed, 147 insertions(+), 129 deletions(-)

Reply via email to