eric-milles opened a new pull request #1328:
URL: https://github.com/apache/groovy/pull/1328


   Here is my discussed alternative that simplifies the implementation using 
`InvokerHelper#invokeMethod`.  If a delegate or owner implements 
`methodMissing` it will be called instead of trying `invokeMethod` on the next 
in line.  This is more consistent with the way property resolution works (see 
`Closure#getProperty`).
   
   `StaticTypeCheckingVisitor` will need a block similar to the one added for 
GROOVY-7996 in order for static compilation to line up.
   
   https://issues.apache.org/jira/browse/GROOVY-7232
   
   
   **Note:** This does not address the change in behavior discussed here: 
https://github.com/apache/groovy/commit/640e9304fe8950400d94adaad474c0c341209df0#commitcomment-40953759


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to