[jira] [Updated] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7428: -- Attachment: groovy7428_precedence.patch possible patch - still needs tests Change precedence

[jira] [Resolved] (GROOVY-7427) TupleConstructor should allow a mechanism to switch off automatic parameter defaults

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-7427. --- Resolution: Fixed Fix Version/s: 2.5.0-beta-1 TupleConstructor should allow a mechanism to

[jira] [Commented] (GROOVY-7078) make @Immutable play nice with constructor injection

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14547672#comment-14547672 ] Paul King commented on GROOVY-7078: --- I made a separate issue for the PR577 proposed

[jira] [Created] (GROOVY-7427) TupleConstructor should allow a mechanism to switch off automatic parameter defaults

2015-05-18 Thread Paul King (JIRA)
Paul King created GROOVY-7427: - Summary: TupleConstructor should allow a mechanism to switch off automatic parameter defaults Key: GROOVY-7427 URL: https://issues.apache.org/jira/browse/GROOVY-7427

[jira] [Resolved] (GROOVY-7381) Setters with non-void return type fail at runtime when statically compiled

2015-05-18 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-7381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cédric Champeau resolved GROOVY-7381. - Resolution: Fixed Fix Version/s: 2.4.4 Assignee: Cédric Champeau

[jira] [Updated] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7428: -- Attachment: (was: groovy7428_precedence.patch) Change precedence priority of ** compared to

[GitHub] incubator-groovy pull request: GROOVY-7428: Change precedence prio...

2015-05-18 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/incubator-groovy/pull/18 GROOVY-7428: Change precedence priority of ** compared to pre/post in… …c/dec and unary plus/minus You can merge this pull request into a Git repository by running: $ git pull

[2/5] incubator-groovy git commit: Converted CliBuilder to the new commons-cli 1.3 api: replaced OptionBuilder, deprecated in 1.3, with Option.builder

2015-05-18 Thread paulk
Converted CliBuilder to the new commons-cli 1.3 api: replaced OptionBuilder, deprecated in 1.3, with Option.builder Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/fac9d943 Tree:

[1/5] incubator-groovy git commit: Converted code using OptionBuilder, deprecated in commons-cli 1.3, to use Option.builder. Removed the synchronized modifier from buildOptions(): it is no more needed

2015-05-18 Thread paulk
Repository: incubator-groovy Updated Branches: refs/heads/master 149534c3d - 5d36cef26 Converted code using OptionBuilder, deprecated in commons-cli 1.3, to use Option.builder. Removed the synchronized modifier from buildOptions(): it is no more needed with the new commons-cli 1.3 api.

[GitHub] incubator-groovy pull request: Upgrade to commons-cli 1.3: from Op...

2015-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-groovy/pull/11 --- 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

[5/5] incubator-groovy git commit: GROOVY-7429: CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder() (Closes #11)

2015-05-18 Thread paulk
GROOVY-7429: CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder() (Closes #11) Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/5d36cef2 Tree:

[jira] [Commented] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class

2015-05-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14549816#comment-14549816 ] ASF GitHub Bot commented on GROOVY-7425: Github user asfgit closed the pull

incubator-groovy git commit: GROOVY-7425: Add 'getBytes(Map parameters)' method to the URL class (Closes #16)

2015-05-18 Thread paulk
Repository: incubator-groovy Updated Branches: refs/heads/master 842726e62 - a53bf0116 GROOVY-7425: Add 'getBytes(Map parameters)' method to the URL class (Closes #16) Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit:

[GitHub] incubator-groovy pull request: GROOVY-7425: Adding 'getBytes(Map p...

2015-05-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-groovy/pull/16 --- 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

[3/5] incubator-groovy git commit: Converted FileSystemCompiler to the new commons-cli 1.3 api: replaced OptionBuilder, deprecated in 1.3, with Option.builder

2015-05-18 Thread paulk
Converted FileSystemCompiler to the new commons-cli 1.3 api: replaced OptionBuilder, deprecated in 1.3, with Option.builder Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/e78b2922 Tree:

[jira] [Updated] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder()

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7429: -- Description: This is an addendum to GROOVY-5282 which migrates OptionBuilder to Option.builder() to

[jira] [Updated] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder()

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7429: -- Summary: CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder()

[jira] [Updated] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder())

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7429: -- Description: This is an addendum to GROOVY-5282 which migrates OptionBuilder to Option.builder()

[jira] [Created] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder())

2015-05-18 Thread Paul King (JIRA)
Paul King created GROOVY-7429: - Summary: CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder()) Key: GROOVY-7429 URL: https://issues.apache.org/jira/browse/GROOVY-7429

[jira] [Resolved] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder()

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-7429. --- Resolution: Fixed CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to

[1/3] incubator-groovy git commit: GROOVY-7425: Adding 'getBytes(Map parameters)' method to the URL class

2015-05-18 Thread paulk
Repository: incubator-groovy Updated Branches: refs/heads/master 5d36cef26 - 842726e62 GROOVY-7425: Adding 'getBytes(Map parameters)' method to the URL class Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit:

[3/3] incubator-groovy git commit: GROOVY-7425: Changing license header to match updated text

2015-05-18 Thread paulk
GROOVY-7425: Changing license header to match updated text Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/842726e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/842726e6 Diff:

[2/3] incubator-groovy git commit: GROOVY-7425: Addressing code review comments by paulk-asert

2015-05-18 Thread paulk
GROOVY-7425: Addressing code review comments by paulk-asert Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/9a7c3205 Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/9a7c3205 Diff:

[jira] [Commented] (GROOVY-7377) Interpolated variable followed by asterisk in slashy-string causes compiler error

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14547858#comment-14547858 ] Paul King commented on GROOVY-7377: --- Another interesting snippet from here:

[jira] [Created] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus

2015-05-18 Thread Paul King (JIRA)
Paul King created GROOVY-7428: - Summary: Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus Key: GROOVY-7428 URL: https://issues.apache.org/jira/browse/GROOVY-7428

incubator-groovy git commit: GROOVY-7427: TupleConstructor should allow a mechanism to switch off automatic parameter defaults

2015-05-18 Thread paulk
Repository: incubator-groovy Updated Branches: refs/heads/master 6d81d3e2f - 02f918286 GROOVY-7427: TupleConstructor should allow a mechanism to switch off automatic parameter defaults Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo Commit:

[jira] [Updated] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus

2015-05-18 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7428: -- Labels: breaking (was: ) Change precedence priority of ** compared to pre/post inc/dec and unary