[jira] [Commented] (GROOVY-8860) Use of @Grab to get spock-core library v1.2 for groovy v2.5 causes an exception

2018-10-28 Thread Venkatesh-Prasad Ranganath (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1515#comment-1515 ] Venkatesh-Prasad Ranganath commented on GROOVY-8860: This was not the case with

[jira] [Updated] (GROOVY-8860) Use of @Grab to get spock-core library v1.2 for groovy v2.5 causes an exception

2018-10-28 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8860: -- Description: The use of @Grapes/@Grab to get spock-core libraries v1.2 for Groovy v2.5 causes an

[jira] [Commented] (GROOVY-8860) Use of @Grab to get spock-core library v1.2 for groovy v2.5 causes an exception

2018-10-28 Thread Venkatesh-Prasad Ranganath (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1624#comment-1624 ] Venkatesh-Prasad Ranganath commented on GROOVY-8860: Adding "transitive=false" to

[jira] [Commented] (GROOVY-8860) Use of @Grab to get spock-core library v1.2 for groovy v2.5 causes an exception

2018-10-28 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1603#comment-1603 ] Paul King commented on GROOVY-8860: --- You could get the same behavior with earlier versions of Spock

[jira] [Closed] (GROOVY-8862) Bump asm to 7.0

2018-10-28 Thread Daniel Sun (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun closed GROOVY-8862. -- Resolution: Fixed Fixed by 

[GitHub] groovy pull request #:

2018-10-28 Thread danielsun1106
Github user danielsun1106 commented on the pull request: https://github.com/apache/groovy/commit/3341dcd9a4f151b71b90ceb0be59fcdca403c300#commitcomment-31075542 e.g. GroovyShell evaluates same script with different file names, which results in loading classes repeatedly and the

[GitHub] groovy pull request #817: GROOVY-8861: Simplify the switch for runtime groov...

2018-10-28 Thread danielsun1106
GitHub user danielsun1106 opened a pull request: https://github.com/apache/groovy/pull/817 GROOVY-8861: Simplify the switch for runtime groovydoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/danielsun1106/groovy

[jira] [Commented] (GROOVY-8861) Simplify the switch for runtime groovydoc

2018-10-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1350#comment-1350 ] ASF GitHub Bot commented on GROOVY-8861: GitHub user danielsun1106 opened a pull request:

[jira] [Created] (GROOVY-8862) Bump asm to 7.0

2018-10-28 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8862: -- Summary: Bump asm to 7.0 Key: GROOVY-8862 URL: https://issues.apache.org/jira/browse/GROOVY-8862 Project: Groovy Issue Type: Dependency upgrade

[GitHub] groovy pull request #:

2018-10-28 Thread pditommaso
Github user pditommaso commented on the pull request: https://github.com/apache/groovy/commit/3341dcd9a4f151b71b90ceb0be59fcdca403c300#commitcomment-31075266 Out of curiosity, what's the benefit of caching classes using as key the source hash code instead of the class name? ---

[GitHub] groovy pull request #:

2018-10-28 Thread danielsun1106
Github user danielsun1106 commented on the pull request: https://github.com/apache/groovy/commit/3341dcd9a4f151b71b90ceb0be59fcdca403c300#commitcomment-31075653 No one can assure Groovy users will not create GroovyCodeSource instances with different names for the same source code.

[GitHub] groovy pull request #:

2018-10-28 Thread pditommaso
Github user pditommaso commented on the pull request: https://github.com/apache/groovy/commit/3341dcd9a4f151b71b90ceb0be59fcdca403c300#commitcomment-31075820 👍 ---

[jira] [Commented] (GROOVY-8860) Use of @Grab to get spock-core library v1.2 for groovy v2.5 causes an exception

2018-10-28 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1375#comment-1375 ] Paul King commented on GROOVY-8860: --- Spock includes groovy as a dependency, so you'll get 2.5.2 as

[jira] [Created] (GROOVY-8861) Simplify the switch for runtime groovydoc

2018-10-28 Thread Daniel Sun (JIRA)
Daniel Sun created GROOVY-8861: -- Summary: Simplify the switch for runtime groovydoc Key: GROOVY-8861 URL: https://issues.apache.org/jira/browse/GROOVY-8861 Project: Groovy Issue Type:

[GitHub] groovy pull request #:

2018-10-28 Thread pditommaso
Github user pditommaso commented on the pull request: https://github.com/apache/groovy/commit/3341dcd9a4f151b71b90ceb0be59fcdca403c300#commitcomment-31075630 Oh, right! I was missing the the groovy shell gives to the same script different file names. But in this case would not make

[jira] [Commented] (GROOVY-6453) groovysh in Windows 7/8/10 doesn't support arrow keys and Del

2018-10-28 Thread Guy Rouillier (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1760#comment-1760 ] Guy Rouillier commented on GROOVY-6453: --- Found this via search.  I'm on Windows 7 64-bit, and

[jira] [Comment Edited] (GROOVY-6453) groovysh in Windows 7/8/10 doesn't support arrow keys and Del

2018-10-28 Thread Guy Rouillier (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1760#comment-1760 ] Guy Rouillier edited comment on GROOVY-6453 at 10/29/18 5:42 AM: - Found