[jira] [Updated] (GROOVY-7934) Type inference breaks for Collection.inject

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-7934: Description: The code below should not compile as the first parameter to the inject method must

[jira] [Commented] (GROOVY-7914) Comparison operator does not delegate to .equals() for null

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782683#comment-17782683 ] Eric Milles commented on GROOVY-7914: - {{JSONObject}} provides {{isNull(String)}} to test if a key

[jira] [Updated] (GROOVY-7914) Comparison operator does not delegate to .equals() for null

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-7914: Description: This might be related to GROOVY-4526 -- supposedly a PR over there has been merged,

[jira] [Closed] (GROOVY-4526) NullObject paradoxes

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-4526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles closed GROOVY-4526. --- > NullObject paradoxes > > > Key: GROOVY-4526 >

[jira] [Closed] (GROOVY-7754) Subscribing to the Groovy Weekly newsletter redirects to another input window to enter details again

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles closed GROOVY-7754. --- Resolution: Abandoned > Subscribing to the Groovy Weekly newsletter redirects to another input

[jira] [Updated] (GROOVY-8488) STC: floating-point literals no longer accepted as args to method with double parameter

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8488: Fix Version/s: 3.0.20 > STC: floating-point literals no longer accepted as args to method with

[jira] [Resolved] (GROOVY-6591) error message glitch for LUB

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-6591. - Fix Version/s: 5.0.0-alpha-1 Resolution: Fixed The error message reflects the LUB types

[jira] [Assigned] (GROOVY-6591) error message glitch for LUB

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-6591: --- Assignee: Eric Milles > error message glitch for LUB > > >

[jira] [Updated] (GROOVY-6285) static declared type should influence method selection for null values

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-6285: Fix Version/s: (was: 4.x) > static declared type should influence method selection for null

[jira] [Updated] (GROOVY-8488) STC: floating-point literals no longer accepted as args to method with double parameter

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-8488: Fix Version/s: 4.0.16 > STC: floating-point literals no longer accepted as args to method with

[jira] [Resolved] (GROOVY-8488) STC: floating-point literals no longer accepted as args to method with double parameter

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-8488. - Fix Version/s: 5.0.0-alpha-3 Resolution: Fixed

[jira] [Assigned] (GROOVY-8488) STC: floating-point literals no longer accepted as args to method with double parameter

2023-11-03 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-8488: --- Assignee: Eric Milles > STC: floating-point literals no longer accepted as args to method

[jira] [Resolved] (GROOVY-11006) CompileStatic: cannot implicitly call double setter with BigDecimal literal

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11006. -- Fix Version/s: 3.0.20 Resolution: Fixed

[jira] [Assigned] (GROOVY-11006) CompileStatic: cannot implicitly call double setter with BigDecimal literal

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11006: Assignee: Eric Milles > CompileStatic: cannot implicitly call double setter with

[jira] [Commented] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782255#comment-17782255 ] Eric Milles commented on GROOVY-11014: -- Similar issues: GROOVY-11006, GROOVY-10359, GROOVY-10095,

[jira] [Resolved] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11014. -- Fix Version/s: 5.0.0-alpha-3 Resolution: Fixed

[jira] [Comment Edited] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782232#comment-17782232 ] Eric Milles edited comment on GROOVY-11014 at 11/2/23 5:12 PM: ---

[jira] [Comment Edited] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782232#comment-17782232 ] Eric Milles edited comment on GROOVY-11014 at 11/2/23 5:12 PM: ---

[jira] [Updated] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11014: - Fix Version/s: 4.0.16 > CompileStatic & Elvis operator: Cannot assign literal value of type >

[jira] [Assigned] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11014: Assignee: Eric Milles > CompileStatic & Elvis operator: Cannot assign literal value of

[jira] [Commented] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17782152#comment-17782152 ] Eric Milles commented on GROOVY-11014: -- Before Groovy 4.0.5, there's a block in

[jira] [Updated] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11014: - Affects Version/s: 4.0.5 (was: 4.0.10) > CompileStatic & Elvis

[jira] [Updated] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11014: - Affects Version/s: 4.0.10 > CompileStatic & Elvis operator: Cannot assign literal value of

[jira] [Updated] (GROOVY-5909) NullObject is ignored by metaClass.getProperty and category, but works in methods

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-5909: Description: With the exception of methods, can't apply metaprogramming on top of NullObject:

[jira] [Updated] (GROOVY-5909) NullObject is ignored by metaClass.getProperty and category, but works in methods

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-5909: Language: groovy > NullObject is ignored by metaClass.getProperty and category, but works in >

[jira] [Updated] (GROOVY-11014) CompileStatic & Elvis operator: Cannot assign literal value of type (java.lang.Number or java.lang.Comparable) to variable of type double

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11014: - Affects Version/s: (was: 4.0.10) (was: 4.0.11)

[jira] [Comment Edited] (GROOVY-11211) Unexpected invocation of getter method

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17781810#comment-17781810 ] Eric Milles edited comment on GROOVY-11211 at 11/2/23 1:30 PM: --- Before

[jira] [Resolved] (GROOVY-11212) Access to private fields of superclass from a block fails in subclass

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11212. -- Fix Version/s: 5.0.0-alpha-1 Resolution: Fixed This is indeed fixed in Groovy 5. The

[jira] [Comment Edited] (GROOVY-11211) Unexpected invocation of getter method

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17781810#comment-17781810 ] Eric Milles edited comment on GROOVY-11211 at 11/2/23 1:30 PM: --- Before

[jira] [Assigned] (GROOVY-11212) Access to private fields of superclass from a block fails in subclass

2023-11-02 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11212: Assignee: Eric Milles > Access to private fields of superclass from a block fails in

[jira] [Commented] (GROOVY-11211) Unexpected invocation of getter method

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17781810#comment-17781810 ] Eric Milles commented on GROOVY-11211: -- Before Groovy 4,

[jira] [Commented] (GROOVY-11204) Incorrect overload selection for subclasses

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17781781#comment-17781781 ] Eric Milles commented on GROOVY-11204: -- I don't know the history of this choice. Maybe

[jira] [Commented] (GROOVY-11204) Incorrect overload selection for subclasses

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17781780#comment-17781780 ] Eric Milles commented on GROOVY-11204: -- Here is the specification of this:

[jira] [Comment Edited] (GROOVY-11211) Unexpected invocation of getter method

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17781764#comment-17781764 ] Eric Milles edited comment on GROOVY-11211 at 11/1/23 2:52 PM: --- There was

[jira] [Updated] (GROOVY-11117) return first nested interface when GroovyClassLoader.parseClass parse interfaces with nested interfaces

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-7: - Description: When I have a groovy file: {code:groovy} interface A {     interface B { }    

[jira] [Updated] (GROOVY-11117) return first nested interface when GroovyClassLoader.parseClass parse interfaces with nested interfaces

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-7?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-7: - Language: groovy > return first nested interface when GroovyClassLoader.parseClass parse >

[jira] [Updated] (GROOVY-11211) Unexpected invocation of getter method

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11211: - Language: groovy > Unexpected invocation of getter method >

[jira] [Updated] (GROOVY-11211) Unexpected invocation of getter method

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11211: - Description: The map {{get}} method is invoked unexpectedly while resolving a closure

[jira] [Updated] (GROOVY-11211) Unexpected invocation of getter method

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11211: - Description: The map {{get}} method is invoked unexpectedly while resolving a closure

[jira] [Resolved] (GROOVY-11210) Bump Commons CLI to 1.6.0

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11210. -- Fix Version/s: 5.0.0-alpha-3 Resolution: Fixed

[jira] [Resolved] (GROOVY-11209) XmlUtil escapeControlCharacters escapes control characters 0-30 instead of 0-31

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11209. -- Resolution: Fixed

[jira] [Commented] (GROOVY-11211) Unexpected invocation of getter method

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17781764#comment-17781764 ] Eric Milles commented on GROOVY-11211: -- There was a change in Groovy 4 affecting the order of

[jira] [Assigned] (GROOVY-11211) Unexpected invocation of getter method

2023-11-01 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11211: Assignee: Eric Milles > Unexpected invocation of getter method >

[jira] [Commented] (GROOVY-10714) STC: Callable, Runnable, Serializable overload preference for functional argument (closure, lambda, etc.)

2023-10-26 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17780034#comment-17780034 ] Eric Milles commented on GROOVY-10714: -- I have experimented with computing SAM-type distance first

[jira] [Commented] (GROOVY-10714) STC: Callable, Runnable, Serializable overload preference for functional argument (closure, lambda, etc.)

2023-10-26 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17780030#comment-17780030 ] Eric Milles commented on GROOVY-10714: -- GROOVY-6189 links to GEP-12, which specifically mentions

[jira] [Created] (GROOVY-11208) No parse error for interface method with default value

2023-10-26 Thread Eric Milles (Jira)
Eric Milles created GROOVY-11208: Summary: No parse error for interface method with default value Key: GROOVY-11208 URL: https://issues.apache.org/jira/browse/GROOVY-11208 Project: Groovy

[jira] [Commented] (GROOVY-6189) basic SAM conversion

2023-10-26 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17780026#comment-17780026 ] Eric Milles commented on GROOVY-6189: - Doc is now here: https://groovy.apache.org/wiki/GEP-12.html

[jira] [Commented] (GROOVY-11189) STC LUB of List and Set is not Collection for Java 21

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779622#comment-17779622 ] Eric Milles commented on GROOVY-11189: --

[jira] [Updated] (GROOVY-11189) STC LUB of List and Set is not Collection for Java 21

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11189: - Fix Version/s: 5.0.0-alpha-3 > STC LUB of List and Set is not Collection for Java 21 >

[jira] [Resolved] (GROOVY-11189) STC LUB of List and Set is not Collection for Java 21

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11189. -- Fix Version/s: 4.0.16 Resolution: Fixed > STC LUB of List and Set is not Collection

[jira] [Assigned] (GROOVY-11189) STC LUB of List and Set is not Collection for Java 21

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11189: Assignee: Eric Milles > STC LUB of List and Set is not Collection for Java 21 >

[jira] [Updated] (GROOVY-11189) STC LUB of List and Set is not Collection for Java 21

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11189: - Affects Version/s: 4.0.15 5.0.0-alpha-2 > STC LUB of List and Set is

[jira] [Commented] (GROOVY-11194) groovyc missing features from the library compiler

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779563#comment-17779563 ] Eric Milles commented on GROOVY-11194: -- Okay, yes it is off by default in Groovy 3. But it does

[jira] [Updated] (GROOVY-11206) Concatenated strings not treated as compile-time constants

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11206: - Fix Version/s: 4.0.16 > Concatenated strings not treated as compile-time constants >

[jira] [Updated] (GROOVY-10750) Compiler does not resolve compile-time constants in string concatenation

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10750: - Fix Version/s: 4.0.16 > Compiler does not resolve compile-time constants in string

[jira] [Resolved] (GROOVY-11206) Concatenated strings not treated as compile-time constants

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11206. -- Fix Version/s: 5.0.0-alpha-3 Resolution: Fixed > Concatenated strings not treated as

[jira] [Updated] (GROOVY-11207) STC rejects concatenated string as annotation parameter

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11207: - Fix Version/s: 4.0.16 > STC rejects concatenated string as annotation parameter >

[jira] [Resolved] (GROOVY-11207) STC rejects concatenated string as annotation parameter

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11207. -- Fix Version/s: 5.0.0-alpha-3 Resolution: Fixed

[jira] [Commented] (GROOVY-11194) groovyc missing features from the library compiler

2023-10-25 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779496#comment-17779496 ] Eric Milles commented on GROOVY-11194: -- Here is the section in the lang docs for compiler config

[jira] (GROOVY-11207) STC rejects concatenated string as annotation parameter

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11207 ] Eric Milles deleted comment on GROOVY-11207: -- was (Author: emilles): Can you see if the master branch handles this? There was at least one fix on this front. > STC rejects concatenated

[jira] [Assigned] (GROOVY-11206) Concatenated strings not treated as compile-time constants

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11206: Assignee: Eric Milles > Concatenated strings not treated as compile-time constants >

[jira] [Commented] (GROOVY-11206) Concatenated strings not treated as compile-time constants

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779223#comment-17779223 ] Eric Milles commented on GROOVY-11206: -- This has to do with the order the elements are processed.

[jira] [Assigned] (GROOVY-11207) STC rejects concatenated string as annotation parameter

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11207: Assignee: Eric Milles > STC rejects concatenated string as annotation parameter >

[jira] [Commented] (GROOVY-11207) STC rejects concatenated string as annotation parameter

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779222#comment-17779222 ] Eric Milles commented on GROOVY-11207: -- Can you see if the master branch handles this? There was

[jira] [Commented] (GROOVY-11204) Incorrect overload selection for subclasses

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779214#comment-17779214 ] Eric Milles commented on GROOVY-11204: -- In this example, the compile-time types are not relevant.

[jira] [Comment Edited] (GROOVY-11193) Methods referenced by super cannot be found and are not executed

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779212#comment-17779212 ] Eric Milles edited comment on GROOVY-11193 at 10/24/23 7:30 PM: {quote}

[jira] [Commented] (GROOVY-11193) Methods referenced by super cannot be found and are not executed

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779212#comment-17779212 ] Eric Milles commented on GROOVY-11193: -- {quote} I noticed some "strange" (aka logic that looks

[jira] [Updated] (GROOVY-11204) Incorrect overload selection for subclasses

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11204: - Description: I'm writing a Spring Security configurer and trying to add it to my

[jira] [Commented] (GROOVY-11204) Incorrect overload selection for subclasses

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779197#comment-17779197 ] Eric Milles commented on GROOVY-11204: -- You should be able to cast your class to the appropriate

[jira] [Commented] (GROOVY-11204) Incorrect overload selection for subclasses

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779196#comment-17779196 ] Eric Milles commented on GROOVY-11204: -- Here is what is going on. There are two methods

[jira] [Updated] (GROOVY-11204) Incorrect overload selection for subclasses

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11204: - Description: I'm writing a Spring Security configurer and trying to add it to my

[jira] [Commented] (GROOVY-11204) Incorrect overload selection for subclasses

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779143#comment-17779143 ] Eric Milles commented on GROOVY-11204: -- If the class/script given above was self-contained -- can

[jira] [Updated] (GROOVY-10619) STC: fix support for unbounded wildcard references to self-bounded type parameters

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10619: - Fix Version/s: 3.0.20 > STC: fix support for unbounded wildcard references to self-bounded

[jira] [Updated] (GROOVY-10310) STC is unable to call parameterized function

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10310: - Fix Version/s: 3.0.20 > STC is unable to call parameterized function >

[jira] [Updated] (GROOVY-10228) STC fails to substitute type variable in the presence of the diamond operator and a function call

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10228: - Fix Version/s: 3.0.20 > STC fails to substitute type variable in the presence of the diamond

[jira] [Updated] (GROOVY-10055) STC does not support self bounded types

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10055: - Fix Version/s: 3.0.20 > STC does not support self bounded types >

[jira] [Commented] (GROOVY-11205) Groovy 3.0.13 to Groovy 4.0.13, I encountered a "Java heap space" error during the compilation process

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779104#comment-17779104 ] Eric Milles commented on GROOVY-11205: -- In order to support type annotations (JSR 308), references

[jira] [Commented] (GROOVY-11204) Incorrect overload selection for subclasses

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17779099#comment-17779099 ] Eric Milles commented on GROOVY-11204: -- Can you provide imports (and grab annotations?) for the

[jira] [Assigned] (GROOVY-11204) Incorrect overload selection for subclasses

2023-10-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11204: Assignee: Eric Milles > Incorrect overload selection for subclasses >

[jira] [Resolved] (GROOVY-11203) IllegalArgumentException: null argument for primitive parameter

2023-10-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11203. -- Fix Version/s: 5.0.0-alpha-3 Resolution: Fixed

[jira] [Updated] (GROOVY-11203) IllegalArgumentException: null argument for primitive parameter

2023-10-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11203: - Summary: IllegalArgumentException: null argument for primitive parameter (was:

[jira] [Updated] (GROOVY-11203) IllegalArgumentException: null argument for primitive parameter lacks context

2023-10-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11203: - Summary: IllegalArgumentException: null argument for primitive parameter lacks context (was:

[jira] [Updated] (GROOVY-11203) IllegalArgumentException: null argument for primitive lacks context

2023-10-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11203: - Description: Consider the following: {code:groovy} void setX(int x) { print x } def map =

[jira] [Created] (GROOVY-11203) IllegalArgumentException: null argument for primitive lacks context

2023-10-23 Thread Eric Milles (Jira)
Eric Milles created GROOVY-11203: Summary: IllegalArgumentException: null argument for primitive lacks context Key: GROOVY-11203 URL: https://issues.apache.org/jira/browse/GROOVY-11203 Project:

[jira] [Updated] (GROOVY-11192) Code that causes Groovy Compiler Crash

2023-10-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11192: - Fix Version/s: 3.0.20 > Code that causes Groovy Compiler Crash >

[jira] [Updated] (GROOVY-11192) Code that causes Groovy Compiler Crash

2023-10-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11192: - Fix Version/s: 4.0.16 > Code that causes Groovy Compiler Crash >

[jira] [Resolved] (GROOVY-11192) Code that causes Groovy Compiler Crash

2023-10-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11192. -- Fix Version/s: 5.0.0-alpha-3 Resolution: Fixed

[jira] [Updated] (GROOVY-11192) Code that causes Groovy Compiler Crash

2023-10-22 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11192: - Docs Text: (was: 1st source file (TestCompilerCrashOnTemplateArgCount.groovy)

[jira] [Updated] (GROOVY-11192) Code that causes Groovy Compiler Crash

2023-10-22 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11192: - Docs Text: 1st source file (TestCompilerCrashOnTemplateArgCount.groovy) {code:groovy} package

[jira] [Updated] (GROOVY-11192) Code that causes Groovy Compiler Crash

2023-10-22 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11192: - Docs Text: Below is the code that causes the compiler to crash during compilation. 1st source

[jira] [Updated] (GROOVY-11201) STC: assign method pointer to SAM-type

2023-10-22 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11201: - Fix Version/s: 3.0.20 > STC: assign method pointer to SAM-type >

[jira] [Resolved] (GROOVY-11201) STC: assign method pointer to SAM-type

2023-10-22 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11201. -- Fix Version/s: 4.0.16 Resolution: Fixed

[jira] [Updated] (GROOVY-11201) STC: assign method pointer to SAM-type

2023-10-22 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11201: - Description: Consider the following: {code:groovy} import java.util.function.Consumer void

[jira] [Commented] (GROOVY-11193) Methods referenced by super cannot be found and are not executed

2023-10-22 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17778422#comment-17778422 ] Eric Milles commented on GROOVY-11193: -- [~marek-parfianowicz] You only need to SC the method(s)

[jira] [Updated] (GROOVY-11201) STC: assign method pointer to SAM-type

2023-10-22 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11201: - Description: Consider the following: {code:groovy} import java.util.function.Consumer void

[jira] [Updated] (GROOVY-11201) STC: assign method pointer to SAM-type

2023-10-22 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11201: - Description: Consider the following: {code:groovy} import import java.util.function.Consumer

[jira] [Created] (GROOVY-11201) STC: assign method pointer to SAM-type

2023-10-22 Thread Eric Milles (Jira)
Eric Milles created GROOVY-11201: Summary: STC: assign method pointer to SAM-type Key: GROOVY-11201 URL: https://issues.apache.org/jira/browse/GROOVY-11201 Project: Groovy Issue Type:

[jira] [Comment Edited] (GROOVY-11198) access to public static variable forbidden in enum

2023-10-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17776953#comment-17776953 ] Eric Milles edited comment on GROOVY-11198 at 10/21/23 4:04 PM:

[jira] [Resolved] (GROOVY-11193) Methods referenced by super cannot be found and are not executed

2023-10-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11193. -- Resolution: Won't Fix > Methods referenced by super cannot be found and are not executed >

[jira] [Commented] (GROOVY-11193) Methods referenced by super cannot be found and are not executed

2023-10-21 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17778122#comment-17778122 ] Eric Milles commented on GROOVY-11193: -- You are compiling with the {{groovy-eclipse-compiler}}

<    5   6   7   8   9   10   11   12   13   14   >