Getting return type of generated Closure at runtime

2021-01-12 Thread Jan Lukavský
Hi, I'm struggling with something I believe should be possible - when a Closure is parsed at runtime, it should be possible to retrieve its generic return type. I have the following (in Java):   @Test   public void testClosureReturnTypeExtraction() {     String script = "def a = { 1L }";    

Re: [ANNOUNCE] Groovy 2.4.21, 2.5.14, and 3.0.7 Windows installers released

2021-01-12 Thread Keegan Witt
The latest install links are on this page: https://groovy.apache.org/download.html There's also the parent page in Bintray that has all the files: https://bintray.com/groovy/Distributions/Windows-Installer -Keegan On Mon, Dec 21, 2020 at 4:41 AM Mike M wrote: > A novice colleague had trouble i