This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
new 24dec70eb4 GROOVY-7785: StackoverflowException when using too many
chained method calls(mark as not yet implemented)
24dec70eb4 is described below
commit 24dec70eb4a624dbfde1bf5b697ec877d614408f
Author: Daniel Sun <[email protected]>
AuthorDate: Sat Apr 12 12:58:53 2025 +0900
GROOVY-7785: StackoverflowException when using too many chained method
calls(mark as not yet implemented)
(cherry picked from commit 759354524c24284e81cc2af970af5187c7c285dd)
---
src/test/groovy/bugs/Groovy7785.groovy | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/test/groovy/bugs/Groovy7785.groovy
b/src/test/groovy/bugs/Groovy7785.groovy
index d0ba6697dc..5a7ffbdf27 100644
--- a/src/test/groovy/bugs/Groovy7785.groovy
+++ b/src/test/groovy/bugs/Groovy7785.groovy
@@ -18,11 +18,13 @@
*/
package bugs
+import groovy.test.NotYetImplemented
import org.junit.jupiter.api.Test
import static groovy.test.GroovyAssert.assertScript
final class Groovy7785 {
+ @NotYetImplemented // run well locally but fails in CI, more investigation
needed
@Test
void testManyChainedMethodCalls() {
assertScript '''