[
https://issues.apache.org/jira/browse/GROOVY-11284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King reassigned GROOVY-11284:
--
Assignee: Paul King
> Generated size() method on records performs unnecessary boxing
> -
[
https://issues.apache.org/jira/browse/GROOVY-11284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808149#comment-17808149
]
Paul King commented on GROOVY-11284:
Thanks for spotting the issue. Should be fixed
[
https://issues.apache.org/jira/browse/GROOVY-11285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King reassigned GROOVY-11285:
--
Assignee: Paul King
> Generated toList() and toMap() methods on records perform unnecessary
[
https://issues.apache.org/jira/browse/GROOVY-11285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808150#comment-17808150
]
Paul King commented on GROOVY-11285:
Thanks for spotting the issue. Should be fixed
Oscar N created GROOVY-11287:
Summary: Perform constant folding for basic math calculations in CS
Key: GROOVY-11287
URL: https://issues.apache.org/jira/browse/GROOVY-11287
Project: Groovy
Issue T
Oscar N created GROOVY-11288:
Summary: Unnecessary bytecode generated after variable assignment
Key: GROOVY-11288
URL: https://issues.apache.org/jira/browse/GROOVY-11288
Project: Groovy
Issue Typ
[
https://issues.apache.org/jira/browse/GROOVY-11285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808282#comment-17808282
]
Oscar N commented on GROOVY-11285:
--
Thanks for the quick fix. I'm interested in making
[
https://issues.apache.org/jira/browse/GROOVY-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808359#comment-17808359
]
Eric Milles commented on GROOVY-11288:
--
This is a consequence of sequences like "a
PaintNinja opened a new pull request, #2036:
URL: https://github.com/apache/groovy/pull/2036
This PR changes the map used in the generated no-arg constructor to use the
`Collections.EMPTY_MAP` instance rather than creating a new `LinkedHashMap`
each call.
```diff
@Generated
pri
Eric Milles created GROOVY-11289:
Summary: STC: error message for improper property initialization
includes internal "https://issues.apache.org/jira/browse/GROOVY-11289
Project: Groovy
Issue Type: Improvement
Compo
[
https://issues.apache.org/jira/browse/GROOVY-11284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-11284:
-
Language: groovy
> Generated size() method on records performs unnecessary boxing
> ---
[
https://issues.apache.org/jira/browse/GROOVY-11286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-11286:
-
Language: groovy
> Extraneous bytecode generated after calls to void methods
>
[
https://issues.apache.org/jira/browse/GROOVY-11285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-11285:
-
Language: groovy
> Generated toList() and toMap() methods on records perform unnecessary wrappi
[
https://issues.apache.org/jira/browse/GROOVY-9239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-9239:
Language: groovy
> Java compatibility: consider supporting method reference with generics
> --
[
https://issues.apache.org/jira/browse/GROOVY-11287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-11287:
-
Language: groovy
> Perform constant folding for basic math calculations in CS
> ---
[
https://issues.apache.org/jira/browse/GROOVY-11010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-11010:
-
Language: groovy
> Ambiguous method reference when expecting a SAM type
> -
[
https://issues.apache.org/jira/browse/GROOVY-10714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-10714:
-
Language: groovy
> STC: Callable, Runnable, Serializable overload preference for functional
>
[
https://issues.apache.org/jira/browse/GROOVY-11288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-11288:
-
Language: groovy
> Unnecessary bytecode generated after variable assignment
> -
PaintNinja closed pull request #2036: Use `Collections.EMPTY_MAP` in generated
no-arg constructor from `@TupleConstructor`
URL: https://github.com/apache/groovy/pull/2036
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
Eric Milles created GROOVY-11290:
Summary: STC: multiple instanceof checks produce different results
Key: GROOVY-11290
URL: https://issues.apache.org/jira/browse/GROOVY-11290
Project: Groovy
mgroovy created GROOVY-11291:
Summary: Avoid unnecessarily creating closure class files that
already exist on disk
Key: GROOVY-11291
URL: https://issues.apache.org/jira/browse/GROOVY-11291
Project: Groovy
[
https://issues.apache.org/jira/browse/GROOVY-11291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
mgroovy updated GROOVY-11291:
-
Description:
* When rebuiling a Groovy class it often regenerates a large number of class
files that r
[
https://issues.apache.org/jira/browse/GROOVY-11285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808407#comment-17808407
]
Paul King commented on GROOVY-11285:
Yes, we'd do that under a separate ticket to t
[
https://issues.apache.org/jira/browse/GROOVY-11285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King updated GROOVY-11285:
---
Fix Version/s: 4.0.19
> Generated toList() and toMap() methods on records perform unnecessary wrapp
[
https://issues.apache.org/jira/browse/GROOVY-11284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King updated GROOVY-11284:
---
Fix Version/s: 4.0.19
> Generated size() method on records performs unnecessary boxing
> --
25 matches
Mail list logo