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

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

[GitHub] groovy pull request #830: GROOVY-7647: Incorrect line information for debug

2018-11-22 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/830 GROOVY-7647: Incorrect line information for debug You can merge this pull request into a Git repository by running: $ git pull https://github.com/paulk-asert/groovy groovy7647

[jira] [Commented] (GROOVY-8882) CS: Loop over elements of String has different element type

2018-11-22 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16696274#comment-16696274 ] Paul King commented on GROOVY-8882: --- For consistency, I think the proposed change is the only one we

[jira] [Commented] (GROOVY-8863) Groovy compiler doesn't generate InnerClasses attribute for nested class names mentioned in the class file

2018-11-22 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16696259#comment-16696259 ] Paul King commented on GROOVY-8863: --- I had a quick look at this. I did a quick spike to see if we

[jira] [Commented] (GROOVY-8899) Add DGSM `first` and `last`

2018-11-22 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16696109#comment-16696109 ] Jochen Theodorou commented on GROOVY-8899: -- I am wondering though... why not just Stream.of(2,

[jira] [Commented] (GROOVY-8897) Methods generated for Groovy properties do not carry over annotations

2018-11-22 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16696089#comment-16696089 ] Eric Milles commented on GROOVY-8897: - I tried this as an experiment in {{Verifier.visitProperty}}

[GitHub] groovy pull request #829: GROOVY-8900: Make class `Tuple0`, `Tuple1`...`Tupl...

2018-11-22 Thread danielsun1106
GitHub user danielsun1106 opened a pull request: https://github.com/apache/groovy/pull/829 GROOVY-8900: Make class `Tuple0`, `Tuple1`...`Tuple16` final You can merge this pull request into a Git repository by running: $ git pull https://github.com/danielsun1106/groovy

[jira] [Commented] (GROOVY-8900) Make class `Tuple0`, `Tuple1`...`Tuple16` final

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

[jira] [Created] (GROOVY-8900) Make class `Tuple0`, `Tuple1`...`Tuple16` final

2018-11-22 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8900: -- Summary: Make class `Tuple0`, `Tuple1`...`Tuple16` final Key: GROOVY-8900 URL: https://issues.apache.org/jira/browse/GROOVY-8900 Project: Groovy Issue Type:

[jira] [Commented] (GROOVY-8899) Add DGSM `first` and `last`

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

[GitHub] groovy pull request #828: GROOVY-8899: Add DGSM `first` and `last`

2018-11-22 Thread danielsun1106
GitHub user danielsun1106 opened a pull request: https://github.com/apache/groovy/pull/828 GROOVY-8899: Add DGSM `first` and `last` You can merge this pull request into a Git repository by running: $ git pull https://github.com/danielsun1106/groovy enhance-collectors

[jira] [Created] (GROOVY-8899) Add DGSM `first` and `last`

2018-11-22 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8899: -- Summary: Add DGSM `first` and `last` Key: GROOVY-8899 URL: https://issues.apache.org/jira/browse/GROOVY-8899 Project: Groovy Issue Type: Improvement

[jira] [Commented] (GROOVY-8897) Methods generated for Groovy properties do not carry over annotations

2018-11-22 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16696033#comment-16696033 ] Eric Milles commented on GROOVY-8897: - {code:groovy} import

[jira] [Commented] (GROOVY-8834) Making "public" - BinaryExpression.leftExpression and similar fields

2018-11-22 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16695937#comment-16695937 ] Eric Milles commented on GROOVY-8834: - The general approach to AST mutation is to implement the

[jira] [Commented] (GROOVY-8882) CS: Loop over elements of String has different element type

2018-11-22 Thread Eric Milles (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16695932#comment-16695932 ] Eric Milles commented on GROOVY-8882: - Is it possible to have dynamic groovy match the CS choice? I

[jira] [Created] (GROOVY-8898) Annotation value cannot take inline constant from enum.

2018-11-22 Thread Samotsvet Dmitrii (JIRA)
Samotsvet Dmitrii created GROOVY-8898: - Summary: Annotation value cannot take inline constant from enum. Key: GROOVY-8898 URL: https://issues.apache.org/jira/browse/GROOVY-8898 Project: Groovy