You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by em...@apache.org on 2021/12/20 13:42:55 UTC

[groovy] branch master updated (d5e4834 -> 19972ac)

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

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


    from d5e4834  adjust test case for all JDK versions
     add 3831eb2  GROOVY-10300: resolve script source
     add ed41e27  GROOVY-7799: add test case
     new 19972ac  Merge pull request from apache/GROOVY-10300

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:
 .../codehaus/groovy/control/CompilationUnit.java   |  9 ++--
 .../codehaus/groovy/control/ResolveVisitor.java    | 10 +++++
 .../groovy/bugs/groovy7799/AB.groovy}              | 29 ++++++++-----
 .../bugs/groovy7799/EE.groovy}                     |  4 +-
 .../bugs/groovy7799/Main.groovy}                   | 22 +++-------
 .../groovy/bugs/groovy7812/MainWithErrors.groovy   | 22 ----------
 .../groovy/bugs/groovy9243/Main.groovy             | 49 +++++++++++++---------
 src/test/groovy/script/RuntimeResolveTests.groovy  | 34 +++++++--------
 8 files changed, 87 insertions(+), 92 deletions(-)
 copy src/{main/java/org/codehaus/groovy/control/io/NullWriter.java => test-resources/groovy/bugs/groovy7799/AB.groovy} (70%)
 copy src/test-resources/{bugs/BUG-GROOVY-9692.groovy => groovy/bugs/groovy7799/EE.groovy} (94%)
 copy src/test-resources/{core/Expression_16.groovy => groovy/bugs/groovy7799/Main.groovy} (82%)
 delete mode 100644 src/test-resources/groovy/bugs/groovy7812/MainWithErrors.groovy

[groovy] 01/01: Merge pull request from apache/GROOVY-10300

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

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

commit 19972acace5b56e6defeaf750ced7a61b7e0e150
Merge: d5e4834 ed41e27
Author: Eric Milles <er...@thomsonreuters.com>
AuthorDate: Mon Dec 20 07:42:44 2021 -0600

    Merge pull request from apache/GROOVY-10300

 .../codehaus/groovy/control/CompilationUnit.java   |  9 ++--
 .../codehaus/groovy/control/ResolveVisitor.java    | 10 +++++
 .../MainWithErrors.groovy => groovy7799/AB.groovy} | 30 +++++++++++--
 .../MainWithErrors.groovy => groovy7799/EE.groovy} |  6 +--
 .../Main.groovy}                                   | 14 +++++--
 .../groovy/bugs/groovy9243/Main.groovy             | 49 +++++++++++++---------
 src/test/groovy/script/RuntimeResolveTests.groovy  | 34 +++++++--------
 7 files changed, 101 insertions(+), 51 deletions(-)