[jira] [Commented] (GROOVY-7975) Use of static final field in an annotation element causes compile errors

2018-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674627#comment-16674627 ] ASF GitHub Bot commented on GROOVY-7975: Github user paulk-asert commented on a diff in the pull

[GitHub] groovy pull request #819: GROOVY-7975/GROOVY-3278/GROOVY-7854: improved acce...

2018-11-04 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/819#discussion_r230627859 --- Diff: src/main/java/org/apache/groovy/ast/tools/ExpressionUtils.java --- @@ -18,20 +18,205 @@ */ package org.apache.groovy.ast.tools;

[jira] [Commented] (GROOVY-7647) Incorrect line information for debug

2018-11-04 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674570#comment-16674570 ] Eric Milles commented on GROOVY-7647: - If I make the following additions to StatementWriter -- a

[jira] [Comment Edited] (GROOVY-4063) Debugger Step Into doesn't work in Groovy-compiled classes when stepping filters are applied

2018-11-04 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674555#comment-16674555 ] Eric Milles edited comment on GROOVY-4063 at 11/4/18 11:29 PM: ---

[jira] [Commented] (GROOVY-4063) Debugger Step Into doesn't work in Groovy-compiled classes when stepping filters are applied

2018-11-04 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-4063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674555#comment-16674555 ] Eric Milles commented on GROOVY-4063: - GROOVY-8472 seems related. Line number information in class

[jira] [Commented] (GROOVY-7647) Incorrect line information for debug

2018-11-04 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674552#comment-16674552 ] Eric Milles commented on GROOVY-7647: - I have seen the same issue for methods that rely on default

[jira] [Commented] (GROOVY-7975) Use of static final field in an annotation element causes compile errors

2018-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674410#comment-16674410 ] ASF GitHub Bot commented on GROOVY-7975: Github user danielsun1106 commented on a diff in the

[GitHub] groovy pull request #819: GROOVY-7975/GROOVY-3278/GROOVY-7854: improved acce...

2018-11-04 Thread danielsun1106
Github user danielsun1106 commented on a diff in the pull request: https://github.com/apache/groovy/pull/819#discussion_r230589376 --- Diff: src/main/java/org/apache/groovy/ast/tools/ExpressionUtils.java --- @@ -18,20 +18,205 @@ */ package org.apache.groovy.ast.tools;

[jira] [Commented] (GROOVY-7975) Use of static final field in an annotation element causes compile errors

2018-11-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674366#comment-16674366 ] ASF GitHub Bot commented on GROOVY-7975: GitHub user paulk-asert opened a pull request:

[GitHub] groovy pull request #819: GROOVY-7975/GROOVY-3278/GROOVY-7854: improved acce...

2018-11-04 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/819 GROOVY-7975/GROOVY-3278/GROOVY-7854: improved accessing of constants … …for annotation attributes You can merge this pull request into a Git repository by running: $ git pull