eric-milles opened a new pull request #1167: GROOVY-8707: SC: use makeSetProperty for compound assignment of property URL: https://github.com/apache/groovy/pull/1167 https://issues.apache.org/jira/browse/GROOVY-8707 StaticTypesBinaryExpressionMultiTypeDispatcher#evaluateEqual already does this for plain assignment This replaces "invokestatic org.codehaus.groovy.runtime.ScriptBytecodeAdapter.setGroovyObjectProperty(java.lang.Object, java.lang.Class, groovy.lang.GroovyObject, java.lang.String)" with "invokevirtual Groovy8707.setNum(int)".
---------------------------------------------------------------- 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] With regards, Apache Git Services
