[jira] [Updated] (GROOVY-8288) [Sql] withBatch fails when batchSize == number of addBatch call

2017-08-14 Thread Antoine Kapps (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Kapps updated GROOVY-8288: -- Description: {{Sql.withBatch(batchSize, ..)}} calls {{delegate.executeBatch()}} both when batc

[jira] [Commented] (GROOVY-8278) Groovysh: unable to resolve previously declared classes with interpreterMode=true

2017-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126816#comment-16126816 ] Øyvind Stegard commented on GROOVY-8278: Good to know it has already been fixed.

[jira] [Updated] (GROOVY-8279) Adapt the groovysh with the new parser Parrot

2017-08-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8279: -- Description: Some things that need to be fixed: * {{InfixKeywordSyntaxCompletor}} doesn't know about {{

[jira] [Commented] (GROOVY-8279) Adapt the groovysh with the new parser Parrot

2017-08-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126809#comment-16126809 ] Paul King commented on GROOVY-8279: --- Started fleshing out some of the known issues in t

[jira] [Commented] (GROOVY-8278) Groovysh: unable to resolve previously declared classes with interpreterMode=true

2017-08-14 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126718#comment-16126718 ] John Wagenleitner commented on GROOVY-8278: --- Looks like this is fixed in 2.5.0

[jira] [Commented] (GROOVY-8287) Casting a Matcher to Boolean changes behaviour between 2.3.7 and 2.4.12 (or maybe it's the precedence of a cast changing?)

2017-08-14 Thread Matt Sheppard (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126474#comment-16126474 ] Matt Sheppard commented on GROOVY-8287: --- Ah, ok, thanks for the pointer. > Casting

[jira] [Commented] (GROOVY-8213) Closures are maybe not Threadsafe

2017-08-14 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126369#comment-16126369 ] Jochen Theodorou commented on GROOVY-8213: -- I agree. If Thread T1 creates and in

[jira] [Created] (GROOVY-8288) [Sql] withBatch fails when batchSize == number of addBatch call

2017-08-14 Thread Antoine Kapps (JIRA)
Antoine Kapps created GROOVY-8288: - Summary: [Sql] withBatch fails when batchSize == number of addBatch call Key: GROOVY-8288 URL: https://issues.apache.org/jira/browse/GROOVY-8288 Project: Groovy

[GitHub] groovy pull request #585: [Sql] Factorizes batchCount incrementation and thu...

2017-08-14 Thread akapps
GitHub user akapps opened a pull request: https://github.com/apache/groovy/pull/585 [Sql] Factorizes batchCount incrementation and thus executeBatch() execution Code duplication. We could restrain "batchCount" and "batchSize" visibility, but this would be a possible API bre

[jira] [Updated] (GROOVY-8278) Groovysh: unable to resolve previously declared classes with interpreterMode=true

2017-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øyvind Stegard updated GROOVY-8278: --- Description: Classes declared in a Groovysh session cannot be used properly later on when us

[jira] [Updated] (GROOVY-8278) Groovysh: unable to resolve previously declared classes with interpreterMode=true

2017-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øyvind Stegard updated GROOVY-8278: --- Description: Classes declared in a Groovysh session cannot be used properly later on when us

[jira] [Updated] (GROOVY-8278) Groovysh: unable to resolve previously declared classes with interpreterMode=true

2017-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Øyvind Stegard updated GROOVY-8278: --- Summary: Groovysh: unable to resolve previously declared classes with interpreterMode=true (

[jira] [Commented] (GROOVY-8278) Groovysh: unable to resolve previously declared classes

2017-08-14 Thread JIRA
[ https://issues.apache.org/jira/browse/GROOVY-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16125483#comment-16125483 ] Øyvind Stegard commented on GROOVY-8278: It looks like the problem only occurs wi

[jira] [Closed] (GROOVY-8287) Casting a Matcher to Boolean changes behaviour between 2.3.7 and 2.4.12 (or maybe it's the precedence of a cast changing?)

2017-08-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King closed GROOVY-8287. - Resolution: Not A Bug > Casting a Matcher to Boolean changes behaviour between 2.3.7 and 2.4.12 (or > ma

[jira] [Comment Edited] (GROOVY-8287) Casting a Matcher to Boolean changes behaviour between 2.3.7 and 2.4.12 (or maybe it's the precedence of a cast changing?)

2017-08-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16125478#comment-16125478 ] Paul King edited comment on GROOVY-8287 at 8/14/17 9:55 AM: Y

[jira] [Commented] (GROOVY-8287) Casting a Matcher to Boolean changes behaviour between 2.3.7 and 2.4.12 (or maybe it's the precedence of a cast changing?)

2017-08-14 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16125478#comment-16125478 ] Paul King commented on GROOVY-8287: --- Yes, the new behavior is expected. See GROOVY-5185

[jira] [Updated] (GROOVY-8287) Casting a Matcher to Boolean changes behaviour between 2.3.7 and 2.4.12 (or maybe it's the precedence of a cast changing?)

2017-08-14 Thread Matt Sheppard (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sheppard updated GROOVY-8287: -- Summary: Casting a Matcher to Boolean changes behaviour between 2.3.7 and 2.4.12 (or maybe it's

[jira] [Commented] (GROOVY-8287) Casting a Matcher to Boolean changes behaviour between 2.3.7 and 2.4.12

2017-08-14 Thread Matt Sheppard (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16125317#comment-16125317 ] Matt Sheppard commented on GROOVY-8287: --- Oh, maybe it's actually a change in the pr