eric-milles commented on PR #2443: URL: https://github.com/apache/groovy/pull/2443#issuecomment-4202458531
I'm going to try with spock; I'm in the middle of a long test run, so I cannot drop it in just yet. I'm not sure why the helper needs dynamic resolution; I must be missing something. But maybe the `getClass()` call could just be primed with the target method from `Object`. Otherwise "$static$self instanceof Class ? $staticSelf : $static$self.getClass()" could be "$static$self instanceof Class self ? self : $static$self.getClass()" -- maybe that does not help... -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
