The GitHub Actions job "CI" on grails-core.git/feat/beans-dsl-diagnostics-8.0.x 
has failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
635f284d55cda479217a71335978d9057c190627 / Scott Murphy Heiberg 
<[email protected]>
Count a property-style read as a use of the moved accessor

`method('getSuffix', String) { '!' }` on a descriptor plus `'hello' + suffix` in
an anonymous class is the same unreachable reference by another spelling, and
comparing raw names alone let it through to the `NoSuchFieldError` the check
exists to prevent - `suffix` is a DynamicVariable while the moved set holds
`getSuffix`. A variable now matches on the accessor names it would resolve to as
well as on itself, the way collectMethodNames already reserves them.

Report URL: https://github.com/apache/grails-core/actions/runs/34398872484

With regards,
GitHub Actions via GitBox

Reply via email to