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

jdaugherty pushed a change to branch feature/compileStaticTagLibs
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from 58acccfbf1 Code Review Feedback   
ControllerTagLibTypeCheckingExtension.groovy — 6 feedback items addressed:   1. 
@since 8.0 — fixed from 7.0 to match the actual 8.0.0-SNAPSHOT project version  
 2. Outer scope guards — added setup { newScope() } / finish { scopeExit() } 
for consistency with CriteriaTypeCheckingExtension and other extensions   3. 
Explicit methodNotFound types — ClassNode receiver, String name, 
ArgumentListExpression argList, ClassNode[] argTypes, MethodCall call   [...]
     add 4360166e9b Support composing other type checking extensions with the 
taglib extension

No new revisions were added by this update.

Summary of changes:
 .../grails/compiler/GrailsCompileStatic.groovy     |  4 +-
 .../ControllerTagLibTypeCheckingExtension.groovy   | 16 ++++++++
 ...ontrollerTagLibTypeCheckingExtensionSpec.groovy | 43 ++++++++++++++++++++++
 .../compiler/StubDslTypeCheckingExtension.groovy}  | 32 ++++++----------
 4 files changed, 73 insertions(+), 22 deletions(-)
 copy 
grails-core/src/{main/groovy/org/grails/compiler/RelationshipManagementMethodTypeCheckingExtension.groovy
 => test/groovy/org/grails/compiler/StubDslTypeCheckingExtension.groovy} (61%)

Reply via email to