[GitHub] [groovy] eric-milles commented on a change in pull request #1498: GROOVY-9951: set implicit-this to false for method call expressions

2021-02-24 Thread GitBox
eric-milles commented on a change in pull request #1498: URL: https://github.com/apache/groovy/pull/1498#discussion_r582008673 ## File path: src/test/groovy/transform/stc/BugsSTCTest.groovy ## @@ -938,4 +938,22 @@ Printer } ''' } + +//

[GitHub] [groovy] paulk-asert commented on pull request #1497: Bumps Micronaut version to 2.3.x for joint validation workflow

2021-02-24 Thread GitBox
paulk-asert commented on pull request #1497: URL: https://github.com/apache/groovy/pull/1497#issuecomment-784999173 Merged, thanks! This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [groovy] PatrikTorn opened a new pull request #1500: Groovy 7968

2021-02-24 Thread GitBox
PatrikTorn opened a new pull request #1500: URL: https://github.com/apache/groovy/pull/1500 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [groovy] VirtualSatai opened a new pull request #1499: Fix typo in 'max' docstring

2021-02-24 Thread GitBox
VirtualSatai opened a new pull request #1499: URL: https://github.com/apache/groovy/pull/1499 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [groovy] danielsun1106 commented on a change in pull request #1498: GROOVY-9951: set implicit-this to false for method call expressions

2021-02-24 Thread GitBox
danielsun1106 commented on a change in pull request #1498: URL: https://github.com/apache/groovy/pull/1498#discussion_r581914429 ## File path: src/test/groovy/transform/stc/BugsSTCTest.groovy ## @@ -938,4 +938,22 @@ Printer } ''' } + +//

[jira] [Created] (GROOVY-9953) Type from flow typing is not propagated in variable assignments

2021-02-24 Thread Stefanos Chaliasos (Jira)
Stefanos Chaliasos created GROOVY-9953: -- Summary: Type from flow typing is not propagated in variable assignments Key: GROOVY-9953 URL: https://issues.apache.org/jira/browse/GROOVY-9953 Project:

[GitHub] [groovy] danielsun1106 commented on a change in pull request #1498: GROOVY-9951: set implicit-this to false for method call expressions

2021-02-24 Thread GitBox
danielsun1106 commented on a change in pull request #1498: URL: https://github.com/apache/groovy/pull/1498#discussion_r582177312 ## File path: src/test/groovy/transform/stc/BugsSTCTest.groovy ## @@ -938,4 +938,22 @@ Printer } ''' } + +//

[GitHub] [groovy] eric-milles opened a new pull request #1501: GROOVY-9953: lookup instanceof type for variable on right of binary expression

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

[jira] [Assigned] (GROOVY-9953) Type from flow typing is not propagated in variable assignments

2021-02-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-9953: --- Assignee: Eric Milles > Type from flow typing is not propagated in variable assignments >

[jira] [Commented] (GROOVY-9952) STC does not correctly type check variable whose type is a type variable

2021-02-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17290503#comment-17290503 ] Eric Milles commented on GROOVY-9952: - Is is the check here where "left" is "T -> Object" and

[jira] [Comment Edited] (GROOVY-9952) STC does not correctly type check variable whose type is a type variable

2021-02-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17290503#comment-17290503 ] Eric Milles edited comment on GROOVY-9952 at 2/24/21, 10:29 PM: It is

[jira] [Comment Edited] (GROOVY-9952) STC does not correctly type check variable whose type is a type variable

2021-02-24 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17290503#comment-17290503 ] Eric Milles edited comment on GROOVY-9952 at 2/24/21, 10:30 PM: It is

[jira] [Created] (GROOVY-9954) JsonSlurper LAX parser skips the first character after comments

2021-02-24 Thread Yuki Kawata (Jira)
Yuki Kawata created GROOVY-9954: --- Summary: JsonSlurper LAX parser skips the first character after comments Key: GROOVY-9954 URL: https://issues.apache.org/jira/browse/GROOVY-9954 Project: Groovy

[GitHub] [groovy] kawatea opened a new pull request #1502: GROOVY-9954: Stop incrementing index after comments to avoid skipping…

2021-02-24 Thread GitBox
kawatea opened a new pull request #1502: URL: https://github.com/apache/groovy/pull/1502 https://issues.apache.org/jira/browse/GROOVY-9954 Stopped incrementing index in handleComment() and handleBashComment(). These are called in three places. In decodeJsonObjectLax(), the

[jira] [Commented] (GROOVY-9954) JsonSlurper LAX parser skips the first character after comments

2021-02-24 Thread Yuki Kawata (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17290680#comment-17290680 ] Yuki Kawata commented on GROOVY-9954: - Pull request: https://github.com/apache/groovy/pull/1502 >