[GitHub] [groovy] vmj opened a new pull request #1259: GROOVY-9573: groovydoc: show arrays properly

2020-05-26 Thread GitBox
vmj opened a new pull request #1259: URL: https://github.com/apache/groovy/pull/1259 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [groovy] Vampire commented on pull request #1258: Also output aborted tests in JUnit 5 GroovyJUnitRunnerHelper

2020-05-26 Thread GitBox
Vampire commented on pull request #1258: URL: https://github.com/apache/groovy/pull/1258#issuecomment-634003888 I don't think it is my fault that Travis failed. The sonarqube analysis part failed it seems, with "you are not allowed to analyze" until Travis aborted the build because the

[GitHub] [groovy] danielsun1106 merged pull request #1253: GROOVY-9569: check outers and uppers for static fields

2020-05-26 Thread GitBox
danielsun1106 merged pull request #1253: URL: https://github.com/apache/groovy/pull/1253 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [groovy] Vampire opened a new pull request #1258: Also output aborted tests in JUnit 5 GroovyJUnitRunnerHelper

2020-05-26 Thread GitBox
Vampire opened a new pull request #1258: URL: https://github.com/apache/groovy/pull/1258 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [groovy] danielsun1106 commented on pull request #1253: GROOVY-9569: check outers and uppers for static fields

2020-05-26 Thread GitBox
danielsun1106 commented on pull request #1253: URL: https://github.com/apache/groovy/pull/1253#issuecomment-633747932 Merged. Thanks! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [groovy] awallgren opened a new pull request #1260: GROOVY-9575 ASTNode.hashCode violates Object.hashCode contract: does not return consistent value

2020-05-26 Thread GitBox
awallgren opened a new pull request #1260: URL: https://github.com/apache/groovy/pull/1260 Remove unsuitable ASTNode.hashCode -- it does not conform to the Object .hashCode general contract. This is an automated message

[GitHub] [groovy] vmj opened a new pull request #1257: GROOVY-9571: groovydoc: don't add constructors for types that can't have them

2020-05-26 Thread GitBox
vmj opened a new pull request #1257: URL: https://github.com/apache/groovy/pull/1257 If 4cdc998 is too hacky, let me know what a more generic approach could be. I think I've seen groovydoc show an inherited field called `__$stMC` which could maybe be hidden, too.

[jira] [Commented] (GROOVY-9575) ASTNode.hashCode violates Object.hashCode contract: does not return consistent value

2020-05-26 Thread Anders Wallgren (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117255#comment-17117255 ] Anders Wallgren commented on GROOVY-9575: - [https://github.com/apache/groovy/pull/1260] >

[jira] [Updated] (GROOVY-9575) ASTNode.hashCode violates Object.hashCodecontract: does not return consistent value

2020-05-26 Thread Anders Wallgren (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Wallgren updated GROOVY-9575: Description: While upgrading groovy from 2.4.18 to 3.0.4 in a project we ran into a

[jira] [Created] (GROOVY-9575) ASTNode.hashCode violates Object.hashCodecontract: does not return consistent value

2020-05-26 Thread Anders Wallgren (Jira)
Anders Wallgren created GROOVY-9575: --- Summary: ASTNode.hashCode violates Object.hashCodecontract: does not return consistent value Key: GROOVY-9575 URL: https://issues.apache.org/jira/browse/GROOVY-9575

[jira] [Updated] (GROOVY-9574) ConcurrentModificationException in Java9.concealedPackageList

2020-05-26 Thread Ilya Lipnitskiy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Lipnitskiy updated GROOVY-9574: Component/s: (was: class generator) > ConcurrentModificationException in

[jira] [Updated] (GROOVY-9574) ConcurrentModificationException in Java9.concealedPackageList

2020-05-26 Thread Ilya Lipnitskiy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Lipnitskiy updated GROOVY-9574: Component/s: class generator > ConcurrentModificationException in

[jira] [Updated] (GROOVY-9574) ConcurrentModificationException in Java9.concealedPackageList

2020-05-26 Thread Ilya Lipnitskiy (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Lipnitskiy updated GROOVY-9574: Description: Facing the following exception in a multithreaded environment with multiple

[jira] [Created] (GROOVY-9574) ConcurrentModificationException in Java9.concealedPackageList

2020-05-26 Thread Ilya Lipnitskiy (Jira)
Ilya Lipnitskiy created GROOVY-9574: --- Summary: ConcurrentModificationException in Java9.concealedPackageList Key: GROOVY-9574 URL: https://issues.apache.org/jira/browse/GROOVY-9574 Project: Groovy

[jira] [Created] (GROOVY-9573) groovydoc: byte[] shown as [B

2020-05-26 Thread Jira
Mikko Värri created GROOVY-9573: --- Summary: groovydoc: byte[] shown as [B Key: GROOVY-9573 URL: https://issues.apache.org/jira/browse/GROOVY-9573 Project: Groovy Issue Type: Bug

[jira] [Created] (GROOVY-9572) groovydoc: some __$stMC field is inherited from base class

2020-05-26 Thread Jira
Mikko Värri created GROOVY-9572: --- Summary: groovydoc: some __$stMC field is inherited from base class Key: GROOVY-9572 URL: https://issues.apache.org/jira/browse/GROOVY-9572 Project: Groovy

[jira] [Commented] (GROOVY-9536) Bump testng to 7.2.0

2020-05-26 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116665#comment-17116665 ] Paul King commented on GROOVY-9536: --- We might need to downgrade if TestNG don't release to Maven

[jira] [Commented] (GROOVY-9536) Bump testng to 7.2.0

2020-05-26 Thread Benjamin Graf (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17116483#comment-17116483 ] Benjamin Graf commented on GROOVY-9536: ---