[jira] [Created] (GROOVY-9364) @Sortable not working correctly when applied to both current and super class

2020-01-15 Thread Matthias Fuchs (Jira)
Matthias Fuchs created GROOVY-9364: -- Summary: @Sortable not working correctly when applied to both current and super class Key: GROOVY-9364 URL: https://issues.apache.org/jira/browse/GROOVY-9364 Proj

[GitHub] [groovy] blindpirate opened a new pull request #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range)

2020-01-15 Thread GitBox
blindpirate opened a new pull request #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range) URL: https://github.com/apache/groovy/pull/1140 Previously, when a exclusive NumberRange constructed from non-int type (e.g. long) is used in List.getA

[jira] [Commented] (GROOVY-9364) @Sortable not working correctly when applied to both current and super class

2020-01-15 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016380#comment-17016380 ] Paul King commented on GROOVY-9364: --- Something does look strange. I'd probably get rid

[GitHub] [groovy] danielsun1106 merged pull request #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range)

2020-01-15 Thread GitBox
danielsun1106 merged pull request #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range) URL: https://github.com/apache/groovy/pull/1140 This is an automated message from the Apache

[GitHub] [groovy] danielsun1106 commented on issue #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range)

2020-01-15 Thread GitBox
danielsun1106 commented on issue #1140: GROOVY-8966 Exclusive NumberRange is converted to inclusive when used by List.getAt(range) URL: https://github.com/apache/groovy/pull/1140#issuecomment-574914929 Merged. Thanks. This is

[jira] [Updated] (GROOVY-9362) Bump asm to 7.3.1

2020-01-15 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9362: --- Fix Version/s: (was: 3.0.0) 3.0.0-rc-4 > Bump asm to 7.3.1 >

[jira] [Updated] (GROOVY-8966) Exclusive NumberRange is converted to inclusive when used by List.getAt(range).

2020-01-15 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-8966: --- Fix Version/s: (was: 3.0.0) 3.0.0-rc-4 > Exclusive NumberRange is converted t

[jira] [Resolved] (GROOVY-8966) Exclusive NumberRange is converted to inclusive when used by List.getAt(range).

2020-01-15 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-8966. Fix Version/s: 3.0.0 Assignee: Daniel Sun Resolution: Fixed The proposed PR was me

[jira] [Created] (GROOVY-9365) Implement JavaShell to run Java code

2020-01-15 Thread Daniel Sun (Jira)
Daniel Sun created GROOVY-9365: -- Summary: Implement JavaShell to run Java code Key: GROOVY-9365 URL: https://issues.apache.org/jira/browse/GROOVY-9365 Project: Groovy Issue Type: New Feature

[GitHub] [groovy] blindpirate opened a new pull request #1141: Refine some code

2020-01-15 Thread GitBox
blindpirate opened a new pull request #1141: Refine some code URL: https://github.com/apache/groovy/pull/1141 Found some bad code when running analysis. This is an automated message from the Apache Git Service. To respond to t

[GitHub] [groovy] blindpirate opened a new pull request #1142: Update gradle wrapper to 6.1

2020-01-15 Thread GitBox
blindpirate opened a new pull request #1142: Update gradle wrapper to 6.1 URL: https://github.com/apache/groovy/pull/1142 Let's see if it breaks anything on CI. This is an automated message from the Apache Git Service. To resp

[GitHub] [groovy] blindpirate commented on a change in pull request #1141: Refine some code

2020-01-15 Thread GitBox
blindpirate commented on a change in pull request #1141: Refine some code URL: https://github.com/apache/groovy/pull/1141#discussion_r367206200 ## File path: src/main/java/org/apache/groovy/ast/tools/ExpressionUtils.java ## @@ -74,7 +74,7 @@ public static ConstantExpression

[GitHub] [groovy] danielsun1106 commented on a change in pull request #1141: Refine some code

2020-01-15 Thread GitBox
danielsun1106 commented on a change in pull request #1141: Refine some code URL: https://github.com/apache/groovy/pull/1141#discussion_r367206102 ## File path: src/main/java/org/apache/groovy/ast/tools/ExpressionUtils.java ## @@ -74,7 +74,7 @@ public static ConstantExpressi

[jira] [Comment Edited] (GROOVY-9364) @Sortable not working correctly when applied to both current and super class

2020-01-15 Thread Matthias Fuchs (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016583#comment-17016583 ] Matthias Fuchs edited comment on GROOVY-9364 at 1/16/20 6:25 AM: -

[jira] [Commented] (GROOVY-9364) @Sortable not working correctly when applied to both current and super class

2020-01-15 Thread Matthias Fuchs (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016583#comment-17016583 ] Matthias Fuchs commented on GROOVY-9364: I added It because we have a compiler c

[GitHub] [groovy] danielsun1106 opened a new pull request #1143: GROOVY-9365: Implement JavaShell to run Java code

2020-01-15 Thread GitBox
danielsun1106 opened a new pull request #1143: GROOVY-9365: Implement JavaShell to run Java code URL: https://github.com/apache/groovy/pull/1143 This is an automated message from the Apache Git Service. To respond to the mes