The GitHub Actions job "Licensing - RAT Report" on grails-core.git/feature/gsp-compile-static-8.0.x has failed. Run started by GitHub user codeconsole (triggered by codeconsole).
Head commit for run: 7a5df8ab1f0f0e315a4ce3e166519ba42293fb6d / Scott Murphy Heiberg <[email protected]> Give a typed g:set a scope rather than a page-wide name Reusing the assignment form for a name already typed was tracked in one flat set for the whole page, which is not what a block scope is. Two sibling blocks are two scopes, so a name typed in each was declared in the first and assigned in the second, where nothing had declared it: it resolved through the page's setProperty and lost its type, and reading it reported that the type was not known. The names are held one frame per emitted block now. A name an enclosing frame declared is assigned to, which is what the same-scope case needs, and a name only a sibling declared is declared again, which is what that case needs. Also reports strictness as false while pages are not compiled statically, so that toggling it does not invalidate a task whose output cannot change, and drops a comment left above an empty block when its dependencies moved to testImplementation. Report URL: https://github.com/apache/grails-core/actions/runs/32416770597 With regards, GitHub Actions via GitBox
