This is an automated email from the ASF dual-hosted git repository.
paulk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git.
from 21b252a GROOVY-10329: StaticImportVisitor: import static star:
callable property
new 7240a04 GROOVY-10298: Refine records to not use system properties
new 8053031 GROOVY-10298: Refine records to not use system properties
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/groovy/groovy/transform/RecordType.groovy | 9 +-
src/main/java/groovy/transform/RecordBase.java | 4 +
.../{AutoCloneStyle.java => RecordTypeMode.java} | 25 ++-
.../java/groovy/transform/TupleConstructor.java | 9 +
.../apache/groovy/parser/antlr4/AstBuilder.java | 88 +++-------
.../java/org/codehaus/groovy/ast/ClassNode.java | 9 +-
.../java/org/codehaus/groovy/ast/PropertyNode.java | 6 +-
.../groovy/classgen/AsmClassGenerator.java | 3 +-
.../org/codehaus/groovy/classgen/Verifier.java | 22 +--
.../groovy/classgen/asm/WriterController.java | 6 -
.../groovy/control/CompilerConfiguration.java | 26 ---
.../transform/NamedVariantASTTransformation.java | 24 +--
.../transform/RecordTypeASTTransformation.java | 194 ++++++++++++++++++---
.../TupleConstructorASTTransformation.java | 30 +++-
.../transform/stc/StaticTypeCheckingVisitor.java | 35 ++--
.../core/RecordDeclaration_03x.groovy | 1 -
.../core/RecordDeclaration_08x.groovy | 2 +-
.../core/RecordDeclaration_09x.groovy | 2 +-
.../core/RecordDeclaration_10x.groovy | 11 +-
.../core/RecordDeclaration_11x.groovy | 2 +-
.../core/RecordDeclaration_12x.groovy | 10 +-
.../org/codehaus/groovy/classgen/RecordTest.groovy | 83 ++++++++-
22 files changed, 385 insertions(+), 216 deletions(-)
copy src/main/java/groovy/transform/{AutoCloneStyle.java =>
RecordTypeMode.java} (68%)