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 b70de711d7 GROOVY-11658: `groovyc`: log command-line arguments at
verbose level
new b351c27bbb GROOVY-11663: STC: error for class or trait property
expression
new 78514001bb GROOVY-11663: support static trait field referenced in
static context
new 5eeb6b1547 GROOVY-11663: STC: resolve `$self.pack_Type__name` to a
static access
The 3 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/StaticVerifier.java | 42 ++++---
.../transform/stc/StaticTypeCheckingVisitor.java | 41 ++++---
.../transform/stc/TraitTypeCheckingExtension.java | 32 ++++++
.../packageScope/DifferentPackageTest.groovy | 2 +-
.../traitx/TraitASTTransformationTest.groovy | 124 ++++++++++++++++-----
5 files changed, 179 insertions(+), 62 deletions(-)