[jira] [Updated] (GROOVY-9936) Difference between Antlr2 and parrot parsers for variable declaration optimisation

2021-02-10 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9936: -- Description: As an optimisation for parsing, both parsers treat statements like: {code} int var1 Foo

[jira] [Updated] (GROOVY-9936) Difference between Antlr2 and parrot parsers for variable declaration optimisation

2021-02-10 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9936: -- Description: As an optimisation for parsing, both parsers treat statements like: {code} int var1 Foo

[jira] [Updated] (GROOVY-9936) Difference between Antlr2 and parrot parsers for variable declaration optimisation

2021-02-10 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9936: -- Description: As an optimisation for parsing, both parsers treat statements like: {code} int var1 Foo

[jira] [Updated] (GROOVY-9936) Difference between Antlr2 and parrot parsers for variable declaration optimisation

2021-02-10 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-9936: -- Description: As an optimisation for parsing, both parsers treat statements like: {code} int var1 Foo

[jira] [Created] (GROOVY-9936) Difference between Antlr2 and parrot parsers for variable declaration optimisation

2021-02-10 Thread Paul King (Jira)
Paul King created GROOVY-9936: - Summary: Difference between Antlr2 and parrot parsers for variable declaration optimisation Key: GROOVY-9936 URL: https://issues.apache.org/jira/browse/GROOVY-9936

[jira] [Commented] (GROOVY-9931) !instanceof inference does not work

2021-02-10 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17282683#comment-17282683 ] Eric Milles commented on GROOVY-9931: - Duplicate of GROOVY-8412 > !instanceof inference does not

[GitHub] [groovy] eric-milles opened a new pull request #1484: GROOVY-9935: java.lang.Number can accommodate any number type

2021-02-10 Thread GitBox
eric-milles opened a new pull request #1484: URL: https://github.com/apache/groovy/pull/1484 https://issues.apache.org/jira/browse/GROOVY-9935 This is an automated message from the Apache Git Service. To respond to the

[jira] [Assigned] (GROOVY-9935) int reference seems to not use its wrapper class

2021-02-10 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-9935: --- Assignee: Eric Milles > int reference seems to not use its wrapper class >

[jira] [Commented] (GROOVY-9934) Bounded type parameter is not captured by closure

2021-02-10 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17282595#comment-17282595 ] Eric Milles commented on GROOVY-9934: - This has been resolved by one of the recent fixes in Groovy

[jira] [Assigned] (GROOVY-9934) Bounded type parameter is not captured by closure

2021-02-10 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-9934: --- Assignee: Eric Milles > Bounded type parameter is not captured by closure >

[jira] [Created] (GROOVY-9935) int reference seems to not use its wrapper class

2021-02-10 Thread Stefanos Chaliasos (Jira)
Stefanos Chaliasos created GROOVY-9935: -- Summary: int reference seems to not use its wrapper class Key: GROOVY-9935 URL: https://issues.apache.org/jira/browse/GROOVY-9935 Project: Groovy