matrei commented on PR #306: URL: https://github.com/apache/groovy-geb/pull/306#issuecomment-4179348760
The goal was primarily performance. We have seen radically decreased performance for dynamic Groovy in Grails on Groovy 4 and l wanted to see if there were some low hanging fruits for shaving off some time on our test suites. I agree that there is not much gained in this for the current Grails tests, but now we at least know from testing it. Also, on another tangent, I do think Groovy framework code should optimally be compiled statically if possible and reaching for the dynamic nature of Groovy only for scripts and DSLs. If you think it is a bad idea, I have no problem targeting another version or scrapping it all together. -- 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]
