codeconsole commented on PR #16139:
URL: https://github.com/apache/grails-core/pull/16139#issuecomment-5361310139

   Added — `grails-test-examples/gsp-compile-static` (32d19da). A build that 
sets `grails.compileStatic.gsp`, pages reading a declared model, the 
framework-bound names, a typed local and a tag library in its own namespace, 
rendered through a running server.
   
   Rendering is not on its own evidence, since a page renders the same either 
way, so the test also checks the class each page compiled to. Worth separating: 
a `<%@ page model %>` directive implies static compilation on its own, so those 
pages stay static with the flag off — only the page that declares nothing 
answers whether the build setting did anything. Verified by flipping the flag: 
that page is the one that flips.


-- 
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]

Reply via email to