[GitHub] groovy pull request #436: GROOVY-7952: Property expressions for extension me...

2016-10-05 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/436#discussion_r82111762 --- Diff: src/main/org/codehaus/groovy/classgen/asm/sc/StaticTypesCallSiteWriter.java --- @@ -158,19 +158,24 @@ public void makeGetPropertySite(Expression

[jira] [Commented] (GROOVY-7952) Property expressions for extension methods starting with 'is' fail STC

2016-10-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550742#comment-15550742 ] ASF GitHub Bot commented on GROOVY-7952: Github user paulk-asert commented on a d

[jira] [Updated] (GROOVY-7952) Property expressions for extension methods starting with 'is' fail STC

2016-10-05 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha updated GROOVY-7952: --- Fix Version/s: (was: 2.5.0-beta-1) 2.4.8 > Property expressions for extension

[jira] [Resolved] (GROOVY-7952) Property expressions for extension methods starting with 'is' fail STC

2016-10-05 Thread Shil Sinha (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shil Sinha resolved GROOVY-7952. Resolution: Fixed Fix Version/s: 2.5.0-beta-1 > Property expressions for extension methods s

[jira] [Commented] (GROOVY-7952) Property expressions for extension methods starting with 'is' fail STC

2016-10-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550696#comment-15550696 ] ASF GitHub Bot commented on GROOVY-7952: Github user asfgit closed the pull reque

[GitHub] groovy pull request #436: GROOVY-7952: Property expressions for extension me...

2016-10-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/436 --- 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 enab

[jira] [Comment Edited] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException

2016-10-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550276#comment-15550276 ] Paul King edited comment on GROOVY-7960 at 10/5/16 11:26 PM: -

[jira] [Commented] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException

2016-10-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550276#comment-15550276 ] Paul King commented on GROOVY-7960: --- I am happy for this change, but for completeness I

[jira] [Updated] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException

2016-10-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7960: -- Labels: breaking (was: ) > IntRange iterator returns null instead of NoSuchElementException >

[jira] [Comment Edited] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for

2016-10-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550205#comment-15550205 ] Paul King edited comment on GROOVY-7958 at 10/5/16 11:05 PM: -

[jira] [Resolved] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for

2016-10-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-7958. --- Resolution: Fixed Fix Version/s: 2.4.8 Proposed PR merged > Incorrect parsing of comma-separa

[jira] [Commented] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for

2016-10-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550230#comment-15550230 ] ASF GitHub Bot commented on GROOVY-7958: Github user asfgit closed the pull reque

[GitHub] groovy pull request #437: GROOVY-7958: Incorrect parsing of comma-separated ...

2016-10-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/437 --- 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 enab

[jira] [Commented] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for

2016-10-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15550205#comment-15550205 ] ASF GitHub Bot commented on GROOVY-7958: Github user paulk-asert commented on a d

[GitHub] groovy pull request #437: GROOVY-7958: Incorrect parsing of comma-separated ...

2016-10-05 Thread paulk-asert
Github user paulk-asert commented on a diff in the pull request: https://github.com/apache/groovy/pull/437#discussion_r82088116 --- Diff: src/test/groovy/bugs/Groovy7958Bug.groovy --- @@ -0,0 +1,31 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[jira] [Updated] (GROOVY-7962) ObjectRange should throw an Exception intead of return null

2016-10-05 Thread John Tompkins (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Tompkins updated GROOVY-7962: -- Description: At the end of an ObjectRange, calling next() will return null. Correct behavior wo

[jira] [Created] (GROOVY-7962) ObjectRange should throw an Exception intead of return null

2016-10-05 Thread John Tompkins (JIRA)
John Tompkins created GROOVY-7962: - Summary: ObjectRange should throw an Exception intead of return null Key: GROOVY-7962 URL: https://issues.apache.org/jira/browse/GROOVY-7962 Project: Groovy

[jira] [Updated] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException

2016-10-05 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner updated GROOVY-7960: -- Description: Calling {{next()}} on an {{IntRange}} iterator returns {{null}} when {{ha

[jira] [Created] (GROOVY-7961) ObjectRange iterator returns null instead of NoSuchElementException

2016-10-05 Thread John Wagenleitner (JIRA)
John Wagenleitner created GROOVY-7961: - Summary: ObjectRange iterator returns null instead of NoSuchElementException Key: GROOVY-7961 URL: https://issues.apache.org/jira/browse/GROOVY-7961 Project

[jira] [Created] (GROOVY-7960) IntRange iterator returns null instead of NoSuchElementException

2016-10-05 Thread John Wagenleitner (JIRA)
John Wagenleitner created GROOVY-7960: - Summary: IntRange iterator returns null instead of NoSuchElementException Key: GROOVY-7960 URL: https://issues.apache.org/jira/browse/GROOVY-7960 Project: G

[jira] [Commented] (GROOVY-7948) tab completion for static imports in groovysh does not work

2016-10-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15549618#comment-15549618 ] ASF GitHub Bot commented on GROOVY-7948: GitHub user heenenee opened a pull reque

[GitHub] groovy pull request #438: GROOVY-7948: fix completion of static imports in g...

2016-10-05 Thread heenenee
GitHub user heenenee opened a pull request: https://github.com/apache/groovy/pull/438 GROOVY-7948: fix completion of static imports in groovysh Fixed completion of static imports; updated unit tests; did some refactorings in ImportsSyntaxCompletor; added comment explaining how impor

[jira] [Commented] (GROOVY-7959) ResourceBundle.getBundle(String, Locale) fails inside Groovy constructor (MissingResourceException)

2016-10-05 Thread Jonas Havers (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548706#comment-15548706 ] Jonas Havers commented on GROOVY-7959: -- Alright. Thank you, [~blackdrag]! > Resourc

[jira] [Resolved] (GROOVY-7541) GroovyBugError in TypeTransformer.addTransformer

2016-10-05 Thread Dan Nimick (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Nimick resolved GROOVY-7541. Resolution: Works for Me Fix Version/s: 2.4.7 > GroovyBugError in TypeTransformer.addTransfo

[jira] [Commented] (GROOVY-7541) GroovyBugError in TypeTransformer.addTransformer

2016-10-05 Thread Dan Nimick (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548647#comment-15548647 ] Dan Nimick commented on GROOVY-7541: Looks like this has resolved itself either by ot

[jira] [Resolved] (GROOVY-7959) ResourceBundle.getBundle(String, Locale) fails inside Groovy constructor (MissingResourceException)

2016-10-05 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jochen Theodorou resolved GROOVY-7959. -- Resolution: Won't Fix Assignee: Jochen Theodorou The problem is that the place of

[jira] [Commented] (GROOVY-7954) Equal Operator for Classes implementing Comparable not Working on Interfaces

2016-10-05 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548410#comment-15548410 ] Paul King commented on GROOVY-7954: --- Do you have a self-contained example illustrating

[jira] [Created] (GROOVY-7959) ResourceBundle.getBundle(String, Locale) fails inside Groovy constructor (MissingResourceException)

2016-10-05 Thread Jonas Havers (JIRA)
Jonas Havers created GROOVY-7959: Summary: ResourceBundle.getBundle(String, Locale) fails inside Groovy constructor (MissingResourceException) Key: GROOVY-7959 URL: https://issues.apache.org/jira/browse/GROOVY-795

[jira] [Commented] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for

2016-10-05 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15548025#comment-15548025 ] ASF GitHub Bot commented on GROOVY-7958: GitHub user paulk-asert opened a pull re

[GitHub] groovy pull request #437: GROOVY-7958: Incorrect parsing of comma-separated ...

2016-10-05 Thread paulk-asert
GitHub user paulk-asert opened a pull request: https://github.com/apache/groovy/pull/437 GROOVY-7958: Incorrect parsing of comma-separated variable declaratio… …n as single statement after if/while/for You can merge this pull request into a Git repository by running: $ git

[jira] [Created] (GROOVY-7958) Incorrect parsing of comma-separated variable declaration as single statement after if/while/for

2016-10-05 Thread Paul King (JIRA)
Paul King created GROOVY-7958: - Summary: Incorrect parsing of comma-separated variable declaration as single statement after if/while/for Key: GROOVY-7958 URL: https://issues.apache.org/jira/browse/GROOVY-7958