Messages by Date
-
2025/04/13
[jira] [Updated] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11263) Analyze dead code
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-10054) STC: Cannot infer lambda parameter types for a stream collector
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11618) Method reference not found for record fields
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11618) Method reference not found for record fields
ASF GitHub Bot (Jira)
-
2025/04/13
[jira] [Assigned] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11618) Method reference not found for record fields
Eric Milles (Jira)
-
2025/04/13
[jira] [Assigned] (GROOVY-11618) Method reference not found for record fields
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
ASF GitHub Bot (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Saravanan (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11618) Method reference not found for record fields
Saravanan (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11618) Method reference not found for record fields
Saravanan (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11618) Method reference not found for record fields
Saravanan (Jira)
-
2025/04/13
[jira] [Created] (GROOVY-11618) Method reference not found for record fields
Saravanan (Jira)
-
2025/04/13
[jira] [Assigned] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Eric Milles (Jira)
-
2025/04/13
[jira] [Comment Edited] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
Paul King (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
Paul King (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11617) switch without break or other statement for the last case
Paul King (Jira)
-
2025/04/13
[jira] [Created] (GROOVY-11617) switch without break or other statement for the last case
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collectors.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Paul King (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11263) Analyze dead code
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11263) Analyze dead code
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
Paul King (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
Eric Milles (Jira)
-
2025/04/13
Re: [PR] GROOVY-11263: Analyze dead code [groovy]
via GitHub
-
2025/04/13
Re: [PR] GROOVY-11609: Avoid finding same variable/class member repeatedly [groovy]
via GitHub
-
2025/04/13
[jira] [Commented] (GROOVY-11263) Analyze dead code
ASF GitHub Bot (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11609) Avoid finding same variable/class member repeatedly
ASF GitHub Bot (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collections.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collections.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Eric Milles (Jira)
-
2025/04/13
[jira] [Comment Edited] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Eric Milles (Jira)
-
2025/04/13
[jira] [Resolved] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Eric Milles (Jira)
-
2025/04/13
[jira] [Assigned] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Eric Milles (Jira)
-
2025/04/13
[jira] [Created] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Saravanan (Jira)
-
2025/04/13
[jira] [Created] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collections.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Saravanan (Jira)
-
2025/04/13
[jira] [Created] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
Saravanan (Jira)
-
2025/04/13
[jira] [Created] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Saravanan (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Saravanan (Jira)
-
2025/04/13
[jira] [Created] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Saravanan (Jira)
-
2025/04/13
[jira] [Created] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
Saravanan (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Saravanan (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/13
Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/13
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/13
Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/13
[jira] [Created] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Saravanan (Jira)
-
2025/04/12
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/12
Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/12
Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/12
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/12
[jira] [Commented] (GROOVY-11609) Avoid finding same variable/class member repeatedly
ASF GitHub Bot (Jira)
-
2025/04/12
Re: [PR] GROOVY-11609: Avoid finding same variable/class member repeatedly [groovy]
via GitHub
-
2025/04/12
[jira] [Commented] (GROOVY-11609) Avoid finding same variable/class member repeatedly
ASF GitHub Bot (Jira)
-
2025/04/12
Re: [PR] GROOVY-11609: Avoid finding same variable/class member repeatedly [groovy]
via GitHub
-
2025/04/12
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/12
[PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/12
[jira] [Commented] (GROOVY-11606) Lazy findAll, collect, collectMany
ASF GitHub Bot (Jira)
-
2025/04/12
Re: [PR] GROOVY-11606: Lazy findAll, collect, collectMany [groovy]
via GitHub
-
2025/04/12
[jira] [Commented] (GROOVY-11607) Nested <src> in <groovyc> Ant task is not handled nicely
ASF GitHub Bot (Jira)
-
2025/04/12
Re: [PR] GROOVY-11607: `groovyc`: `fileset` lists files [groovy]
via GitHub
-
2025/04/12
[jira] [Updated] (GROOVY-11609) Avoid finding same variable/class member repeatedly
Eric Milles (Jira)
-
2025/04/12
[jira] [Updated] (GROOVY-4941) Static methods cannot be called during AST transformation via AstBuilder.buildFromSpec()
Eric Milles (Jira)
-
2025/04/12
[jira] [Assigned] (GROOVY-11607) Nested <src> in <groovyc> Ant task is not handled nicely
Eric Milles (Jira)
-
2025/04/12
[jira] [Updated] (GROOVY-11607) Nested <src> in <groovyc> Ant task is not handled nicely
Eric Milles (Jira)
-
2025/04/12
[jira] [Updated] (GROOVY-11607) Nested <src> in <groovyc> Ant task is not handled nicely
Eric Milles (Jira)
-
2025/04/12
[jira] [Commented] (GROOVY-4941) Static methods cannot be called during AST transformation via AstBuilder.buildFromSpec()
Eric Milles (Jira)
-
2025/04/12
[jira] [Commented] (GROOVY-11606) Lazy findAll, collect, collectMany
ASF GitHub Bot (Jira)
-
2025/04/12
[jira] [Commented] (GROOVY-11609) Avoid finding same variable/class member repeatedly
ASF GitHub Bot (Jira)
-
2025/04/12
Re: [PR] GROOVY-11609: Avoid finding same variable/class member repeatedly [groovy]
via GitHub
-
2025/04/12
[jira] [Commented] (GROOVY-11609) Avoid finding same variable/class member repeatedly
ASF GitHub Bot (Jira)
-
2025/04/12
Re: [PR] GROOVY-11609: Avoid finding same variable/class member repeatedly [groovy]
via GitHub
-
2025/04/12
[jira] [Commented] (GROOVY-11609) Avoid finding same variable/class member repeatedly
ASF GitHub Bot (Jira)
-
2025/04/12
Re: [PR] GROOVY-11609: Avoid finding same variable/class member repeatedly [groovy]
via GitHub
-
2025/04/12
[jira] [Commented] (GROOVY-11609) Avoid finding same variable/class member repeatedly
ASF GitHub Bot (Jira)
-
2025/04/12
Re: [PR] GROOVY-11609: Avoid finding same variable/class member repeatedly [groovy]
via GitHub
-
2025/04/12
[jira] [Commented] (GROOVY-11609) Avoid finding same variable/class member repeatedly
ASF GitHub Bot (Jira)
-
2025/04/12
[jira] [Updated] (GROOVY-11609) Avoid finding same variable/class member repeatedly
Daniel Sun (Jira)
-
2025/04/12
[jira] [Created] (GROOVY-11609) Avoid finding same variable/class member repeatedly
Daniel Sun (Jira)
-
2025/04/11
[jira] [Closed] (GROOVY-3908) groovyc should enforce correct usage of "continue"
Daniel Sun (Jira)
-
2025/04/11
[jira] [Commented] (GROOVY-4941) Static methods cannot be called during AST transformation via AstBuilder.buildFromSpec()
Daniel Sun (Jira)
-
2025/04/11
[jira] [Closed] (GROOVY-11608) Bump junit5 to 5.12.2
Daniel Sun (Jira)
-
2025/04/11
[jira] [Created] (GROOVY-11608) Bump junit5 to 5.12.2
Daniel Sun (Jira)
-
2025/04/11
Re: [PR] Correct Groovy Ant task documentation regarding nested javac [groovy]
via GitHub
-
2025/04/11
Re: [PR] Correct Groovy Ant task documentation regarding nested javac [groovy]
via GitHub
-
2025/04/11
Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/11
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/11
Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/11
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/11
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/11
Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/11
Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/11
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/11
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/11
[PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAnd… [groovy]
via GitHub
-
2025/04/10
[jira] [Commented] (GROOVY-11606) Lazy findAll, collect, collectMany
ASF GitHub Bot (Jira)
-
2025/04/10
Re: [PR] GROOVY-11606: Lazy findAll, collect, collectMany (alternative proposa… [groovy]
via GitHub
-
2025/04/10
[jira] [Commented] (GROOVY-11606) Lazy findAll, collect, collectMany
ASF GitHub Bot (Jira)
-
2025/04/10
[jira] [Commented] (GROOVY-11606) Lazy findAll, collect, collectMany
ASF GitHub Bot (Jira)
-
2025/04/10
Re: [PR] Correct Groovy Ant task documentation regarding nested javac [groovy]
via GitHub
-
2025/04/10
[jira] [Closed] (GROOVY-11605) Upgrade embedded ASM version to support JDK 24
Tobias Gierke (Jira)
-
2025/04/10
[PR] Correct Groovy Ant task documentation regarding nested javac [groovy]
via GitHub
-
2025/04/10
[jira] [Created] (GROOVY-11607) Nested <src> in <groovyc> Ant task is not handled nicely
Jira
-
2025/04/10
[jira] [Commented] (GROOVY-11605) Upgrade embedded ASM version to support JDK 24
Paul King (Jira)
-
2025/04/10
[jira] [Commented] (GROOVY-4721) variable declared in try block is in scope in finally block
ASF GitHub Bot (Jira)
-
2025/04/10
[jira] [Resolved] (GROOVY-8657) Resource variable is accessible from finally block
Daniel Sun (Jira)
-
2025/04/10
[jira] [Resolved] (GROOVY-4721) variable declared in try block is in scope in finally block
Daniel Sun (Jira)
-
2025/04/10
Re: [PR] GROOVY-4721: variable declared in try block is in scope in finally block [groovy]
via GitHub
-
2025/04/09
[jira] [Commented] (GROOVY-11513) java.time.* should be imported automatically
ASF GitHub Bot (Jira)
-
2025/04/09
Re: [PR] Bump com.gradle.develocity from 3.19.2 to 4.0 [groovy]
via GitHub
-
2025/04/09
Re: [PR] Bump com.gradle.develocity from 3.19.2 to 4.0 [groovy]
via GitHub
-
2025/04/09
[jira] [Resolved] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
Daniel Sun (Jira)
-
2025/04/09
Re: [PR] GROOVY-11600: no implicit outer class argument on inner record ctor call [groovy]
via GitHub
-
2025/04/09
Re: [PR] GROOVY-4721: variable declared in try block is in scope in finally block [groovy]
via GitHub
-
2025/04/09
[jira] [Commented] (GROOVY-4721) variable declared in try block is in scope in finally block
ASF GitHub Bot (Jira)
-
2025/04/09
[jira] [Commented] (GROOVY-4721) variable declared in try block is in scope in finally block
ASF GitHub Bot (Jira)
-
2025/04/09
[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang
ASF GitHub Bot (Jira)
-
2025/04/09
Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang [groovy]
via GitHub
-
2025/04/09
Re: [PR] GROOVY-4721: variable declared in try block is in scope in finally block [groovy]
via GitHub
-
2025/04/09
Re: [PR] GROOVY-11601: remove support for expression list in `for`-each statement [groovy]
via GitHub
-
2025/04/09
[jira] [Commented] (GROOVY-11606) Lazy findAll, collect, collectMany
ASF GitHub Bot (Jira)
-
2025/04/09
[jira] [Comment Edited] (GROOVY-11606) Lazy findAll, collect, collectMany
Paul King (Jira)
-
2025/04/09
[jira] [Comment Edited] (GROOVY-11606) Lazy findAll, collect, collectMany
Paul King (Jira)
-
2025/04/08
[jira] [Commented] (GROOVY-11606) Lazy findAll, collect, collectMany
Paul King (Jira)
-
2025/04/08
Re: [PR] Bump com.gradle.develocity from 3.19.2 to 4.0 [groovy]
via GitHub
-
2025/04/08
[jira] [Comment Edited] (GROOVY-11606) Lazy findAll, collect, collectMany
Paul King (Jira)
-
2025/04/08
[jira] [Updated] (GROOVY-11606) Lazy findAll, collect, collectMany
Paul King (Jira)
-
2025/04/08
[jira] [Resolved] (GROOVY-11604) Add returnEarly boolean variant for DGM#chop
Paul King (Jira)
-
2025/04/08
Re: [PR] GROOVY-11606: Lazy findAll, collect, collectMany [groovy]
via GitHub
-
2025/04/08
[jira] [Created] (GROOVY-11606) Lazy findAll, collect, collectMany
Paul King (Jira)
-
2025/04/08
[jira] [Resolved] (GROOVY-11603) Add Lazy generators for iterators
Paul King (Jira)
-
2025/04/08
[PR] Bump com.gradle.develocity from 3.19.2 to 4.0 [groovy]
via GitHub
-
2025/04/08
[jira] [Commented] (GROOVY-4721) variable declared in try block is in scope in finally block
ASF GitHub Bot (Jira)
-
2025/04/08
[jira] [Commented] (GROOVY-11604) Add returnEarly boolean variant for DGM#chop
ASF GitHub Bot (Jira)
-
2025/04/08
Re: [PR] GROOVY-11604: Add returnEarly boolean variant for DGM#chop [groovy]
via GitHub
-
2025/04/08
Re: [PR] GROOVY-4721: variable declared in try block is in scope in finally block [groovy]
via GitHub
-
2025/04/08
[jira] [Commented] (GROOVY-4721) variable declared in try block is in scope in finally block
ASF GitHub Bot (Jira)
-
2025/04/08
Re: [PR] GROOVY-4721: variable declared in try block is in scope in finally block [groovy]
via GitHub
-
2025/04/08
Re: [PR] GROOVY-11603: Add Lazy generators for iterators [groovy]
via GitHub
-
2025/04/08
[jira] [Commented] (GROOVY-11601) remove support for expression list in for-each statement
Eric Milles (Jira)
-
2025/04/08
[jira] [Comment Edited] (GROOVY-11601) remove support for expression list in for-each statement
Eric Milles (Jira)
-
2025/04/08
[jira] [Commented] (GROOVY-11601) remove support for expression list in for-each statement
Eric Milles (Jira)
-
2025/04/07
[jira] [Resolved] (GROOVY-11605) Upgrade embedded ASM version to support JDK 24
Tobias Gierke (Jira)
-
2025/04/07
[jira] [Commented] (GROOVY-11601) remove support for expression list in for-each statement
Paul King (Jira)
-
2025/04/07
Re: [PR] GROOVY-11513: include `import java.time.*` by default [groovy]
via GitHub
-
2025/04/07
[jira] [Commented] (GROOVY-11601) remove support for expression list in for-each statement
ASF GitHub Bot (Jira)
-
2025/04/07
[jira] [Commented] (GROOVY-11601) remove support for expression list in for-each statement
ASF GitHub Bot (Jira)
-
2025/04/07
[jira] [Updated] (GROOVY-11600) Static compiler should treat inner records as static
Eric Milles (Jira)
-
2025/04/07
Re: [PR] GROOVY-11601: remove support for expression list in `for`-each statement [groovy]
via GitHub
-
2025/04/07
[jira] [Resolved] (GROOVY-11600) Static compiler should treat inner records as static
Eric Milles (Jira)
-
2025/04/07
[jira] [Commented] (GROOVY-11600) Static compiler should treat inner records as static
ASF GitHub Bot (Jira)
-
2025/04/07
[jira] [Commented] (GROOVY-11229) Support instanceof variable
ASF GitHub Bot (Jira)
-
2025/04/07
[jira] [Commented] (GROOVY-11603) Add Lazy generators for iterators
ASF GitHub Bot (Jira)
-
2025/04/07
[jira] [Commented] (GROOVY-4721) variable declared in try block is in scope in finally block
ASF GitHub Bot (Jira)
-
2025/04/07
Re: [PR] GROOVY-11229: limit scope of `instanceof` variable [groovy]
via GitHub
-
2025/04/07
[jira] [Commented] (GROOVY-11604) Add returnEarly boolean variant for DGM#chop
ASF GitHub Bot (Jira)
-
2025/04/07
Re: [PR] GROOVY-11604: Add returnEarly boolean variant for DGM#chop [groovy]
via GitHub
-
2025/04/07
[jira] [Commented] (GROOVY-11229) Support instanceof variable
ASF GitHub Bot (Jira)
-
2025/04/07
Re: [PR] GROOVY-11603: Add Lazy generators for iterators [groovy]
via GitHub
-
2025/04/07
Re: [PR] GROOVY-11229: limit scope of `instanceof` variable [groovy]
via GitHub
-
2025/04/07
[jira] [Resolved] (GROOVY-11597) STC: element type of enum class
Daniel Sun (Jira)
-
2025/04/07
Re: [PR] GROOVY-4721: variable declared in try block is in scope in finally block [groovy]
via GitHub
-
2025/04/07
[jira] [Created] (GROOVY-11605) Upgrade embedded ASM version to support JDK 24
Tobias Gierke (Jira)
-
2025/04/07
[jira] [Commented] (GROOVY-4721) variable declared in try block is in scope in finally block
ASF GitHub Bot (Jira)
-
2025/04/07
Re: [PR] GROOVY-4721: variable declared in try block is in scope in finally block [groovy]
via GitHub
-
2025/04/07
[jira] [Commented] (GROOVY-11597) STC: element type of enum class
ASF GitHub Bot (Jira)
-
2025/04/07
[jira] [Commented] (GROOVY-11597) STC: element type of enum class
ASF GitHub Bot (Jira)
-
2025/04/07
Re: [PR] GROOVY-11597: STC: loop over enum class [groovy]
via GitHub
-
2025/04/07
Re: [PR] GROOVY-11597: STC: loop over enum class [groovy]
via GitHub
-
2025/04/07
[jira] [Comment Edited] (GROOVY-11601) remove support for expression list in for-each statement
Paul King (Jira)
-
2025/04/07
[jira] [Commented] (GROOVY-11601) remove support for expression list in for-each statement
Paul King (Jira)
-
2025/04/06
[jira] [Resolved] (GROOVY-11599) Make DGM#chop(Iterator, int...) lazy
Paul King (Jira)
-
2025/04/06
[jira] [Commented] (GROOVY-11604) Add returnEarly boolean variant for DGM#chop
ASF GitHub Bot (Jira)
-
2025/04/06
Re: [PR] GROOVY-11604: Add returnEarly boolean variant for DGM#chop [groovy]
via GitHub
-
2025/04/06
[PR] GROOVY-11604: Add returnEarly boolean variant for DGM#chop [groovy]
via GitHub
-
2025/04/06
[jira] [Commented] (GROOVY-11604) Add returnEarly boolean variant for DGM#chop
ASF GitHub Bot (Jira)
-
2025/04/06
[jira] [Created] (GROOVY-11604) Add returnEarly boolean variant for DGM#chop
Paul King (Jira)
-
2025/04/06
[jira] [Resolved] (GROOVY-11602) Add DGM#toTuple(Map.Entry)
Paul King (Jira)
-
2025/04/06
[jira] [Commented] (GROOVY-11602) Add DGM#toTuple(Map.Entry)
ASF GitHub Bot (Jira)
-
2025/04/06
Re: [PR] GROOVY-11599: Make DGM#chop(Iterator, int...) lazy [groovy]
via GitHub
-
2025/04/06
Re: [PR] GROOVY-11602: Add DGM#toTuple(Map.Entry) [groovy]
via GitHub
-
2025/04/06
[jira] [Commented] (GROOVY-11602) Add DGM#toTuple(Map.Entry)
ASF GitHub Bot (Jira)
-
2025/04/06
Re: [PR] GROOVY-11602: Add DGM#toTuple(Map.Entry) [groovy]
via GitHub
-
2025/04/06
[jira] [Commented] (GROOVY-11229) Support instanceof variable
ASF GitHub Bot (Jira)
-
2025/04/06
Re: [PR] GROOVY-11229: limit scope of `instanceof` variable [groovy]
via GitHub
-
2025/04/06
[jira] [Commented] (GROOVY-11600) Static compiler should treat inner records as static
ASF GitHub Bot (Jira)
-
2025/04/06
Re: [PR] GROOVY-11600: no implicit outer class argument on inner record ctor call [groovy]
via GitHub
-
2025/04/06
[jira] [Commented] (GROOVY-11597) STC: element type of enum class
ASF GitHub Bot (Jira)
-
2025/04/06
Re: [PR] GROOVY-11597: STC: loop over enum class [groovy]
via GitHub
-
2025/04/06
[jira] [Commented] (GROOVY-11601) remove support for expression list in for-each statement
ASF GitHub Bot (Jira)