[jira] [Commented] (GROOVY-7160) NoSuchMethodError for varargs when type parameter extends interface

2016-07-01 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359933#comment-15359933 ] Paul King commented on GROOVY-7160: --- Jesper, do you have a link we can refer to? Might

[jira] [Commented] (GROOVY-7878) Prevent namespaces to be inserted in tags

2016-07-01 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359931#comment-15359931 ] Paul King commented on GROOVY-7878: --- The two XML fragments are technically identical. I

[jira] [Updated] (GROOVY-7878) Prevent namespaces to be inserted in tags

2016-07-01 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7878: -- Priority: Minor (was: Major) > Prevent namespaces to be inserted in tags > ---

[jira] [Created] (GROOVY-7878) Prevent namespaces to be inserted in tags

2016-07-01 Thread Alejandro Godofredo Carlstein Ramos Mejia (JIRA)
Alejandro Godofredo Carlstein Ramos Mejia created GROOVY-7878: - Summary: Prevent namespaces to be inserted in tags Key: GROOVY-7878 URL: https://issues.apache.org/jira/browse/GROOVY-7878

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread tkruse
Github user tkruse commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69297466 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step) {

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread paplorinc
Github user paplorinc commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69295911 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step)

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread tkruse
Github user tkruse commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69295696 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step) {

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread paplorinc
Github user paplorinc commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69293722 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step)

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread tkruse
Github user tkruse commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69290707 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step) {

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread paplorinc
Github user paplorinc commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69283639 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step)

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread tkruse
Github user tkruse commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69281075 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step) {

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread paplorinc
Github user paplorinc commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69280583 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step)

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread tkruse
Github user tkruse commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69279932 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step) {

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread paplorinc
Github user paplorinc commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69275715 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step)

[jira] [Commented] (GROOVY-6854) JsonOutput should be configurable with ISO 8601 UTC time zone instead of GMT

2016-07-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358702#comment-15358702 ] ASF GitHub Bot commented on GROOVY-6854: Github user benignbala closed the pull r

[GitHub] groovy pull request #124: [GROOVY-6854] JsonOutput should be configurable wi...

2016-07-01 Thread benignbala
Github user benignbala closed the pull request at: https://github.com/apache/groovy/pull/124 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] groovy pull request #360: Changed the `Range`'s `step` to `Number` instead o...

2016-07-01 Thread tkruse
Github user tkruse commented on a diff in the pull request: https://github.com/apache/groovy/pull/360#discussion_r69260216 --- Diff: src/main/groovy/lang/ObjectRange.java --- @@ -488,37 +500,61 @@ public void remove() { @Override public List step(int step) {