You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [groovy] caoli5288 opened a new pull request #1266: GroovyShell parse script use given context - posted by GitBox <gi...@apache.org> on 2020/06/02 14:04:26 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9344) CCE in closure shared variable assignment - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/02 18:37:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9344) CCE in closure shared variable assignment - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/02 18:38:01 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9516) Static compiler infers wrong type for implicitly shared variables - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/02 18:43:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9516) Static compiler infers wrong type for implicitly shared variables - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/02 18:43:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1267: GROOVY-9344 (part 1): SC: retain closure shared variable metadata for classgen - posted by GitBox <gi...@apache.org> on 2020/06/03 02:57:51 UTC, 0 replies.
- [jira] [Created] (GROOVY-9581) コンパイラで、クロージャから静的クラス変数を参照できない. - posted by "Kunio Himei (Jira)" <ji...@apache.org> on 2020/06/03 04:14:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9581) コンパイラで、クロージャから静的クラス変数を参照できない. - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/03 07:50:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-9581) コンパイラで、クロージャから静的クラス変数を参照できない. - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/03 19:49:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9581) コンパイラで、クロージャから静的クラス変数を参照できない. - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/03 19:49:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9554) @Field variable access within closures broken - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/03 19:58:00 UTC, 2 replies.
- [jira] [Comment Edited] (GROOVY-9554) @Field variable access within closures broken - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/03 19:59:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9581) コンパイラで、クロージャから静的クラス変数を参照できない. - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/04 14:42:01 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9569) SC: new compiler error for access of static, non-final, outer-class field - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/04 14:42:01 UTC, 0 replies.
- [jira] [Created] (GROOVY-9582) Code execution - Groovy - posted by "Dhiraj M (Jira)" <ji...@apache.org> on 2020/06/04 18:16:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7701) org.codehaus.groovy.runtime.typehandling.GroovyCastException in Groovy ".with { ... }" - Block - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/04 18:27:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7701) org.codehaus.groovy.runtime.typehandling.GroovyCastException in Groovy ".with { ... }" - Block - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/04 18:29:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1268: GROOVY-7701: do not cast RHS before LHS of assignment is visited - posted by GitBox <gi...@apache.org> on 2020/06/04 19:00:59 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9582) Code execution - Groovy - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/05 07:20:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/05 21:20:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1269: GROOVY-7971: do not save instanceof types under logical or - posted by GitBox <gi...@apache.org> on 2020/06/05 22:15:13 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1269: GROOVY-7971: do not save instanceof types under logical or - posted by GitBox <gi...@apache.org> on 2020/06/06 02:16:43 UTC, 4 replies.
- [GitHub] [groovy] paulk-asert edited a comment on pull request #1269: GROOVY-7971: do not save instanceof types under logical or - posted by GitBox <gi...@apache.org> on 2020/06/06 02:17:07 UTC, 3 replies.
- [GitHub] [groovy] eric-milles commented on pull request #1269: GROOVY-7971: do not save instanceof types under logical or - posted by GitBox <gi...@apache.org> on 2020/06/06 13:45:06 UTC, 4 replies.
- [GitHub] [groovy] eric-milles edited a comment on pull request #1269: GROOVY-7971: do not save instanceof types under logical or - posted by GitBox <gi...@apache.org> on 2020/06/06 13:46:18 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8358) Nested class resolution behaves differently depending on class order - posted by "richard1230 (Jira)" <ji...@apache.org> on 2020/06/06 16:03:00 UTC, 1 replies.
- [GitHub] [groovy] KamilJedrzejuk commented on pull request #1222: GROOVY-9505: Bump ASM_API_VERSION to Opcodes.ASM8 - posted by GitBox <gi...@apache.org> on 2020/06/06 17:38:05 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1222: GROOVY-9505: Bump ASM_API_VERSION to Opcodes.ASM8 - posted by GitBox <gi...@apache.org> on 2020/06/06 23:05:30 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8051) Reference outer class property within inner class closure - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/07 17:46:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-5436) Enable use of parameter list in SQL IN Clause - posted by "Moises Lejter (Jira)" <ji...@apache.org> on 2020/06/08 05:10:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9477) FastStringServiceFactory SPI loading in OSGi - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/08 11:17:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9477) FastStringServiceFactory SPI loading in OSGi - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/08 11:18:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9583) Bump gradle to 6.5 - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/08 11:27:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9583) Bump gradle to 6.5 - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/08 11:28:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9583) Bump gradle to 6.5 - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/08 11:42:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9558) Wrong code for putAt on Map that is member of closure delegate - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/08 15:44:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8840) CLONE - Compile Static causes getAt to fail (advanced cases) - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/08 16:01:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8840) CLONE - Compile Static causes getAt to fail (advanced cases) - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/08 18:17:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9558) Wrong code for putAt on Map that is member of closure delegate - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/08 22:05:00 UTC, 1 replies.
- [jira] [Resolved] (GROOVY-9558) Wrong code for putAt on Map that is member of closure delegate - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/08 22:06:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9499) VerifyError when AIC used as argument to special constructor call - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/09 09:37:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9168) Default Arguments: non-static inner class constructor call in default value not supported - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/09 10:02:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-6809) VerifyError With Inner Class - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/09 10:03:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-6809) VerifyError With Inner Class - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/09 10:03:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7691) Type checking error on generic property with covariant type in subclass - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/09 10:08:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9580) STC: return type checking for generic, covariant property gives false error - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/09 12:50:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1217: [GROOVY-9477] FastStringServiceFactory use single arg ServiceLoader.load - posted by GitBox <gi...@apache.org> on 2020/06/09 15:52:27 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1270: GROOVY-9558: drop receiver metadata from transformed property expression - posted by GitBox <gi...@apache.org> on 2020/06/09 16:17:01 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1263: GROOVY-9499: AIC as argument to this/super constructor call - posted by GitBox <gi...@apache.org> on 2020/06/09 16:19:21 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1270: GROOVY-9558: drop receiver metadata from transformed property expression - posted by GitBox <gi...@apache.org> on 2020/06/09 16:24:59 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1217: [GROOVY-9477] FastStringServiceFactory use single arg ServiceLoader.load - posted by GitBox <gi...@apache.org> on 2020/06/09 16:28:17 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1265: GROOVY-9580: declaring class of getter/setter should be same as property - posted by GitBox <gi...@apache.org> on 2020/06/09 16:30:41 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1263: GROOVY-9499: AIC as argument to this/super constructor call - posted by GitBox <gi...@apache.org> on 2020/06/09 16:40:57 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1270: GROOVY-9558: drop receiver metadata from transformed property expression - posted by GitBox <gi...@apache.org> on 2020/06/09 16:42:36 UTC, 0 replies.
- [GitHub] [groovy] urs-ikentoo-com opened a new pull request #1271: We got a GROOVY-3456 zoombie here. - posted by GitBox <gi...@apache.org> on 2020/06/09 16:46:17 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1272: GROOVY-8840: use inferred type for subscript if operand is placeholder - posted by GitBox <gi...@apache.org> on 2020/06/09 20:02:36 UTC, 0 replies.
- [jira] [Created] (GROOVY-9584) CLONE - Error when creation a variable named "context" - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/10 00:20:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1271: We got a GROOVY-3456 zoombie here. - posted by GitBox <gi...@apache.org> on 2020/06/10 00:25:15 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1271: We got a GROOVY-3456 zoombie here. - posted by GitBox <gi...@apache.org> on 2020/06/10 00:28:45 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9584) CLONE - Error when creation a variable named "context" - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/10 00:29:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9584) CLONE - Error when creation a variable named "context" - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/10 00:30:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9584) CLONE - Error when creation a variable named "context" - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/10 00:31:00 UTC, 0 replies.
- [GitHub] [groovy] urs-ikentoo-com commented on pull request #1271: We got a GROOVY-3456 zoombie here. - posted by GitBox <gi...@apache.org> on 2020/06/10 08:21:48 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7549) java.lang.IllegalAccessError occurs when attempting to run code built with CompileStatic - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/10 15:59:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9585) CompilerConfiguration copy constructor does not copy compilation customizers - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/10 16:38:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1273: GROOVY-7549: STC: if "=" RHS type is inaccessible, revert to origin type - posted by GitBox <gi...@apache.org> on 2020/06/10 17:24:22 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9585) CompilerConfiguration copy constructor does not copy compilation customizers - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/11 00:09:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-9586) CLONE - SC: calling trait method inside closure has incorrect receivers data - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/11 18:56:00 UTC, 7 replies.
- [jira] [Created] (GROOVY-9586) CLONE - SC: calling trait method inside closure has incorrect receivers data - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/11 18:56:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9586) CLONE - SC: calling trait method inside closure has incorrect receivers data - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/11 18:56:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9586) CLONE - SC: calling trait method inside closure has incorrect receivers data - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/11 19:12:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7512) Cannot call Trait method from Closure when using static compilation - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/11 21:35:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7512) Cannot call Trait method from Closure when using static compilation - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/11 21:38:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1274: GROOVY-7512: add MapStyleConstructorCall override of transformExpression - posted by GitBox <gi...@apache.org> on 2020/06/11 22:15:46 UTC, 0 replies.
- [jira] [Created] (GROOVY-9587) Scope of method call changed from non-static to static 2.4->2.5 - posted by "Eric Helgeson (Jira)" <ji...@apache.org> on 2020/06/12 15:27:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9588) groovyCompile 6x slower in 3.0.4 then 2.5.6 - posted by "Eric Helgeson (Jira)" <ji...@apache.org> on 2020/06/12 15:39:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9588) groovyCompile 6x slower in 3.0.4 then 2.5.6 - posted by "Eric Helgeson (Jira)" <ji...@apache.org> on 2020/06/12 15:50:00 UTC, 1 replies.
- [jira] [Assigned] (GROOVY-5410) Groovy Generics Not Playing nice with java Proxies - java.lang.ClassCastException: $Proxy374 cannot be cast to ... - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/12 19:20:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9587) Scope of method call changed from non-static to static 2.4->2.5 - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/12 22:44:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9587) Scope of method call changed from non-static to static 2.4->2.5 - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/12 22:53:00 UTC, 4 replies.
- [jira] [Created] (GROOVY-9589) Parse source codes in parallel - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/13 07:22:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #1275: GROOVY-9589: Parse source codes in parallel - posted by GitBox <gi...@apache.org> on 2020/06/13 07:57:23 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9209) Compiler throws an exception in ClassNode#getTypeClass after checking ClassNode#isResolved - posted by "paolo di tommaso (Jira)" <ji...@apache.org> on 2020/06/13 10:36:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-9589) Parse source codes in parallel - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/13 10:53:00 UTC, 7 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1274: GROOVY-7512: add MapStyleConstructorCall override of transformExpression - posted by GitBox <gi...@apache.org> on 2020/06/13 13:28:40 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1274: GROOVY-7512: add MapStyleConstructorCall override of transformExpression - posted by GitBox <gi...@apache.org> on 2020/06/13 13:28:51 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7512) Cannot call Trait method from Closure when using static compilation - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/13 13:30:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1273: GROOVY-7549: STC: if "=" RHS type is inaccessible, revert to origin type - posted by GitBox <gi...@apache.org> on 2020/06/13 13:31:16 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1273: GROOVY-7549: STC: if "=" RHS type is inaccessible, revert to origin type - posted by GitBox <gi...@apache.org> on 2020/06/13 13:31:27 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7549) java.lang.IllegalAccessError occurs when attempting to run code built with CompileStatic - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/13 13:32:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1272: GROOVY-8840: use inferred type for subscript if operand is placeholder - posted by GitBox <gi...@apache.org> on 2020/06/13 13:32:52 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1272: GROOVY-8840: use inferred type for subscript if operand is placeholder - posted by GitBox <gi...@apache.org> on 2020/06/13 13:33:03 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8840) CLONE - Compile Static causes getAt to fail (advanced cases) - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/13 13:34:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1268: GROOVY-7701: do not cast RHS before LHS of assignment is visited - posted by GitBox <gi...@apache.org> on 2020/06/13 13:34:30 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1268: GROOVY-7701: do not cast RHS before LHS of assignment is visited - posted by GitBox <gi...@apache.org> on 2020/06/13 13:34:41 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7701) org.codehaus.groovy.runtime.typehandling.GroovyCastException in Groovy ".with { ... }" - Block - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/13 13:35:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1267: GROOVY-9344 (part 1): SC: retain closure shared variable metadata for classgen - posted by GitBox <gi...@apache.org> on 2020/06/13 13:36:22 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1267: GROOVY-9344 (part 1): SC: retain closure shared variable metadata for classgen - posted by GitBox <gi...@apache.org> on 2020/06/13 13:36:32 UTC, 0 replies.
- [jira] [Created] (GROOVY-9590) Bump javaparser to 3.16.1 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/13 14:57:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9590) Bump javaparser to 3.16.1 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/13 15:33:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9591) Compiler error for use of variable expression within tap closure - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/13 18:13:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1276: GROOVY-9591: no error for dynamic variable in closure in static context - posted by GitBox <gi...@apache.org> on 2020/06/13 19:18:31 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1277: GROOVY-9587: don't check for property for non-empty call args - posted by GitBox <gi...@apache.org> on 2020/06/13 20:07:59 UTC, 0 replies.
- [jira] [Created] (GROOVY-9592) Replace "groovy.generate.stub.in.memory" with "groovy.mem.stub" - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/14 00:24:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #1278: GROOVY-9592: Replace "groovy.generate.stub.in.memory" with "groovy.me… - posted by GitBox <gi...@apache.org> on 2020/06/14 00:48:49 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on pull request #1278: GROOVY-9592: Replace "groovy.generate.stub.in.memory" with "groovy.me… - posted by GitBox <gi...@apache.org> on 2020/06/14 01:25:30 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1278: GROOVY-9592: Replace "groovy.generate.stub.in.memory" with "groovy.me… - posted by GitBox <gi...@apache.org> on 2020/06/14 01:35:00 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 edited a comment on pull request #1278: GROOVY-9592: Replace "groovy.generate.stub.in.memory" with "groovy.me… - posted by GitBox <gi...@apache.org> on 2020/06/14 02:05:19 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1279: GROOVY-9344, GROOVY-9516: track assign in closure like if/else branch - posted by GitBox <gi...@apache.org> on 2020/06/14 12:56:30 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1280: GROOVY-9554: Script: before adding to binding, check for property setter - posted by GitBox <gi...@apache.org> on 2020/06/14 18:40:56 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9554) @Field variable access within closures broken - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/14 18:44:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1277: GROOVY-9587: don't check for property for non-empty call args - posted by GitBox <gi...@apache.org> on 2020/06/15 04:10:49 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9587) Scope of method call changed from non-static to static 2.4->2.5 - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/15 06:46:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1277: GROOVY-9587: don't check for property for non-empty call args - posted by GitBox <gi...@apache.org> on 2020/06/15 08:15:21 UTC, 0 replies.
- [GitHub] [groovy] szpak opened a new pull request #1281: Switch Spock from SNAPSHOT to 2.0-M3-groovy-3.0 - posted by GitBox <gi...@apache.org> on 2020/06/15 08:16:05 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1280: GROOVY-9554: Script: before adding to binding, check for property setter - posted by GitBox <gi...@apache.org> on 2020/06/15 08:17:58 UTC, 1 replies.
- [GitHub] [groovy] szpak commented on pull request #1281: Switch Spock from SNAPSHOT to 2.0-M3-groovy-3.0 - posted by GitBox <gi...@apache.org> on 2020/06/15 10:36:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9593) Bump Spock to 2.0-M3-groovy-3.0 - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/15 14:08:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1281: Switch Spock from SNAPSHOT to 2.0-M3-groovy-3.0 - posted by GitBox <gi...@apache.org> on 2020/06/15 14:10:10 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1281: Switch Spock from SNAPSHOT to 2.0-M3-groovy-3.0 - posted by GitBox <gi...@apache.org> on 2020/06/15 14:11:38 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9593) Bump Spock to 2.0-M3-groovy-3.0 - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/15 14:26:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1275: GROOVY-9589: Parse source codes in parallel - posted by GitBox <gi...@apache.org> on 2020/06/15 23:36:27 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9589) Parse source codes in parallel - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/15 23:57:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9594) Rename whitelist/blacklist in SecureASTCustomizer to more meaningful names - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/16 03:25:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9594) Rename whitelist/blacklist in SecureASTCustomizer to more meaningful names - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/16 03:27:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-9594) Rename whitelist/blacklist in SecureASTCustomizer to more meaningful names - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/16 03:56:01 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #1282: GROOVY-9594: Rename whitelist/blacklist in SecureASTCustomizer to mor… - posted by GitBox <gi...@apache.org> on 2020/06/16 07:12:22 UTC, 0 replies.
- [jira] [Commented] (GROOVY-1628) Inconsistent checking of final - posted by "Abhiyank (Jira)" <ji...@apache.org> on 2020/06/16 12:29:00 UTC, 1 replies.
- [jira] [Created] (GROOVY-9595) Groovy final keyword behaves more like Immutable, doesn't follow java's final keyword behaviour - posted by "Abhiyank (Jira)" <ji...@apache.org> on 2020/06/16 12:33:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9595) Groovy final keyword behaves more like Immutable, doesn't follow java's final keyword behaviour - posted by "Abhiyank (Jira)" <ji...@apache.org> on 2020/06/16 12:33:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-9595) Groovy final keyword behaves more like Immutable, doesn't follow java's final keyword behaviour - posted by "Abhiyank (Jira)" <ji...@apache.org> on 2020/06/16 12:36:00 UTC, 1 replies.
- [jira] [Comment Edited] (GROOVY-1628) Inconsistent checking of final - posted by "Abhiyank (Jira)" <ji...@apache.org> on 2020/06/16 12:39:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9595) Groovy final keyword behaves more like Immutable, doesn't follow java's final keyword behaviour - posted by "Abhiyank (Jira)" <ji...@apache.org> on 2020/06/16 13:26:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9596) Cannot access protected field of Java superclass with --illegal-access=deny - posted by "Kevin Rushforth (Jira)" <ji...@apache.org> on 2020/06/17 16:56:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9596) Cannot access protected field of Java superclass with --illegal-access=deny - posted by "Kevin Rushforth (Jira)" <ji...@apache.org> on 2020/06/17 16:57:00 UTC, 2 replies.
- [jira] [Commented] (GROOVY-9596) Cannot access protected field of Java superclass with --illegal-access=deny - posted by "Kevin Rushforth (Jira)" <ji...@apache.org> on 2020/06/17 17:04:00 UTC, 4 replies.
- [GitHub] [groovy] jlstrater commented on a change in pull request #1282: GROOVY-9594: Rename whitelist/blacklist in SecureASTCustomizer to mor… - posted by GitBox <gi...@apache.org> on 2020/06/18 04:58:26 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on a change in pull request #1282: GROOVY-9594: Rename whitelist/blacklist in SecureASTCustomizer to mor… - posted by GitBox <gi...@apache.org> on 2020/06/18 12:10:23 UTC, 0 replies.
- [GitHub] [groovy] 1modica commented on pull request #1095: GROOVY-9126: Unreachable line numbers after ARETURN in bytecode - posted by GitBox <gi...@apache.org> on 2020/06/18 13:37:29 UTC, 0 replies.
- [jira] [Created] (GROOVY-9597) CompileStatic: @ClosureParams on @DelegatesTo method doesn't work - posted by "Felix Scheinost (Jira)" <ji...@apache.org> on 2020/06/18 13:40:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9597) CompileStatic: @ClosureParams on @DelegatesTo method doesn't work - posted by "Felix Scheinost (Jira)" <ji...@apache.org> on 2020/06/18 13:43:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9597) CompileStatic: @ClosureParams in @DelegatesTo doesn't work - posted by "Felix Scheinost (Jira)" <ji...@apache.org> on 2020/06/18 13:44:00 UTC, 0 replies.
- [GitHub] [groovy] 1modica edited a comment on pull request #1095: GROOVY-9126: Unreachable line numbers after ARETURN in bytecode - posted by GitBox <gi...@apache.org> on 2020/06/18 13:56:24 UTC, 0 replies.
- [jira] [Reopened] (GROOVY-9519) CLIBuilder: Option with "type: Integer, defaultValue '0'" results in Boolean if default value is applied - posted by "Dirk Heinrichs (Jira)" <ji...@apache.org> on 2020/06/18 14:43:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9519) CLIBuilder: Option with "type: Integer, defaultValue '0'" results in Boolean if default value is applied - posted by "Dirk Heinrichs (Jira)" <ji...@apache.org> on 2020/06/18 14:44:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9598) CompileStatic: Runtime error: Access outer class property from static inner in @DelegatesTo - posted by "Felix Scheinost (Jira)" <ji...@apache.org> on 2020/06/18 16:04:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9598) CompileStatic: Runtime error: Access outer class property from static inner in @DelegatesTo - posted by "Felix Scheinost (Jira)" <ji...@apache.org> on 2020/06/18 16:04:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9599) CliBuilder: Option with "type: String, defaultValue 'x'" results in NullObject if default value is applied - posted by "Remko Popma (Jira)" <ji...@apache.org> on 2020/06/18 21:58:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9519) CLIBuilder: Option with "type: Integer, defaultValue '0'" results in Boolean if default value is applied - posted by "Remko Popma (Jira)" <ji...@apache.org> on 2020/06/18 22:03:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit merged pull request #1282: GROOVY-9594: Rename whitelist/blacklist in SecureASTCustomizer to mor… - posted by GitBox <gi...@apache.org> on 2020/06/19 01:10:55 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1282: GROOVY-9594: Rename whitelist/blacklist in SecureASTCustomizer to mor… - posted by GitBox <gi...@apache.org> on 2020/06/19 01:10:56 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1282: GROOVY-9594: Rename whitelist/blacklist in SecureASTCustomizer to mor… - posted by GitBox <gi...@apache.org> on 2020/06/19 01:11:27 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9594) Rename whitelist/blacklist in SecureASTCustomizer to more meaningful names - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/19 01:45:00 UTC, 0 replies.
- [GitHub] [groovy] jlstrater opened a new pull request #1283: update documentation to use gender neutral pronouns where applicable - posted by GitBox <gi...@apache.org> on 2020/06/19 04:36:27 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9519) CLIBuilder: Option with "type: Integer, defaultValue '0'" results in Boolean if default value is applied - posted by "Dirk Heinrichs (Jira)" <ji...@apache.org> on 2020/06/19 05:28:00 UTC, 1 replies.
- [GitHub] [groovy] asfgit closed pull request #1283: update documentation to use gender neutral pronouns where applicable - posted by GitBox <gi...@apache.org> on 2020/06/19 07:29:39 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1283: update documentation to use gender neutral pronouns where applicable - posted by GitBox <gi...@apache.org> on 2020/06/19 07:29:59 UTC, 0 replies.
- [jira] [Created] (GROOVY-9600) Picocli-related VersionProvider helper classes should be public to avoid access warnings - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/19 08:24:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9600) Picocli-related VersionProvider helper classes should be public to avoid access warnings - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/19 08:26:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9600) Picocli-related VersionProvider helper classes should be public to avoid access warnings - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/19 08:26:00 UTC, 1 replies.
- [jira] [Issue Comment Deleted] (GROOVY-9600) Picocli-related VersionProvider helper classes should be public to avoid access warnings - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/19 08:26:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9596) Cannot access protected field of Java superclass with --illegal-access=deny - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/19 09:31:00 UTC, 1 replies.
- [jira] [Resolved] (GROOVY-9600) Picocli-related VersionProvider helper classes should be public to avoid access warnings - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/19 12:18:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9601) Parsing text into a class became much slower under Groovy 3.x - posted by "Fabian Depry (Jira)" <ji...@apache.org> on 2020/06/19 13:39:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9599) CliBuilder: Option with "type: String, defaultValue ''" (empty String) results in NullObject if default value is applied - posted by "Remko Popma (Jira)" <ji...@apache.org> on 2020/06/19 21:04:00 UTC, 2 replies.
- [jira] [Created] (GROOVY-9602) return more specific type for ifS/ifElseS helper methods in GeneralUtils - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/20 05:36:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9602) return more specific type for ifS/ifElseS helper methods in GeneralUtils - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/20 10:24:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9602) return more specific type for ifS/ifElseS helper methods in GeneralUtils - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/20 10:25:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9603) Assignment of Map literal to Map element fails to compile (static) - posted by "Jochen Eddelbuettel (Jira)" <ji...@apache.org> on 2020/06/20 11:41:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9558) Wrong code for putAt on Map that is member of closure delegate - posted by "Jochen Eddelbuettel (Jira)" <ji...@apache.org> on 2020/06/20 11:43:00 UTC, 0 replies.
- [GitHub] [groovy] eddelplus opened a new pull request #1284: [GROOVY-8100] MarkupBuilder - yield before any markup (state == 0) - posted by GitBox <gi...@apache.org> on 2020/06/20 12:27:24 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8845) @DelegatesTo works only for the first vararg - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/21 15:10:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9604) STC: method or property missing errors for Closure's getResolveStrategy(), etc. - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/21 15:14:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1285: GROOVY-9604: STC: add support for accessing additional closure methods and properties - posted by GitBox <gi...@apache.org> on 2020/06/21 16:07:36 UTC, 0 replies.
- [jira] [Created] (GROOVY-9605) leftShift operator does not work on BigInteger (throws UnsupportedOperationException) - posted by "Bertrand Martin (Jira)" <ji...@apache.org> on 2020/06/21 16:25:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1276: GROOVY-9591: no error for dynamic variable in closure in static context - posted by GitBox <gi...@apache.org> on 2020/06/21 23:34:19 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1276: GROOVY-9591: no error for dynamic variable in closure in static context - posted by GitBox <gi...@apache.org> on 2020/06/21 23:34:30 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9591) Compiler error for use of variable expression within tap closure - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/21 23:35:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1279: GROOVY-9344, GROOVY-9516: track shared variable assignment in closure like conditional branch - posted by GitBox <gi...@apache.org> on 2020/06/21 23:35:23 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1279: GROOVY-9344, GROOVY-9516: track shared variable assignment in closure like conditional branch - posted by GitBox <gi...@apache.org> on 2020/06/21 23:35:34 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9344) CCE in closure shared variable assignment - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/21 23:36:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9516) Static compiler infers wrong type for implicitly shared variables - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/21 23:36:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1284: [GROOVY-8100] MarkupBuilder - yield before any markup (state == 0) - posted by GitBox <gi...@apache.org> on 2020/06/21 23:42:19 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1284: [GROOVY-8100] MarkupBuilder - yield before any markup (state == 0) - posted by GitBox <gi...@apache.org> on 2020/06/21 23:42:31 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8100) MarkupBuilder cant yield before first tag - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/21 23:44:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1269: GROOVY-7971: do not save instanceof types under logical or - posted by GitBox <gi...@apache.org> on 2020/06/21 23:48:48 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1278: GROOVY-9592: Replace "groovy.generate.stub.in.memory" with "groovy.me… - posted by GitBox <gi...@apache.org> on 2020/06/21 23:51:12 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9592) Replace "groovy.generate.stub.in.memory" with "groovy.mem.stub" - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/21 23:54:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9599) CliBuilder: Option with "type: String, defaultValue ''" (empty String) results in NullObject if default value is applied - posted by "Remko Popma (Jira)" <ji...@apache.org> on 2020/06/22 00:03:00 UTC, 2 replies.
- [jira] [Resolved] (GROOVY-9599) CliBuilder: Option with "type: String, defaultValue ''" (empty String) results in NullObject if default value is applied - posted by "Remko Popma (Jira)" <ji...@apache.org> on 2020/06/22 01:28:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9605) leftShift operator does not work on BigInteger (throws UnsupportedOperationException) - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/22 03:09:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8274) methodMissing not executed when the delegate is an inner class - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/22 03:33:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1286: GROOVY-8274: allow user-supplied methodMissing in non-static inner class - posted by GitBox <gi...@apache.org> on 2020/06/22 03:37:50 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9605) leftShift operator does not work on BigInteger (throws UnsupportedOperationException) - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/22 03:53:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-7480) ClosureMetaClass wrong routing calls logic - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/22 03:55:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-4856) Closure resolveStrategy does not work the same way for properties and methods - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/22 04:12:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #1287: GROOVY-9605: leftShift operator does not work on BigInteger (throws U… - posted by GitBox <gi...@apache.org> on 2020/06/22 06:36:49 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9126) Unreachable line numbers after ARETURN in bytecode - posted by "Primo Modica (Jira)" <ji...@apache.org> on 2020/06/22 08:46:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-7480) ClosureMetaClass wrong routing calls logic - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/22 09:47:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9603) Assignment of Map literal to Map element fails to compile (static) - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/22 14:39:00 UTC, 2 replies.
- [jira] [Assigned] (GROOVY-9603) Assignment of Map literal to Map element fails to compile (static) - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/22 14:51:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9379) Binding shadows getters in script or base script - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/22 15:01:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1288: GROOVY-9603: don't apply map literal as constructor shorthand to Object - posted by GitBox <gi...@apache.org> on 2020/06/22 15:43:30 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9601) Parsing text into a class became much slower under Groovy 3.x - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/22 16:04:00 UTC, 18 replies.
- [jira] [Comment Edited] (GROOVY-9601) Parsing text into a class became much slower under Groovy 3.x - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/22 16:04:00 UTC, 2 replies.
- [jira] [Assigned] (GROOVY-9598) CompileStatic: Runtime error: Access outer class property from static inner in @DelegatesTo - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/22 16:45:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1289: GROOVY-9598: account for static modifier when checking for outer members - posted by GitBox <gi...@apache.org> on 2020/06/23 00:59:08 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1288: GROOVY-9603: don't apply map literal as constructor shorthand to Object - posted by GitBox <gi...@apache.org> on 2020/06/23 02:49:25 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1288: GROOVY-9603: don't apply map literal as constructor shorthand to Object - posted by GitBox <gi...@apache.org> on 2020/06/23 02:54:16 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9603) Assignment of Map literal to Map element fails to compile (static) - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/23 02:55:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9603) Assignment of Map literal to Map element fails to compile (static) - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/23 04:28:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1280: GROOVY-9554: Script: before adding to binding, check for property setter - posted by GitBox <gi...@apache.org> on 2020/06/23 11:26:33 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9554) @Field variable access within closures broken - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/23 11:34:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit merged pull request #1287: GROOVY-9605: leftShift operator does not work on BigInteger (throws U… - posted by GitBox <gi...@apache.org> on 2020/06/23 23:18:02 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1287: GROOVY-9605: leftShift operator does not work on BigInteger (throws U… - posted by GitBox <gi...@apache.org> on 2020/06/23 23:19:50 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9605) leftShift operator does not work on BigInteger (throws UnsupportedOperationException) - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/23 23:21:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1286: GROOVY-8274: allow user-supplied methodMissing in non-static inner class - posted by GitBox <gi...@apache.org> on 2020/06/24 00:21:14 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1286: GROOVY-8274: allow user-supplied methodMissing in non-static inner class - posted by GitBox <gi...@apache.org> on 2020/06/24 00:21:25 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8274) methodMissing not executed when the delegate is an inner class - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/24 00:22:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1285: GROOVY-9604: STC: add support for accessing additional closure methods and properties - posted by GitBox <gi...@apache.org> on 2020/06/24 00:22:36 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1285: GROOVY-9604: STC: add support for accessing additional closure methods and properties - posted by GitBox <gi...@apache.org> on 2020/06/24 00:22:37 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9604) STC: method or property missing errors for Closure's getResolveStrategy(), etc. - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/24 00:23:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1289: GROOVY-9598: account for static modifier when checking for outer members - posted by GitBox <gi...@apache.org> on 2020/06/24 00:23:46 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1289: GROOVY-9598: account for static modifier when checking for outer members - posted by GitBox <gi...@apache.org> on 2020/06/24 00:23:57 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9598) CompileStatic: Runtime error: Access outer class property from static inner in @DelegatesTo - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/24 00:24:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9606) Traits using generics generate incorrect stub for Methods - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/24 09:29:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9031) Traits using generics generate incorrect stub for Properties - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/24 09:29:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-9606) Traits using generics generate incorrect stub for Methods - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/24 09:35:00 UTC, 3 replies.
- [jira] [Assigned] (GROOVY-9606) Traits using generics generate incorrect stub for Methods - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/24 09:37:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #1290: GROOVY-9606: Traits using generics generate incorrect stub for Methods - posted by GitBox <gi...@apache.org> on 2020/06/24 12:27:38 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-6097) Using super.propertyName gives a MissingMethodException when the property is a boolean and uses the "isPropertyName" naming convention. - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/24 16:24:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8999) Access to private fields and methods from subclass exhibits strange behavior - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/24 16:25:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1290: GROOVY-9606: Traits using generics generate incorrect stub for Methods - posted by GitBox <gi...@apache.org> on 2020/06/25 02:53:04 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1290: GROOVY-9606: Traits using generics generate incorrect stub for Methods - posted by GitBox <gi...@apache.org> on 2020/06/25 02:53:15 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9606) Traits using generics generate incorrect stub for Methods - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 02:56:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9588) groovyCompile 6x slower in 3.0.4 then 2.5.6 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 03:36:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-9588) groovyCompile 6x slower in 3.0.4 than 2.5.6 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 03:48:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-9588) groovyCompile 6x slower in 3.0.4 than 2.5.6 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 03:54:00 UTC, 1 replies.
- [jira] [Comment Edited] (GROOVY-9588) groovyCompile 6x slower in 3.0.4 than 2.5.6 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 03:55:00 UTC, 5 replies.
- [jira] [Assigned] (GROOVY-9588) groovyCompile 6x slower in 3.0.4 than 2.5.6 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 08:39:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9601) Parsing text into a class became much slower under Groovy 3.x - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 08:41:00 UTC, 10 replies.
- [jira] [Assigned] (GROOVY-9601) Parsing text into a class became much slower under Groovy 3.x - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 08:41:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9601) Parsing text into a class became much slower under Groovy 3.x - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 09:08:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9588) groovyCompile 6x slower in 3.0.4 than 2.5.6 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 09:08:00 UTC, 0 replies.
- [jira] [Reopened] (GROOVY-9601) Parsing text into a class became much slower under Groovy 3.x - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2020/06/25 15:59:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9597) CompileStatic: @ClosureParams in @DelegatesTo doesn't work - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/26 14:07:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1291: GROOVY-8999 (pt.1): super.@x should fail for private fields -- no getX() or setX() workaround - posted by GitBox <gi...@apache.org> on 2020/06/26 18:31:31 UTC, 0 replies.
- [jira] [Updated] (GROOVY-3347) strange behaviour with mixins before and after class instances - posted by "Andres Almiray (Jira)" <ji...@apache.org> on 2020/06/27 07:58:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-3347) strange behaviour with mixins before and after class instances - posted by "Andres Almiray (Jira)" <ji...@apache.org> on 2020/06/27 07:59:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-4489) Generics compilation error occurs when using less then (<) operator - posted by "Andres Almiray (Jira)" <ji...@apache.org> on 2020/06/27 08:04:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-7320) Stubbing static methods don't work on instaces - posted by "Andres Almiray (Jira)" <ji...@apache.org> on 2020/06/27 08:11:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7320) Stubbing static methods don't work on instaces - posted by "Andres Almiray (Jira)" <ji...@apache.org> on 2020/06/27 08:12:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8141) Maven metadata announce non-release versions (alpha, beta, rc) as release version - posted by "Andres Almiray (Jira)" <ji...@apache.org> on 2020/06/27 08:16:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8147) Dynamic non existing property access with different MissingPropertyException - posted by "Andres Almiray (Jira)" <ji...@apache.org> on 2020/06/27 08:18:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8147) Dynamic non existing property access with different MissingPropertyException - posted by "Andres Almiray (Jira)" <ji...@apache.org> on 2020/06/27 08:19:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8149) Bad Compiler Performance in case of syntax errors when using many subscript operators - posted by "Andres Almiray (Jira)" <ji...@apache.org> on 2020/06/27 08:23:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8141) Maven metadata announce non-release versions (alpha, beta, rc) as release version - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/27 10:27:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9596) Cannot access protected field of Java superclass with --illegal-access=deny - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/27 14:59:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-9000) Unexpected type for super within non-static inner class - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/27 14:59:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9607) Class generation regression in 3.0.5-ss: This method should not have been called - posted by "Eric Helgeson (Jira)" <ji...@apache.org> on 2020/06/27 16:04:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9607) Class generation regression in 3.0.5-ss: This method should not have been called - posted by "Eric Helgeson (Jira)" <ji...@apache.org> on 2020/06/27 16:05:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9000) Unexpected type for super within non-static inner class - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/27 23:55:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9521) groovy-eclipse-compiler not able to compile code when use with java 14 - posted by "Paul King (Jira)" <ji...@apache.org> on 2020/06/28 00:31:00 UTC, 0 replies.
- [GitHub] [groovy] erichelgeson opened a new pull request #1292: Joint build Groovy & Grails - posted by GitBox <gi...@apache.org> on 2020/06/28 14:39:43 UTC, 0 replies.
- [jira] [Created] (GROOVY-9608) MetaClassImpl.getAttribute(Class,Object,String,boolean) drops super - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/28 15:28:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9608) MetaClassImpl.getAttribute(Class,Object,String,boolean) drops super - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/28 15:30:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9608) MetaClassImpl.getAttribute(Class,Object,String,boolean) drops super - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/28 15:31:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9608) MetaClassImpl.getAttribute(Class,Object,String,boolean) drops super - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/28 15:33:00 UTC, 1 replies.
- [jira] [Resolved] (GROOVY-9608) MetaClassImpl.getAttribute(Class,Object,String,boolean) drops super - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/28 17:43:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9609) ScriptBytecodeAdapter.getPropertyOnSuper fails with method missing for getProperty - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/28 19:06:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9609) ScriptBytecodeAdapter.getPropertyOnSuper fails with method missing for getProperty - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2020/06/28 19:08:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9610) Unreachable line numbers after ARETURN in bytecode - posted by "Primo Modica (Jira)" <ji...@apache.org> on 2020/06/29 11:49:00 UTC, 19 replies.
- [jira] [Created] (GROOVY-9610) Unreachable line numbers after ARETURN in bytecode - posted by "Primo Modica (Jira)" <ji...@apache.org> on 2020/06/29 11:49:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #1293: GROOVY-7971: @CS flow typing incorrectly casting to map at runtime - posted by GitBox <gi...@apache.org> on 2020/06/29 12:02:27 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on pull request #1293: GROOVY-7971: @CS flow typing incorrectly casting to map at runtime - posted by GitBox <gi...@apache.org> on 2020/06/29 20:53:37 UTC, 0 replies.
- [GitHub] [groovy] eric-milles edited a comment on pull request #1293: GROOVY-7971: @CS flow typing incorrectly casting to map at runtime - posted by GitBox <gi...@apache.org> on 2020/06/29 20:53:59 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1293: GROOVY-7971: @CS flow typing incorrectly casting to map at runtime - posted by GitBox <gi...@apache.org> on 2020/06/29 22:10:36 UTC, 0 replies.
- [jira] [Created] (GROOVY-9611) Reflexive access to class attributes broken in Groovy 3 - posted by "Gildas Morvan (Jira)" <ji...@apache.org> on 2020/06/30 07:27:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-9612) Should parse parenthesis and bracket after newline correctly - posted by "Laurent RICHARD de LAPRADE (Jira)" <ji...@apache.org> on 2020/06/30 10:08:00 UTC, 0 replies.