[
https://issues.apache.org/jira/browse/GROOVY-11907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18071802#comment-18071802
]
ASF GitHub Bot commented on GROOVY-11907:
-----------------------------------------
paulk-asert commented on PR #2443:
URL: https://github.com/apache/groovy/pull/2443#issuecomment-4202031129
Most of the details are in comments on James Fredley's links about Grails
and Groovy 5/6:
https://github.com/apache/grails-core/pull/15557
https://github.com/apache/grails-core/pull/15558
I can't see it there now, but there is lots there, I wonder if he has
updated the content. In any case, I check out `grails-core`, switched to the
`grails8-groovy5-sb4` branch, changed `groovy.version` in `dependencies.gradle`
from `5.0.3` to `5.0.4`, and ran:
./gradlew :grails-geb:compileTestFixturesGroovy -S
I don't know whether that branch has been changed too. The last commit for
me was:
`7896ef8743 fix(grails-gradle): skip missing input dirs in mergeTestReports`
That reproduces the error. To verify the fix, I had to tweak the build
slightly to point to mavenLocal() and use my own local version (different to
what is in the Apache snapshot repo) - being careful to clear the gradle cache.
I can send you the diff I have to the build files if you want to replicate the
fix part. The bug doesn't need build changes apart from changing `5.0.3` to
`5.0.4`.
> SC: trait static field helper generates invalid bytecode when method-level
> DYNAMIC_RESOLUTION is present (GROOVY-11817 regression)
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: GROOVY-11907
> URL: https://issues.apache.org/jira/browse/GROOVY-11907
> Project: Groovy
> Issue Type: Bug
> Reporter: Paul King
> Priority: Major
>
> This is to track the *_grails-geb testFixtures_* error discussed here:
> [Canary] Grails 8 on Groovy 5 + Spring Boot 4 integration branch
> https://github.com/apache/grails-core/pull/15557
--
This message was sent by Atlassian Jira
(v8.20.10#820010)