eric-milles opened a new pull request #1599: URL: https://github.com/apache/groovy/pull/1599
https://issues.apache.org/jira/browse/GROOVY-6097 (TODO) -- "super.propName" handling https://issues.apache.org/jira/browse/GROOVY-9382 https://issues.apache.org/jira/browse/GROOVY-10133 This should be the bulk of the changes to align dynamic and static compilation handling of `boolean` property access as well as aligning `java.lang.Boolean` property access with the other reference types. No more "name" to "isName()" translation for `Boolean`. I did not exhaustively search for `"is"` so there may be a few outliers out there. If you know of them or can produce a test case to help me seek them out, I would appreciate it. The changes had surprisingly-low impact to the unit tests. -- 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]
