[jira] [Commented] (GROOVY-3583) Grape issues

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-3583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168680#comment-15168680 ] Paul King commented on GROOVY-3583: --- What versions of Java and Groovy are you using? Do

[jira] [Commented] (GROOVY-7766) Dollar Slashy String swallows new line

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168793#comment-15168793 ] Paul King commented on GROOVY-7766: --- For all multi-line strings in Groovy, a slash on t

[jira] [Commented] (GROOVY-7766) Dollar Slashy String swallows new line

2016-02-26 Thread dariusan (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168846#comment-15168846 ] dariusan commented on GROOVY-7766: -- Ok I understand but how would I put a backslash righ

[jira] [Commented] (GROOVY-7766) Dollar Slashy String swallows new line

2016-02-26 Thread dariusan (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169078#comment-15169078 ] dariusan commented on GROOVY-7766: -- {code} $/first line \${''} second line /$ {code} th

[jira] [Created] (GROOVY-7769) Allow @Delegate Annotation on a getter

2016-02-26 Thread Pascal Schumacher (JIRA)
Pascal Schumacher created GROOVY-7769: - Summary: Allow @Delegate Annotation on a getter Key: GROOVY-7769 URL: https://issues.apache.org/jira/browse/GROOVY-7769 Project: Groovy Issue Type:

[jira] [Updated] (GROOVY-7769) Allow @Delegate Annotation on a getter

2016-02-26 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated GROOVY-7769: -- Description: See [https://github.com/apache/groovy/pull/265] for details. (was: See [h

[jira] [Created] (GROOVY-7770) StackTraceUtils.deepSanitize will spin indefinitely on circular exceptions

2016-02-26 Thread Kenneth Gendron (JIRA)
Kenneth Gendron created GROOVY-7770: --- Summary: StackTraceUtils.deepSanitize will spin indefinitely on circular exceptions Key: GROOVY-7770 URL: https://issues.apache.org/jira/browse/GROOVY-7770 Proj

[jira] [Commented] (GROOVY-7766) Dollar Slashy String swallows new line

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169898#comment-15169898 ] Paul King commented on GROOVY-7766: --- Yep, what you did (agree it isn't super pretty) or

[jira] [Comment Edited] (GROOVY-7766) Dollar Slashy String swallows new line

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169898#comment-15169898 ] Paul King edited comment on GROOVY-7766 at 2/26/16 9:49 PM: Y

[jira] [Closed] (GROOVY-7766) Dollar Slashy String swallows new line

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-7766. - > Dollar Slashy String swallows new line > -- > > Key: GR

[jira] [Resolved] (GROOVY-7766) Dollar Slashy String swallows new line

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-7766. --- Resolution: Not A Bug > Dollar Slashy String swallows new line >

[jira] [Commented] (GROOVY-7765) Dollar Slashy String in assert not working left hand side

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169914#comment-15169914 ] Paul King commented on GROOVY-7765: --- This is a limitation within the current grammmar f

[jira] [Commented] (GROOVY-7762) Static inner classes not visible to child classes

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15170344#comment-15170344 ] Paul King commented on GROOVY-7762: --- This is actually a naming limitation. There is pro

[jira] [Resolved] (GROOVY-7761) Groovydoc incorrectly rejects dollar signs and mucks up some backslashes during @code tag replacement.

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-7761. --- Resolution: Fixed Fix Version/s: 2.4.7 > Groovydoc incorrectly rejects dollar signs and mucks

[jira] [Commented] (GROOVY-7734) ClassNode tryFindPossibleMethod only defined for TupleExpression

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15170348#comment-15170348 ] Paul King commented on GROOVY-7734: --- It possibly should but I am not sure that method i

[jira] [Updated] (GROOVY-7758) GroovyCastException when both @CompileStatic and @Newify are used

2016-02-26 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7758: -- Component/s: (was: groovy-jdk) Static compilation > GroovyCastException when both