You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [groovy] asfgit closed pull request #1538: GROOVY-9993: clarify boundary cases for split property definition (field and property of same name) - posted by GitBox <gi...@apache.org> on 2021/04/01 04:30:55 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9993) CLONE - Field and a property with the same name: clarification of boundary cases - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/01 06:21:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8659) Base class has final getter; extending class has property of same name; no warning for final override - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/01 07:14:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9993) CLONE - Field and a property with the same name: clarification of boundary cases - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/01 07:30:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10008) Parser: Consider adding expressions from next line to statement on current line - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/02 13:19:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8001) Static compiling fails type checking with generics - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/02 14:25:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8001) Static compiling fails type checking with generics - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/02 14:39:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8984) Can assign Collection with super wildcard to Array - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/02 14:41:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8983) Cannot assign Collection to Array - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/02 14:41:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8984) Can assign Collection with super wildcard to Array - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/02 16:40:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1541: GROOVY-8983: STC: support "Type[] array = collectionOfTypeOrSubtype" - posted by GitBox <gi...@apache.org> on 2021/04/03 22:07:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9971) @TypeChecked: Closure no longer compatible with Closure argument - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/04 15:34:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1542: GROOVY-9971: STC: support "Closure c = { -> return "$v" }" - posted by GitBox <gi...@apache.org> on 2021/04/04 17:51:38 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1539: GROOVY-10005: Remove groovy-jaxb module from Groovy 4 - posted by GitBox <gi...@apache.org> on 2021/04/05 01:51:51 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10005) Remove groovy-jaxb module from Groovy 4 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/05 01:53:00 UTC, 0 replies.
- [GitHub] [groovy] xaaria opened a new pull request #1543: Add Issue 4990 tests - posted by GitBox <gi...@apache.org> on 2021/04/05 10:28:27 UTC, 0 replies.
- [GitHub] [groovy] xaaria closed pull request #1543: Add Issue 4990 tests - posted by GitBox <gi...@apache.org> on 2021/04/05 10:29:19 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9958) Prepare for bintray/jcenter sunset - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/05 11:22:00 UTC, 5 replies.
- [jira] [Created] (GROOVY-10009) TracingInterceptor throws NullPointerException if arguments contains a null argument - posted by "John Yin (Jira)" <ji...@apache.org> on 2021/04/05 14:12:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9971) @TypeChecked: Closure no longer compatible with Closure argument - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/05 15:16:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10010) STC: ... - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/05 16:44:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10010) STC: method call with GString elements in list/array has different error from assignment - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/05 16:45:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1544: GROOVY-10010: check GString element vs String collection for method call - posted by GitBox <gi...@apache.org> on 2021/04/05 19:14:27 UTC, 0 replies.
- [jira] [Created] (GROOVY-10011) Combining flow typing and type argument inference does not work as expected - posted by "Thodoris Sotiropoulos (Jira)" <ji...@apache.org> on 2021/04/05 19:49:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10012) Groovy should consider supporting BeanInfo Annotations (JEP 256) - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/06 01:24:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10011) Combining flow typing and type argument inference does not work as expected - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/06 13:28:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10011) Combining flow typing and type argument inference does not work as expected - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/06 13:51:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1545: GROOVY-10011: STC: instanceof refines declared type for diamond operator - posted by GitBox <gi...@apache.org> on 2021/04/06 14:02:50 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10009) TracingInterceptor throws NullPointerException if arguments contains a null argument - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/06 14:38:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1546: GROOVY-10009: TracingInterceptor: "java.lang.Object" for null arguments - posted by GitBox <gi...@apache.org> on 2021/04/06 15:12:04 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9988) Field is given precedence over getter - posted by "Benedikt Ritter (Jira)" <ji...@apache.org> on 2021/04/06 15:27:00 UTC, 1 replies.
- [jira] [Assigned] (GROOVY-10006) @CompileStatic fails to unify types - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/06 18:54:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10006) @CompileStatic fails to unify types - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/06 19:56:00 UTC, 0 replies.
- [GitHub] [groovy] JasonTypesCodes opened a new pull request #1547: Updates Micronaut Joint Validation to Micronaut 3.0.x branch - posted by GitBox <gi...@apache.org> on 2021/04/06 22:48:29 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1541: GROOVY-8983: STC: support "Type[] array = collectionOfTypeOrSubtype" - posted by GitBox <gi...@apache.org> on 2021/04/07 00:01:21 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1541: GROOVY-8983: STC: support "Type[] array = collectionOfTypeOrSubtype" - posted by GitBox <gi...@apache.org> on 2021/04/07 00:01:44 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1542: GROOVY-9971: STC: support "Closure c = { -> return "$v" }" - posted by GitBox <gi...@apache.org> on 2021/04/07 00:02:58 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1542: GROOVY-9971: STC: support "Closure c = { -> return "$v" }" - posted by GitBox <gi...@apache.org> on 2021/04/07 00:03:09 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert closed pull request #1393: Resource leak fix (#2) - posted by GitBox <gi...@apache.org> on 2021/04/07 02:46:14 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1393: Resource leak fix (#2) - posted by GitBox <gi...@apache.org> on 2021/04/07 02:46:14 UTC, 0 replies.
- [jira] [Created] (GROOVY-10013) Bump jackson version to 2.12.2 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 03:18:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10014) Bump checkstyle to 8.41.1 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 03:20:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10015) Bump xstream to 1.4.16 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 03:22:00 UTC, 0 replies.
- [GitHub] [groovy] JasonTypesCodes opened a new pull request #1548: Updates Micronaut Joint Validation against Groovy 4 to 3.0.x branch - posted by GitBox <gi...@apache.org> on 2021/04/07 03:29:40 UTC, 0 replies.
- [jira] [Created] (GROOVY-10016) Bump JavaParser to 3.20.2 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 03:30:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10017) Bump jansi to 2.3.2 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 03:38:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10018) Bump log4j2 to 2.14.1 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 03:42:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10019) Bump picocli to 4.6.1 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 03:43:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10020) Bump Spotbugs/Spotbugs annotations to 4.2.2 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 03:45:00 UTC, 0 replies.
- [GitHub] [groovy] JasonTypesCodes commented on pull request #1548: Updates Micronaut Joint Validation against Groovy 4 to 3.0.x branch - posted by GitBox <gi...@apache.org> on 2021/04/07 04:34:53 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10020) Bump Spotbugs/Spotbugs annotations to 4.2.2 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 05:12:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10019) Bump picocli to 4.6.1 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 05:12:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10017) Bump jansi to 2.3.2 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 05:12:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10016) Bump JavaParser to 3.20.2 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 05:12:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10018) Bump log4j2 to 2.14.1 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 05:12:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10015) Bump xstream to 1.4.16 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 05:12:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10014) Bump checkstyle to 8.41.1 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 05:13:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10013) Bump jackson version to 2.12.2 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 05:13:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10021) Bump json-unit to 2.25.0 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 07:11:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10021) Bump json-unit to 2.25.0 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 07:14:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10021) Bump json-unit to 2.25.0 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/07 08:15:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1544: GROOVY-10010: check GString element vs String collection for method call - posted by GitBox <gi...@apache.org> on 2021/04/07 10:42:24 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1544: GROOVY-10010: check GString element vs String collection for method call - posted by GitBox <gi...@apache.org> on 2021/04/07 10:42:35 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-8983) Cannot assign Collection to Array - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/07 13:29:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10010) STC: method call with GString elements in list/array has different error from assignment - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/07 13:31:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9971) @TypeChecked: Closure no longer compatible with Closure argument - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/07 13:31:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1549: GROOVY-10006: STC: unify types of multiple type witnesses in method call - posted by GitBox <gi...@apache.org> on 2021/04/07 20:35:15 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9397) CLONE - Closures are maybe not Threadsafe - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/08 09:20:01 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9987) MissingMethodException when a base class calls a static method inside a closure - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/08 13:49:00 UTC, 1 replies.
- [jira] [Commented] (GROOVY-8965) instanceof with || inserts wrong cast - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/08 14:25:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7971) @CS flow typing incorrectly casting to map at runtime - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/08 14:26:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-8063) Type annotation value referencing inner class is not properly scoped - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/08 14:35:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-8905) MissingMethodException when private method is called on parent class in a closure - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/08 14:51:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8863) Groovy compiler doesn't generate InnerClasses attribute for nested class names mentioned in the class file - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/08 15:24:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8223) Multiple Return Values @CompileStatic Tuple#<> working - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/08 16:00:05 UTC, 0 replies.
- [jira] [Created] (GROOVY-10022) Bump BSF to 3.1 (Groovy 3_0_X) - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/09 06:39:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10023) Remove BSF from Groovy 4 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/09 06:40:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #1550: GROOVY-10023: Remove BSF module from Groovy 4 - posted by GitBox <gi...@apache.org> on 2021/04/09 07:11:38 UTC, 0 replies.
- [jira] [Closed] (GROOVY-10022) Bump BSF to 3.1 (Groovy 3_0_X) - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/09 08:00:14 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-10022) Bump BSF to 3.1 (Groovy 3_0_X) - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/09 08:01:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10024) Dollar slashy /$ string ending in backslash "breaks" the parser - posted by "Przemyslaw Bielicki (Jira)" <ji...@apache.org> on 2021/04/09 12:33:00 UTC, 4 replies.
- [jira] [Created] (GROOVY-10024) Dollar slashy /$ string ending in backslash breaks the parser - posted by "Przemyslaw Bielicki (Jira)" <ji...@apache.org> on 2021/04/09 12:33:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10025) "Assimilate" expressions from other languages (Scala, Python...) - posted by "Dario Arena (Jira)" <ji...@apache.org> on 2021/04/09 17:00:07 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10025) "Assimilate" expressions from other languages (Scala, Python...) - posted by "Dario Arena (Jira)" <ji...@apache.org> on 2021/04/09 17:02:00 UTC, 10 replies.
- [jira] [Updated] (GROOVY-10026) Update the GDK to better support java streams and Publish/Subscribe API - posted by "Dario Arena (Jira)" <ji...@apache.org> on 2021/04/09 17:47:00 UTC, 1 replies.
- [jira] [Created] (GROOVY-10026) Update the GDK to better support java streams and Publish/Subscribe API - posted by "Dario Arena (Jira)" <ji...@apache.org> on 2021/04/09 17:47:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10027) STC: NamedParams error for method call argument - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/09 18:18:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10027) STC: NamedParams error for method call argument - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/09 18:18:00 UTC, 2 replies.
- [jira] [Assigned] (GROOVY-10027) STC: NamedParams error for method call argument - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/09 18:34:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1551: GROOVY-10027: NamedParam: check against declared/inferred argument type - posted by GitBox <gi...@apache.org> on 2021/04/09 19:32:34 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10024) Dollar slashy /$ string ending in backslash "breaks" the parser - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/10 02:01:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #1552: GROOVY-10024: Dollar slashy /$ string ending in backslash "breaks" th… - posted by GitBox <gi...@apache.org> on 2021/04/10 02:01:37 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1552: GROOVY-10024: Dollar slashy /$ string ending in backslash "breaks" th… - posted by GitBox <gi...@apache.org> on 2021/04/10 09:23:03 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1550: GROOVY-10023: Remove BSF module from Groovy 4 - posted by GitBox <gi...@apache.org> on 2021/04/10 09:45:59 UTC, 0 replies.
- [GitHub] [groovy] pbielicki commented on a change in pull request #1552: GROOVY-10024: Dollar slashy /$ string ending in backslash "breaks" th… - posted by GitBox <gi...@apache.org> on 2021/04/10 09:49:46 UTC, 1 replies.
- [jira] [Commented] (GROOVY-10025) "Assimilate" expressions from other languages (Scala, Python...) - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/10 10:07:00 UTC, 2 replies.
- [GitHub] [groovy] timyates commented on a change in pull request #1552: GROOVY-10024: Dollar slashy /$ string ending in backslash "breaks" th… - posted by GitBox <gi...@apache.org> on 2021/04/10 10:20:52 UTC, 1 replies.
- [GitHub] [groovy] paulk-asert commented on a change in pull request #1552: GROOVY-10024: Dollar slashy /$ string ending in backslash "breaks" th… - posted by GitBox <gi...@apache.org> on 2021/04/10 11:56:38 UTC, 0 replies.
- [GitHub] [groovy] Exploder98 opened a new pull request #1553: Implement GROOVY-9649: left-open and full-open ranges - posted by GitBox <gi...@apache.org> on 2021/04/10 13:47:34 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10026) Update the GDK to better support java streams and Publish/Subscribe API - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 15:02:00 UTC, 4 replies.
- [jira] [Comment Edited] (GROOVY-10025) "Assimilate" expressions from other languages (Scala, Python...) - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 15:16:00 UTC, 2 replies.
- [jira] [Created] (GROOVY-10028) Add support for type conversion from Stream to array/collection/list/set - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 15:26:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10028) Add support for type conversion from Stream to array/collection/list/set - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 15:27:00 UTC, 2 replies.
- [jira] [Created] (GROOVY-10029) SC: produce direct method call for for collection to array assignment - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 15:45:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10029) SC: produce direct method call for assignment of collection to array - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 15:48:00 UTC, 4 replies.
- [jira] [Assigned] (GROOVY-10023) Remove BSF from Groovy 4 - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 16:38:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on a change in pull request #1553: Implement GROOVY-9649: left-open and full-open ranges - posted by GitBox <gi...@apache.org> on 2021/04/10 17:43:54 UTC, 4 replies.
- [GitHub] [groovy] asfgit merged pull request #1552: GROOVY-10024: Dollar slashy /$ string ending in backslash "breaks" th… - posted by GitBox <gi...@apache.org> on 2021/04/10 21:40:04 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1552: GROOVY-10024: Dollar slashy /$ string ending in backslash "breaks" th… - posted by GitBox <gi...@apache.org> on 2021/04/10 21:41:25 UTC, 0 replies.
- [GitHub] [groovy] asfgit merged pull request #1550: GROOVY-10023: Remove BSF module from Groovy 4 - posted by GitBox <gi...@apache.org> on 2021/04/10 21:43:26 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert merged pull request #1547: Updates Micronaut Joint Validation to Micronaut 3.0.x branch - posted by GitBox <gi...@apache.org> on 2021/04/10 21:44:28 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1547: Updates Micronaut Joint Validation to Micronaut 3.0.x branch - posted by GitBox <gi...@apache.org> on 2021/04/10 21:44:38 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1545: GROOVY-10011: STC: instanceof refines declared type for diamond operator - posted by GitBox <gi...@apache.org> on 2021/04/10 21:48:38 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1545: GROOVY-10011: STC: instanceof refines declared type for diamond operator - posted by GitBox <gi...@apache.org> on 2021/04/10 21:49:10 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10024) Dollar slashy /$ string ending in backslash "breaks" the parser - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 22:16:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10023) Remove BSF from Groovy 4 - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 22:17:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10011) Combining flow typing and type argument inference does not work as expected - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/10 22:17:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-9996) Cannot infer correct type argument when using subtyping - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/10 23:38:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10011) Combining flow typing and type argument inference does not work as expected - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/10 23:39:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10030) Bump asciidoctor versions - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/11 00:05:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10030) Bump asciidoctor versions - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/11 00:07:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9649) left-open and full-open ranges - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/11 05:44:00 UTC, 0 replies.
- [GitHub] [groovy] iiroki commented on a change in pull request #1553: Implement GROOVY-9649: left-open and full-open ranges - posted by GitBox <gi...@apache.org> on 2021/04/11 08:15:00 UTC, 4 replies.
- [GitHub] [groovy] xaaria opened a new pull request #1554: GROOVY-4990 Make File.write() create any missing directories. Add test. - posted by GitBox <gi...@apache.org> on 2021/04/11 10:14:13 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10003) Eliminate some ambiguities while parsing - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/11 12:59:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1535: GROOVY-10003: Eliminate some ambiguities while parsing - posted by GitBox <gi...@apache.org> on 2021/04/11 14:30:21 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10003) Eliminate some ambiguities while parsing - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/11 14:32:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1546: GROOVY-10009: TracingInterceptor: "java.lang.Object" for null arguments - posted by GitBox <gi...@apache.org> on 2021/04/11 14:55:16 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1546: GROOVY-10009: TracingInterceptor: "java.lang.Object" for null arguments - posted by GitBox <gi...@apache.org> on 2021/04/11 14:55:27 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1549: GROOVY-10006: STC: unify types of multiple type witnesses in method call - posted by GitBox <gi...@apache.org> on 2021/04/11 14:56:38 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1549: GROOVY-10006: STC: unify types of multiple type witnesses in method call - posted by GitBox <gi...@apache.org> on 2021/04/11 14:56:50 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1551: GROOVY-10027: NamedParam: check against declared/inferred argument type - posted by GitBox <gi...@apache.org> on 2021/04/11 14:59:01 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1551: GROOVY-10027: NamedParam: check against declared/inferred argument type - posted by GitBox <gi...@apache.org> on 2021/04/11 14:59:12 UTC, 0 replies.
- [jira] [Created] (GROOVY-10031) Compiler writes multianewarray instruction for all non-initializer array allocations - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/11 15:44:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10027) STC: NamedParams error for method call argument - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/11 15:47:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10006) @CompileStatic fails to unify types - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/11 15:48:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10009) TracingInterceptor throws NullPointerException if arguments contains a null argument - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/11 15:48:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-8566) Array initialization from list literal without "as" should be supported under static compilation for multi-dimension arrays - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/11 18:48:00 UTC, 2 replies.
- [jira] [Assigned] (GROOVY-8566) Array initialization from list literal without "as" should be supported under static compilation for multi-dimension arrays - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/11 18:48:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-8566) Array initialization from list literal without "as" should be supported under static compilation for multi-dimension arrays - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/11 19:10:00 UTC, 3 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1555: GROOVY-10031: write NEWARRAY/ANEWARRAY for all single-dimensional arrays - posted by GitBox <gi...@apache.org> on 2021/04/12 02:03:30 UTC, 0 replies.
- [GitHub] [groovy] EricssonWilli commented on pull request #1553: Implement GROOVY-9649: left-open and full-open ranges - posted by GitBox <gi...@apache.org> on 2021/04/12 09:56:43 UTC, 0 replies.
- [GitHub] [groovy] EricssonWilli edited a comment on pull request #1553: Implement GROOVY-9649: left-open and full-open ranges - posted by GitBox <gi...@apache.org> on 2021/04/12 10:06:57 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1553: Implement GROOVY-9649: left-open and full-open ranges - posted by GitBox <gi...@apache.org> on 2021/04/12 10:38:16 UTC, 1 replies.
- [GitHub] [groovy] paulk-asert closed pull request #1553: Implement GROOVY-9649: left-open and full-open ranges - posted by GitBox <gi...@apache.org> on 2021/04/12 10:38:27 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9649) left-open and full-open ranges - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/12 10:51:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-9649) left-open and full-open ranges - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/12 10:52:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10032) CLONE - left-open and full-open ranges (consider adjusting containsWithinBounds behavior) - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/12 10:56:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10032) CLONE - left-open and full-open ranges (consider adjusting containsWithinBounds behavior) - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/12 10:59:00 UTC, 3 replies.
- [jira] [Created] (GROOVY-10033) Compiler crash when encountering function reference on nested class - posted by "Thodoris Sotiropoulos (Jira)" <ji...@apache.org> on 2021/04/12 11:57:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1555: GROOVY-10031: write NEWARRAY/ANEWARRAY for all single-dimensional arrays - posted by GitBox <gi...@apache.org> on 2021/04/12 12:14:03 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1555: GROOVY-10031: write NEWARRAY/ANEWARRAY for all single-dimensional arrays - posted by GitBox <gi...@apache.org> on 2021/04/12 12:14:28 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10031) Compiler writes multianewarray instruction for all non-initializer array allocations - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/12 13:53:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10033) Compiler crash when encountering function reference on nested class - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/12 13:55:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10034) Compiler writes extra cast for Type[] to Object[] - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/12 14:03:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1556: GROOVY-10034: do not cast non-primitive array when target is Object[] - posted by GitBox <gi...@apache.org> on 2021/04/12 17:00:28 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on a change in pull request #1556: GROOVY-10034: do not cast non-primitive array when target is Object[] - posted by GitBox <gi...@apache.org> on 2021/04/12 17:20:40 UTC, 2 replies.
- [GitHub] [groovy] eric-milles commented on a change in pull request #1556: GROOVY-10034: do not cast non-primitive array when target is Object[] - posted by GitBox <gi...@apache.org> on 2021/04/12 17:50:39 UTC, 1 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1557: GROOVY-10029: SC: add toArray call for "Type[] array = collectionOfType" - posted by GitBox <gi...@apache.org> on 2021/04/12 18:11:17 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on pull request #1557: GROOVY-10029: SC: add toArray call for "Type[] array = collectionOfType" - posted by GitBox <gi...@apache.org> on 2021/04/12 18:19:24 UTC, 0 replies.
- [GitHub] [groovy] tomikoskinen opened a new pull request #1558: GROOVY-9017 DGM methods - posted by GitBox <gi...@apache.org> on 2021/04/12 20:05:20 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9958) Prepare for bintray/jcenter sunset - posted by "Marco Vermeulen (Jira)" <ji...@apache.org> on 2021/04/12 20:59:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1559: GROOVY-10028: STC: support "Type[] array = streamOfTypeOrSubtype" - posted by GitBox <gi...@apache.org> on 2021/04/12 21:37:20 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on pull request #1558: GROOVY-9017 DGM methods - posted by GitBox <gi...@apache.org> on 2021/04/12 22:02:46 UTC, 4 replies.
- [jira] [Commented] (GROOVY-9922) Add DGM `getPid` - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/12 23:21:00 UTC, 0 replies.
- [GitHub] [groovy] tomikoskinen closed pull request #1558: GROOVY-9017 DGM methods - posted by GitBox <gi...@apache.org> on 2021/04/13 11:34:30 UTC, 0 replies.
- [GitHub] [groovy] tomikoskinen opened a new pull request #1560: GROOVY-9017 DGM methods - posted by GitBox <gi...@apache.org> on 2021/04/13 12:07:49 UTC, 0 replies.
- [GitHub] [groovy] tomikoskinen commented on pull request #1558: GROOVY-9017 DGM methods - posted by GitBox <gi...@apache.org> on 2021/04/13 12:13:36 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10035) CLONE - Compiler writes extra cast for Type[] to Object[] - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/14 00:14:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10035) CLONE - Compiler writes extra cast for Type[] to Object[] - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/14 00:14:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10035) CLONE - Compiler writes extra cast for Type[] to Object[] - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/14 00:17:00 UTC, 2 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1556: GROOVY-10034: do not cast non-primitive array when target is Object[] - posted by GitBox <gi...@apache.org> on 2021/04/14 00:18:52 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1556: GROOVY-10034: do not cast non-primitive array when target is Object[] - posted by GitBox <gi...@apache.org> on 2021/04/14 00:19:10 UTC, 1 replies.
- [jira] [Resolved] (GROOVY-10034) Compiler writes extra cast for Type[] to Object[] - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/14 04:07:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #1561: GROOVY-10035: CLONE - Compiler writes extra cast for Type[] to Object[] - posted by GitBox <gi...@apache.org> on 2021/04/14 07:02:36 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10035) Eliminate redundant type cast - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/14 07:16:00 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1557: GROOVY-10029: SC: add toArray call for "Type[] array = collectionOfType" - posted by GitBox <gi...@apache.org> on 2021/04/14 11:50:10 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1557: GROOVY-10029: SC: add toArray call for "Type[] array = collectionOfType" - posted by GitBox <gi...@apache.org> on 2021/04/14 11:50:33 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #1562: GROOVY-10032: left-open and full-open ranges (adjust containsWithinBo… - posted by GitBox <gi...@apache.org> on 2021/04/14 12:04:36 UTC, 0 replies.
- [jira] [Created] (GROOVY-10036) STC: unresolved generics for return type of extension method call with full type arguments - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/14 15:52:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10029) SC: produce direct method call for assignment of collection to array - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/14 19:01:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on a change in pull request #1561: GROOVY-10035: Eliminate redundant type cast - posted by GitBox <gi...@apache.org> on 2021/04/14 20:12:36 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10035) Eliminate redundant type cast - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/14 20:14:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-10036) STC: unresolved generics for return type of extension method call with full type arguments - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/14 20:45:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1563: GROOVY-10036: STC: pass explicit type arguments of extension method call - posted by GitBox <gi...@apache.org> on 2021/04/14 21:03:53 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on a change in pull request #1561: GROOVY-10035: Eliminate redundant type cast - posted by GitBox <gi...@apache.org> on 2021/04/15 00:00:34 UTC, 0 replies.
- [jira] [Created] (GROOVY-10037) Private setter method in class that is extended by another class cannot be found. - posted by "Eric Holley (Jira)" <ji...@apache.org> on 2021/04/15 01:00:36 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10037) Private setter method in class that is extended by another class cannot be found. - posted by "Eric Holley (Jira)" <ji...@apache.org> on 2021/04/15 01:07:00 UTC, 2 replies.
- [jira] [Updated] (GROOVY-9869) Upgrade Jansi to 2 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/15 02:41:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1559: GROOVY-10028: STC: support "Type[] array = streamOfTypeOrSubtype" - posted by GitBox <gi...@apache.org> on 2021/04/15 05:37:34 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1559: GROOVY-10028: STC: support "Type[] array = streamOfTypeOrSubtype" - posted by GitBox <gi...@apache.org> on 2021/04/15 05:37:55 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10028) Add support for type conversion from Stream to array/collection/list/set - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/15 05:40:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1562: GROOVY-10032: left-open and full-open ranges (adjust containsWithinBo… - posted by GitBox <gi...@apache.org> on 2021/04/15 10:36:29 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1562: GROOVY-10032: left-open and full-open ranges (adjust containsWithinBo… - posted by GitBox <gi...@apache.org> on 2021/04/15 10:36:40 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10032) CLONE - left-open and full-open ranges (consider adjusting containsWithinBounds behavior) - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/15 10:37:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10037) Private setter method in class that is extended by another class cannot be found. - posted by "Eric Holley (Jira)" <ji...@apache.org> on 2021/04/15 20:27:00 UTC, 3 replies.
- [jira] [Created] (GROOVY-10038) Bump jackson to 2.12.3 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/16 01:42:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-10038) Bump jackson to 2.12.3 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/16 02:03:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1563: GROOVY-10036: STC: pass explicit type arguments of extension method call - posted by GitBox <gi...@apache.org> on 2021/04/16 02:06:36 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1563: GROOVY-10036: STC: pass explicit type arguments of extension method call - posted by GitBox <gi...@apache.org> on 2021/04/16 02:06:38 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10036) STC: unresolved generics for return type of extension method call with full type arguments - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/16 02:07:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1561: GROOVY-10035: Eliminate redundant type cast - posted by GitBox <gi...@apache.org> on 2021/04/16 04:02:45 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10035) Eliminate redundant type cast - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/16 04:03:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10037) Private setter method in class that is extended by another class cannot be found. - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/16 17:35:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10033) Compiler crash when encountering function reference on nested class - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/16 17:39:00 UTC, 9 replies.
- [jira] [Comment Edited] (GROOVY-10037) Private setter method in class that is extended by another class cannot be found. - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/16 17:55:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9033) Bad code green: empty list literal with each method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/16 20:21:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1564: GROOVY-9033: STC: resolve "def list = []" to List not List - posted by GitBox <gi...@apache.org> on 2021/04/16 21:04:07 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on pull request #1564: WIP: GROOVY-9033: STC: resolve "def list = []" to List not List - posted by GitBox <gi...@apache.org> on 2021/04/17 14:47:24 UTC, 0 replies.
- [jira] [Created] (GROOVY-10039) groovy.lang.MissingPropertyException for a property that exists - posted by "Devaprasadh Xavier (Jira)" <ji...@apache.org> on 2021/04/17 14:59:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1565: GROOVY-9800: ClassNode#toString includes generics of type arguments - posted by GitBox <gi...@apache.org> on 2021/04/17 21:42:27 UTC, 0 replies.
- [GitHub] [groovy] eric-milles removed a comment on pull request #1564: GROOVY-9033: STC: resolve "def list = []" to List not List - posted by GitBox <gi...@apache.org> on 2021/04/18 06:24:52 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1564: GROOVY-9033: STC: resolve "def list = []" to List not List - posted by GitBox <gi...@apache.org> on 2021/04/18 12:56:06 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1564: GROOVY-9033: STC: resolve "def list = []" to List not List - posted by GitBox <gi...@apache.org> on 2021/04/18 12:56:27 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9033) Bad code green: empty list literal with each method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/18 14:58:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10040) @AnnotationCollector - Only classes and closures can be used for attribute 'value' in ... - posted by "Marcin Zajaczkowski (Jira)" <ji...@apache.org> on 2021/04/18 19:03:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10040) @AnnotationCollector - Only classes and closures can be used for attribute 'value' in ... - posted by "Marcin Zajaczkowski (Jira)" <ji...@apache.org> on 2021/04/18 19:04:00 UTC, 3 replies.
- [jira] [Created] (GROOVY-10041) @AnnotationCollector - CompileDynamicProcessor seems to be ignored - posted by "Marcin Zajaczkowski (Jira)" <ji...@apache.org> on 2021/04/18 20:07:00 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 merged pull request #1565: GROOVY-9800: ClassNode#toString includes generics of type arguments - posted by GitBox <gi...@apache.org> on 2021/04/19 02:10:12 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1565: GROOVY-9800: ClassNode#toString includes generics of type arguments - posted by GitBox <gi...@apache.org> on 2021/04/19 02:10:23 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9800) Log generic mismatches extensively - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/19 02:12:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10042) Bump Ant version to 1.10.10 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/19 06:16:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10042) Bump Ant version to 1.10.10 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/19 07:18:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1554: GROOVY-4990 Make File.write() create any missing directories. Add test. - posted by GitBox <gi...@apache.org> on 2021/04/19 07:22:20 UTC, 2 replies.
- [jira] [Resolved] (GROOVY-10042) Bump Ant version to 1.10.10 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/19 10:31:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10033) Compiler crash when encountering function reference on nested class - posted by "Thodoris Sotiropoulos (Jira)" <ji...@apache.org> on 2021/04/20 12:20:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10043) Bump spotbugs to 4.2.3 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/20 13:55:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10044) Bump versions plugin to 0.38.0 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/20 14:00:12 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10043) Bump spotbugs to 4.2.3 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/20 14:13:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10044) Bump versions plugin to 0.38.0 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/20 14:13:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10045) Type parameters on Map subtypes are erased - posted by "Leon A (Jira)" <ji...@apache.org> on 2021/04/20 20:38:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10045) Type parameters on Map subtypes are erased - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/20 20:52:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10045) Type parameters on Map subtypes are erased - posted by "Leon A (Jira)" <ji...@apache.org> on 2021/04/20 20:54:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10046) NPE in static compiler - posted by "Christopher Smith (Jira)" <ji...@apache.org> on 2021/04/20 21:10:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10047) STC infers Closure instead of SAM for method references - posted by "Christopher Smith (Jira)" <ji...@apache.org> on 2021/04/20 21:32:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10045) Type parameters on Map subtypes are erased - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/20 21:52:00 UTC, 1 replies.
- [jira] [Resolved] (GROOVY-10045) Type parameters on Map subtypes are erased - posted by "Leon A (Jira)" <ji...@apache.org> on 2021/04/21 00:36:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10048) Bump Gradle to 7.0 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/21 07:52:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10048) Bump Gradle to 7.0 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/21 07:52:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10048) Bump Gradle to 6.8.3 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/21 08:20:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10048) Bump Gradle to 6.8.3 - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/21 09:01:00 UTC, 0 replies.
- [GitHub] [groovy] chenyahui opened a new pull request #1566: remove redundant blank space - posted by GitBox <gi...@apache.org> on 2021/04/21 09:13:17 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert merged pull request #1566: remove redundant blank space - posted by GitBox <gi...@apache.org> on 2021/04/21 09:15:31 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1566: remove redundant blank space - posted by GitBox <gi...@apache.org> on 2021/04/21 09:15:45 UTC, 0 replies.
- [jira] [Created] (GROOVY-10049) STC fails when calling a generic method from another generic method - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/21 11:17:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10049) STC fails when calling a generic method from another generic method - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/21 11:18:00 UTC, 2 replies.
- [jira] [Commented] (GROOVY-10047) STC infers Closure instead of SAM for method references - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/21 15:42:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10047) STC infers Closure instead of SAM for method references - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/21 15:42:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10046) NPE in static compiler - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/21 17:41:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-10046) NPE in static compiler - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/21 17:42:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10046) NPE in static compiler - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/21 17:42:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10049) STC fails when calling a generic method from another generic method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/21 17:49:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10037) Private setter method in class that is extended by another class cannot be found. - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/21 17:51:00 UTC, 1 replies.
- [jira] [Reopened] (GROOVY-10037) Private setter method in class that is extended by another class cannot be found. - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/21 17:54:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10049) STC fails when calling a generic method from another generic method - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/21 18:09:00 UTC, 10 replies.
- [jira] [Comment Edited] (GROOVY-10049) STC fails when calling a generic method from another generic method - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/21 18:12:00 UTC, 3 replies.
- [GitHub] [groovy] JLLeitschuh commented on a change in pull request #1434: GROOVY-9826: Better propagation of InterruptedException - posted by GitBox <gi...@apache.org> on 2021/04/21 22:43:22 UTC, 0 replies.
- [jira] [Created] (GROOVY-10050) Add additional NamedParam annotations in ResourceGroovyMethods - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/22 02:49:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert opened a new pull request #1567: GROOVY-10050: Add additional NamedParam annotations in ResourceGroovy… - posted by GitBox <gi...@apache.org> on 2021/04/22 03:12:57 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10050) Add additional NamedParam annotations in ResourceGroovyMethods and NioExtensions - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/22 03:42:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10050) Add additional NamedParam annotations in ResourceGroovyMethods, NioExtensions and JsonSlurper - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/22 04:11:00 UTC, 0 replies.
- [GitHub] [groovy] zhang13690 opened a new pull request #1568: Fix typo - posted by GitBox <gi...@apache.org> on 2021/04/22 07:41:42 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert merged pull request #1568: Fix typo - posted by GitBox <gi...@apache.org> on 2021/04/22 08:21:18 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1568: Fix typo - posted by GitBox <gi...@apache.org> on 2021/04/22 08:21:31 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10049) STC fails when calling a generic method from another generic method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/22 15:41:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10047) STC infers Closure instead of SAM for method references - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/22 15:42:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10046) NPE in static compiler - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/22 15:42:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10026) Update the GDK to better support java streams and Publish/Subscribe API - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/22 17:10:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10051) STC: return type for unresolved placeholder with bound resolved to Object - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/22 19:28:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10051) STC: return type for unresolved placeholder with bound resolved to Object - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/22 19:28:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10051) STC: return type for unresolved placeholder with bound resolved to Object - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/22 19:51:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit merged pull request #1567: GROOVY-10050: Add additional NamedParam annotations in ResourceGroovy… - posted by GitBox <gi...@apache.org> on 2021/04/23 08:20:59 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10050) Add additional NamedParam annotations in ResourceGroovyMethods, NioExtensions and JsonSlurper - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/23 08:24:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-9628) Initial support for reproducible builds - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/23 08:27:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10052) STC sometimes requires explicit closure to SAM cast inside of another closure - posted by "Damir Murat (Jira)" <ji...@apache.org> on 2021/04/23 08:52:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9982) Can't assign a field with the result of a method call of the same name from a base class - posted by "Benedikt Ritter (Jira)" <ji...@apache.org> on 2021/04/23 09:16:00 UTC, 0 replies.
- [GitHub] [groovy] zhang13690 opened a new pull request #1569: Fix typoes - posted by GitBox <gi...@apache.org> on 2021/04/23 10:12:07 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert merged pull request #1569: Fix typoes - posted by GitBox <gi...@apache.org> on 2021/04/23 11:21:08 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1569: Fix typoes - posted by GitBox <gi...@apache.org> on 2021/04/23 11:21:39 UTC, 0 replies.
- [jira] [Created] (GROOVY-10053) STC: Wrong type inferred for lambda parameter in a generic method - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/23 11:30:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10053) STC: Wrong type inferred for lambda parameter in a generic method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/23 13:47:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10052) STC sometimes requires explicit closure to SAM cast inside of another closure - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/23 13:47:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10052) STC sometimes requires explicit closure to SAM cast inside of another closure - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/23 14:32:00 UTC, 1 replies.
- [jira] [Updated] (GROOVY-10054) STC: Cannot infer lambda parameter types for a Stream Collector in a generic method - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/23 14:56:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10054) STC: Cannot infer lambda parameter types for a Stream Collector in a generic method - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/23 14:56:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10054) STC: Cannot infer lambda parameter types for a Stream Collector in a generic method - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/23 15:26:00 UTC, 1 replies.
- [jira] [Comment Edited] (GROOVY-10054) STC: Cannot infer lambda parameter types for a Stream Collector in a generic method - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/23 15:27:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10054) STC: Cannot infer lambda parameter types for a Stream Collector in a generic method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/24 00:39:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert edited a comment on pull request #1554: GROOVY-4990 Make File.write() create any missing directories. Add test. - posted by GitBox <gi...@apache.org> on 2021/04/24 04:21:43 UTC, 0 replies.
- [jira] [Created] (GROOVY-10055) STC does not support self bounded types - posted by "Damir Murat (Jira)" <ji...@apache.org> on 2021/04/24 07:33:00 UTC, 0 replies.
- [GitHub] [groovy] xaaria commented on pull request #1554: GROOVY-4990 Make File.write() create any missing directories. Add test. - posted by GitBox <gi...@apache.org> on 2021/04/24 10:08:34 UTC, 1 replies.
- [jira] [Created] (GROOVY-10056) Inferred parameter type of lambda expression for multi-dimensions array is not correct - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/24 13:12:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10056) Inferred parameter type of lambda expression for multi-dimensions array is not correct - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/24 13:21:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10056) Inferred parameter type of lambda expression for multi-dimensions array is not correct - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/24 14:18:00 UTC, 3 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #1570: GROOVY-10056: Inferred parameter type of lambda expression for multi-… - posted by GitBox <gi...@apache.org> on 2021/04/24 14:55:36 UTC, 1 replies.
- [GitHub] [groovy] eric-milles commented on a change in pull request #1570: GROOVY-10056: Inferred parameter type of lambda expression for multi-… - posted by GitBox <gi...@apache.org> on 2021/04/24 15:48:54 UTC, 2 replies.
- [GitHub] [groovy] eric-milles commented on pull request #1570: GROOVY-10056: Inferred parameter type of lambda expression for multi-… - posted by GitBox <gi...@apache.org> on 2021/04/24 15:50:29 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 commented on a change in pull request #1570: GROOVY-10056: Inferred parameter type of lambda expression for multi-… - posted by GitBox <gi...@apache.org> on 2021/04/24 16:57:06 UTC, 4 replies.
- [GitHub] [groovy] danielsun1106 closed pull request #1570: GROOVY-10056: Inferred parameter type of lambda expression for multi-… - posted by GitBox <gi...@apache.org> on 2021/04/24 23:50:37 UTC, 1 replies.
- [jira] [Commented] (GROOVY-10056) Inferred parameter type of lambda expression for multi-dimensions array is not correct - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/25 00:11:00 UTC, 1 replies.
- [GitHub] [groovy] danielsun1106 opened a new pull request #1571: GROOVY-10056: Inferred parameter type of lambda expression for multi-… - posted by GitBox <gi...@apache.org> on 2021/04/25 03:21:08 UTC, 1 replies.
- [jira] [Updated] (GROOVY-9932) MockFor/StubFor makes mocked internal method return null - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/25 03:34:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-9932) MockFor/StubFor makes mocked internal method return null - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/25 03:35:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1554: GROOVY-4990 Make File.write() create any missing directories. Add test. - posted by GitBox <gi...@apache.org> on 2021/04/25 07:18:04 UTC, 1 replies.
- [jira] [Commented] (GROOVY-10053) STC: Wrong type inferred for lambda parameter in a generic method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/25 09:29:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-10053) STC: Wrong type inferred for lambda parameter in a generic method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/25 09:32:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10057) MissingMethodException for pointer/reference from Class instance to Class method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/25 14:43:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10058) Bump junit to 5.7.1 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/25 16:03:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-10058) Bump junit to 5.7.1 - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/25 16:37:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10057) MissingMethodException for pointer/reference from Class instance to Class method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/25 17:39:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10053) STC: Wrong type inferred for lambda parameter in a generic method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/25 22:06:01 UTC, 0 replies.
- [GitHub] [groovy] eric-milles commented on a change in pull request #1571: GROOVY-10056: Inferred parameter type of lambda expression for multi-… - posted by GitBox <gi...@apache.org> on 2021/04/25 22:50:52 UTC, 3 replies.
- [GitHub] [groovy] danielsun1106 commented on a change in pull request #1571: GROOVY-10056: Inferred parameter type of lambda expression for multi-… - posted by GitBox <gi...@apache.org> on 2021/04/26 00:16:05 UTC, 10 replies.
- [jira] [Commented] (GROOVY-5893) Return type of "inject" is not inferred properly - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/26 03:15:00 UTC, 0 replies.
- [GitHub] [groovy] eustas opened a new pull request #1572: "del" ASCII character also should be escaped - posted by GitBox <gi...@apache.org> on 2021/04/26 09:30:42 UTC, 0 replies.
- [GitHub] [groovy] eric-milles merged pull request #1571: GROOVY-10056: Inferred parameter type of lambda expression for multi-… - posted by GitBox <gi...@apache.org> on 2021/04/26 12:19:06 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10055) STC does not support self bounded types - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/26 12:44:03 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10052) STC sometimes requires explicit closure to SAM cast inside of another closure - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/26 12:44:03 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10056) Inferred parameter type of lambda expression for multi-dimensions array is not correct - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/26 12:44:03 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10033) Compiler crash when encountering function reference on nested class - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/26 12:45:01 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10040) @AnnotationCollector - Only classes and closures can be used for attribute 'value' in ... - posted by "Marcin Zajaczkowski (Jira)" <ji...@apache.org> on 2021/04/26 16:14:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-10040) @AnnotationCollector - Only classes and closures can be used for attribute 'value' in ... - posted by "Marcin Zajaczkowski (Jira)" <ji...@apache.org> on 2021/04/26 16:15:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10059) Super Class Closure Can't Find Field when Any Method Overridden - posted by "Ian (Jira)" <ji...@apache.org> on 2021/04/26 16:29:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10060) Support static interface methods - posted by "Christopher Smith (Jira)" <ji...@apache.org> on 2021/04/26 22:53:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10061) "del" ASCII character also should be escaped - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/27 00:20:00 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1572: "del" ASCII character also should be escaped - posted by GitBox <gi...@apache.org> on 2021/04/27 00:25:19 UTC, 0 replies.
- [GitHub] [groovy] danielsun1106 commented on pull request #1572: "del" ASCII character also should be escaped - posted by GitBox <gi...@apache.org> on 2021/04/27 00:25:42 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10061) "del" ASCII character also should be escaped - posted by "Daniel Sun (Jira)" <ji...@apache.org> on 2021/04/27 00:27:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10059) Super Class Closure Can't Find Field when Any Method Overridden - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 14:12:00 UTC, 2 replies.
- [jira] [Closed] (GROOVY-10059) Super Class Closure Can't Find Field when Any Method Overridden - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 14:12:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-9931) !instanceof inference does not work - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 14:19:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-8965) instanceof with || inserts wrong cast - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 14:19:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10055) STC does not support self bounded types - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 15:03:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-10055) STC does not support self bounded types - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 15:12:00 UTC, 2 replies.
- [jira] [Comment Edited] (GROOVY-10059) Super Class Closure Can't Find Field when Any Method Overridden - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 15:43:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10062) STC: no type parameter inference for variadic method called with fewer arguments than parameters - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 19:04:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10062) STC: no type parameter inference for variadic method called with fewer arguments than parameters - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 19:07:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10063) STC: multiple-assignment from tuple-bearing static method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 20:51:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10063) STC: multiple-assignment from tuple-bearing static method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/27 20:51:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10064) STC infers incorrect type for closure parameter - posted by "Christopher Smith (Jira)" <ji...@apache.org> on 2021/04/27 23:22:14 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10064) STC infers incorrect type for closure parameter - posted by "Christopher Smith (Jira)" <ji...@apache.org> on 2021/04/27 23:26:09 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10064) STC infers incorrect type for closure parameter - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 15:45:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10063) STC: multiple-assignment from tuple-bearing static method - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 15:45:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-10064) STC infers incorrect type for closure parameter - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 15:47:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7700) Attribute access on same statically compiled class should bypass ScriptBytecodeAdapter - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 17:34:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-7468) type checker should use superclass bound when expected by generics - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 17:36:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7468) type checker should use superclass bound when expected by generics - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 17:38:00 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-7700) Attribute access on same statically compiled class should bypass ScriptBytecodeAdapter - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 18:02:00 UTC, 0 replies.
- [jira] [Commented] (GROOVY-7700) Attribute access on same statically compiled class should bypass ScriptBytecodeAdapter - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 18:02:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-7700) Attribute access on same statically compiled class should bypass ScriptBytecodeAdapter - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 18:03:00 UTC, 0 replies.
- [jira] [Comment Edited] (GROOVY-7468) type checker should use superclass bound when expected by generics - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 18:05:00 UTC, 1 replies.
- [jira] [Comment Edited] (GROOVY-9908) STC disregards type witnesses - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/28 18:33:00 UTC, 0 replies.
- [GitHub] [groovy] eric-milles opened a new pull request #1573: Move stream-related extension methods to StreamGroovyMethods - posted by GitBox <gi...@apache.org> on 2021/04/28 21:07:38 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert commented on pull request #1573: Move stream-related extension methods to StreamGroovyMethods - posted by GitBox <gi...@apache.org> on 2021/04/28 22:32:02 UTC, 3 replies.
- [GitHub] [groovy] eric-milles commented on pull request #1573: Move stream-related extension methods to StreamGroovyMethods - posted by GitBox <gi...@apache.org> on 2021/04/29 14:24:01 UTC, 1 replies.
- [jira] [Assigned] (GROOVY-9006) Static type checking fails on java.sql.Timestamp when compared to null - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/29 20:49:00 UTC, 0 replies.
- [jira] [Closed] (GROOVY-8111) Stack overflow between WideningCategories lowestUpperBound and parameterizeLowestUpperBound - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/29 21:18:00 UTC, 0 replies.
- [GitHub] [groovy] paulk-asert edited a comment on pull request #1573: Move stream-related extension methods to StreamGroovyMethods - posted by GitBox <gi...@apache.org> on 2021/04/30 07:00:08 UTC, 0 replies.
- [GitHub] [groovy] asfgit closed pull request #1573: Move stream-related extension methods to StreamGroovyMethods - posted by GitBox <gi...@apache.org> on 2021/04/30 08:32:29 UTC, 0 replies.
- [jira] [Resolved] (GROOVY-10065) Move stream-related extension methods to StreamGroovyMethods - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/30 08:42:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10065) Move stream-related extension methods to StreamGroovyMethods - posted by "Paul King (Jira)" <ji...@apache.org> on 2021/04/30 08:42:00 UTC, 0 replies.
- [jira] [Updated] (GROOVY-10066) Nested @Delegate throws MissingMethodException - posted by "Tomasz Przybysz (Jira)" <ji...@apache.org> on 2021/04/30 14:16:00 UTC, 1 replies.
- [jira] [Created] (GROOVY-10066) Nested @Delegate throws MissingMethodException - posted by "Tomasz Przybysz (Jira)" <ji...@apache.org> on 2021/04/30 14:16:00 UTC, 0 replies.
- [jira] [Created] (GROOVY-10067) STC: Wrong return value type inferred for generic method with upper bound without parameters - posted by "Lyuben Atanasov (Jira)" <ji...@apache.org> on 2021/04/30 15:06:00 UTC, 0 replies.
- [jira] [Assigned] (GROOVY-10067) STC: Wrong return value type inferred for generic method with upper bound without parameters - posted by "Eric Milles (Jira)" <ji...@apache.org> on 2021/04/30 15:53:00 UTC, 0 replies.