Re: [PR] GROOVY-8162: Update Groovysh to JLine3 [groovy]

2025-07-19 Thread via GitHub
paulk-asert commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-3092607872 Looks like I accidentally left some debugging code in play. I'll redo the release. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] GROOVY-8162: Update Groovysh to JLine3 [groovy]

2025-07-19 Thread via GitHub
eric-milles commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-3092561266 When I first ran groovysh, it created `/.groovy/aliases.json` as an empty file. Then it went to slurp this in and failed with an exception that it cannot parse empty string as JSON.

Re: [PR] Sort element value pairs in `AstBuilder` for reproducibility [groovy]

2025-07-19 Thread via GitHub
matrei commented on PR #2268: URL: https://github.com/apache/groovy/pull/2268#issuecomment-3092501587 > Don't the name-value pairs come in source order? I would not want them sorted to another order besides that. It does not seem so as the order appears to differ from one build to an

Re: [PR] Sort element value pairs in `AstBuilder` for reproducibility [groovy]

2025-07-19 Thread via GitHub
eric-milles commented on PR #2268: URL: https://github.com/apache/groovy/pull/2268#issuecomment-3092475283 Don't the name-value pairs come in source order? I would not want them sorted to another order besides that. -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Sort element value pairs in `AstBuilder` for reproducibility [groovy]

2025-07-19 Thread via GitHub
matrei commented on PR #2268: URL: https://github.com/apache/groovy/pull/2268#issuecomment-3092237938 > AST transformation can add annotations, so I do not think parser is an ideal place to fix the issue. Aha, good point. Is there also a reproducibility issue with annotations added

Re: [PR] Sort element value pairs in `AstBuilder` for reproducibility [groovy]

2025-07-19 Thread via GitHub
codecov-commenter commented on PR #2268: URL: https://github.com/apache/groovy/pull/2268#issuecomment-3092217471 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2268?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

Re: [PR] Sort element value pairs in `AstBuilder` for reproducibility [groovy]

2025-07-19 Thread via GitHub
daniellansun commented on PR #2268: URL: https://github.com/apache/groovy/pull/2268#issuecomment-3092212821 AST transformation can add annotations, so I do not think parser is an ideal place to fix the issue. -- This is an automated message from the Apache Git Service. To respond to the m

[PR] Sort element value pairs in `AstBuilder` for reproducibility [groovy]

2025-07-19 Thread via GitHub
matrei opened a new pull request, #2268: URL: https://github.com/apache/groovy/pull/2268 Sort element value pairs by key before collecting them into a `LinkedHashMap` to ensure consistent iteration order across builds. This change addresses GROOVY-11715 without requiring `TreeMap` usa

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-18 Thread via GitHub
paulk-asert commented on code in PR #2267: URL: https://github.com/apache/groovy/pull/2267#discussion_r2217024543 ## src/main/java/org/codehaus/groovy/classgen/AsmClassGenerator.java: ## @@ -2221,10 +,11 @@ private AnnotationVisitor getAnnotationVisitor(final AnnotatedNode

Re: [PR] Bump com.gradle.develocity from 4.0.2 to 4.1 [groovy]

2025-07-18 Thread via GitHub
paulk-asert commented on PR #2265: URL: https://github.com/apache/groovy/pull/2265#issuecomment-3091219026 @dependabot close Not compatible with the currently installed ge at apache: https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility -- This is an automate

Re: [PR] Bump com.gradle.develocity from 4.0.2 to 4.1 [groovy]

2025-07-18 Thread via GitHub
dependabot[bot] closed pull request #2265: Bump com.gradle.develocity from 4.0.2 to 4.1 URL: https://github.com/apache/groovy/pull/2265 -- 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 to the specific c

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-18 Thread via GitHub
matrei commented on code in PR #2267: URL: https://github.com/apache/groovy/pull/2267#discussion_r2217020381 ## src/main/java/org/codehaus/groovy/classgen/AsmClassGenerator.java: ## @@ -2221,10 +,11 @@ private AnnotationVisitor getAnnotationVisitor(final AnnotatedNode targe

Re: [PR] GROOVY-8283: field hides getter of super class (not interface) [groovy]

2025-07-18 Thread via GitHub
Copilot commented on code in PR #1767: URL: https://github.com/apache/groovy/pull/1767#discussion_r2216334564 ## src/main/java/groovy/lang/MetaClassImpl.java: ## @@ -2089,10 +2091,25 @@ public void setProperty(final Object object, final Object newValue) { * Object#getClas

Re: [PR] Bump com.gradle.develocity from 4.0.2 to 4.1 [groovy]

2025-07-18 Thread via GitHub
eric-milles commented on PR #2265: URL: https://github.com/apache/groovy/pull/2265#issuecomment-3089844510 @dependabot rebase -- 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 to the specific comment.

Re: [PR] Bump org.apache.maven:maven-core from 3.9.10 to 3.9.11 [groovy]

2025-07-18 Thread via GitHub
eric-milles commented on PR #2266: URL: https://github.com/apache/groovy/pull/2266#issuecomment-3089814738 @dependabot rebase -- 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 to the specific comment.

Re: [PR] GROOVY-11644: check for `namedVariant` constructor duplication [groovy]

2025-07-18 Thread via GitHub
eric-milles merged PR #2264: URL: https://github.com/apache/groovy/pull/2264 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@g

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-18 Thread via GitHub
daniellansun merged PR #2267: URL: https://github.com/apache/groovy/pull/2267 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-18 Thread via GitHub
daniellansun commented on PR #2267: URL: https://github.com/apache/groovy/pull/2267#issuecomment-3089241974 Merged. Thanks. -- 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 to the specific comment.

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-17 Thread via GitHub
daniellansun commented on PR #2267: URL: https://github.com/apache/groovy/pull/2267#issuecomment-3086021765 +1 -- 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 to the specific comment. To unsubscrib

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-17 Thread via GitHub
jdaugherty commented on PR #2267: URL: https://github.com/apache/groovy/pull/2267#issuecomment-3084381682 Thank you @paulk-asert -- 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 to the specific comm

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-17 Thread via GitHub
codecov-commenter commented on PR #2267: URL: https://github.com/apache/groovy/pull/2267#issuecomment-3084216370 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2267?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-17 Thread via GitHub
paulk-asert opened a new pull request, #2267: URL: https://github.com/apache/groovy/pull/2267 (no comment) -- 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 to the specific comment. To unsubscribe, e

Re: [PR] GROOVY-8283: field hides getter of super class (not interface) [groovy]

2025-07-16 Thread via GitHub
codecov-commenter commented on PR #1767: URL: https://github.com/apache/groovy/pull/1767#issuecomment-3080393307 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1767?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

Re: [PR] GROOVY-9848: `in` operator: key set membership for `isCase(Map,Object)` [groovy]

2025-07-16 Thread via GitHub
codecov-commenter commented on PR #1904: URL: https://github.com/apache/groovy/pull/1904#issuecomment-3078864553 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/1904?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

Re: [PR] GROOVY-9848: `in` operator: key set membership for `isCase(Map,Object)` [groovy]

2025-07-16 Thread via GitHub
eric-milles merged PR #1904: URL: https://github.com/apache/groovy/pull/1904 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@g

[PR] Bump org.apache.maven:maven-core from 3.9.10 to 3.9.11 [groovy]

2025-07-15 Thread via GitHub
dependabot[bot] opened a new pull request, #2266: URL: https://github.com/apache/groovy/pull/2266 Bumps org.apache.maven:maven-core from 3.9.10 to 3.9.11. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apac

[PR] Bump com.gradle.develocity from 4.0.2 to 4.1 [groovy]

2025-07-15 Thread via GitHub
dependabot[bot] opened a new pull request, #2265: URL: https://github.com/apache/groovy/pull/2265 Bumps com.gradle.develocity from 4.0.2 to 4.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.develoc

Re: [PR] GROOVY-8162: Update Groovysh to JLine3 [groovy]

2025-07-15 Thread via GitHub
paulk-asert merged PR #2263: URL: https://github.com/apache/groovy/pull/2263 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@g

Re: [PR] GROOVY-11582: remove excess manifest attributes [groovy]

2025-07-15 Thread via GitHub
eric-milles merged PR #2154: URL: https://github.com/apache/groovy/pull/2154 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@g

Re: [PR] GROOVY-11601: remove support for expression list in `for`-each statement [groovy]

2025-07-15 Thread via GitHub
eric-milles merged PR #2174: URL: https://github.com/apache/groovy/pull/2174 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@g

Re: [PR] GROOVY-11693: improve specificity of error message in extension module loading [groovy]

2025-07-15 Thread via GitHub
eric-milles closed pull request #2250: GROOVY-11693: improve specificity of error message in extension module loading URL: https://github.com/apache/groovy/pull/2250 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] GROOVY-11644: check for `namedVariant` constructor duplication [groovy]

2025-07-15 Thread via GitHub
codecov-commenter commented on PR #2264: URL: https://github.com/apache/groovy/pull/2264#issuecomment-3074656685 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2264?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

Re: [PR] GROOVY-11644: check for `namedVariant` constructor duplication [groovy]

2025-07-15 Thread via GitHub
Copilot commented on code in PR #2264: URL: https://github.com/apache/groovy/pull/2264#discussion_r2208118802 ## src/main/java/org/codehaus/groovy/transform/TupleConstructorASTTransformation.java: ## @@ -285,17 +286,22 @@ private static void createConstructor(final AbstractASTT

[PR] GROOVY-11644: check for `namedVariant` constructor duplication [groovy]

2025-07-15 Thread via GitHub
eric-milles opened a new pull request, #2264: URL: https://github.com/apache/groovy/pull/2264 `@RecordType` should not set `namedVariant=true` when only record component is a `Map`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] GROOVY-8162: Update Groovysh to JLine3 [groovy]

2025-07-12 Thread via GitHub
daniellansun commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-3065085437 https://github.com/user-attachments/assets/31c17f82-a125-4826-86a6-99841f92f85b"; /> Looks better now ;-) -- This is an automated message from the Apache Git Service. To resp

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
daniellansun commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-3064684229 > > I prefer the original style of output, as it is compact and more readable > > **current PR:** (a bit verbose, IMHO) https://private-user-images.githubusercontent.com/9151616/4655

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
daniellansun commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-3064680893 > > GQ { > > add: }> from n in [1, 2, 3] > > add: }> innerjoin m in [2, 3, 4] on m = n > > add: }> select m, n > > add: }> } > > You currently have to do: >

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
paulk-asert commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-306468 > I prefer the original style of output, as it is compact and more readable > > **current PR:** (a bit verbose, IMHO) https://private-user-images.githubusercontent.com/9151616/465

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
daniellansun commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-3064675791 I prefer the original style of output, as it is compact and more readable **current PR:** (a bit verbose, IMHO) https://github.com/user-attachments/assets/610a0235-5e1f-4670-9

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
paulk-asert commented on code in PR #2263: URL: https://github.com/apache/groovy/pull/2263#discussion_r2202316790 ## subprojects/groovy-groovysh/src/main/resources/nanorc/groovy.nanorc: ## @@ -0,0 +1,45 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
paulk-asert commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-3064674007 > GQ { > add: }> from n in [1, 2, 3] > add: }> innerjoin m in [2, 3, 4] on m = n > add: }> select m, n > add: }> } You currently have to do: println GQ {

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
daniellansun commented on code in PR #2263: URL: https://github.com/apache/groovy/pull/2263#discussion_r2202310797 ## subprojects/groovy-groovysh/src/main/resources/nanorc/groovy.nanorc: ## @@ -0,0 +1,45 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +#

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
daniellansun commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-3064624433 I like the improvement very much! It would be great if the result of GINQ in groovySh could be shown as ascii table as usual. BTW, `on` is a keyword of GINQ too. `

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
Copilot commented on code in PR #2263: URL: https://github.com/apache/groovy/pull/2263#discussion_r2202289500 ## subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/SystemTestSupport.groovy: ## @@ -18,35 +18,27 @@ */ package org.apache.groovy.groov

Re: [PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
codecov-commenter commented on PR #2263: URL: https://github.com/apache/groovy/pull/2263#issuecomment-3064556710 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2263?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[PR] Jline3 [groovy]

2025-07-11 Thread via GitHub
paulk-asert opened a new pull request, #2263: URL: https://github.com/apache/groovy/pull/2263 (no comment) -- 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 to the specific comment. To unsubscribe, e

Re: [PR] GROOVY-11681: add `ExecutorService#submit(Closure)` extension [groovy]

2025-07-11 Thread via GitHub
daniellansun commented on PR #2262: URL: https://github.com/apache/groovy/pull/2262#issuecomment-3062874272 Merged. Thanks. -- 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 to the specific comment.

Re: [PR] GROOVY-11681: add `ExecutorService#submit(Closure)` extension [groovy]

2025-07-11 Thread via GitHub
daniellansun merged PR #2262: URL: https://github.com/apache/groovy/pull/2262 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11681: add `ExecutorService#submit(Closure)` extension [groovy]

2025-07-10 Thread via GitHub
codecov-commenter commented on PR #2262: URL: https://github.com/apache/groovy/pull/2262#issuecomment-3058431321 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2262?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[PR] GROOVY-11681: add `ExecutorService#submit(Closure)` extension [groovy]

2025-07-10 Thread via GitHub
eric-milles opened a new pull request, #2262: URL: https://github.com/apache/groovy/pull/2262 `ExecutorService` declares `submit(Callable)` and `submit(Runnable)` so add `submit(Closure)` to prevent routing of closures to the `Runnable` variant, which drops the return value. Add chec

Re: [PR] GROOVY-11707: preserve raw type for `getInterfacesAndSuperInterfaces` [groovy]

2025-07-10 Thread via GitHub
daniellansun merged PR #2261: URL: https://github.com/apache/groovy/pull/2261 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11707: preserve raw type for `getInterfacesAndSuperInterfaces` [groovy]

2025-07-10 Thread via GitHub
daniellansun commented on PR #2261: URL: https://github.com/apache/groovy/pull/2261#issuecomment-3058307967 Merged. Thanks. -- 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 to the specific comment.

Re: [PR] GROOVY-11711: restore outer class generics after inner class visit [groovy]

2025-07-09 Thread via GitHub
daniellansun commented on PR #2260: URL: https://github.com/apache/groovy/pull/2260#issuecomment-3055396736 Merged. Thanks. -- 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 to the specific comment.

Re: [PR] GROOVY-11711: restore outer class generics after inner class visit [groovy]

2025-07-09 Thread via GitHub
daniellansun merged PR #2260: URL: https://github.com/apache/groovy/pull/2260 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11693: improve specificity of error message in extension module loading [groovy]

2025-07-08 Thread via GitHub
eric-milles commented on PR #2250: URL: https://github.com/apache/groovy/pull/2250#issuecomment-3049747033 Is there a test case that can check the message format? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] GROOVY-11707: preserve raw type for `getInterfacesAndSuperInterfaces` [groovy]

2025-07-08 Thread via GitHub
codecov-commenter commented on PR #2261: URL: https://github.com/apache/groovy/pull/2261#issuecomment-3049516438 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2261?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[PR] GROOVY-11707: preserve raw type for `getInterfacesAndSuperInterfaces` [groovy]

2025-07-08 Thread via GitHub
eric-milles opened a new pull request, #2261: URL: https://github.com/apache/groovy/pull/2261 (no comment) -- 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 to the specific comment. To unsubscribe, e

Re: [PR] GROOVY-11711: restore outer class generics after inner class visit [groovy]

2025-07-08 Thread via GitHub
codecov-commenter commented on PR #2260: URL: https://github.com/apache/groovy/pull/2260#issuecomment-3049267038 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2260?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[PR] GROOVY-11711: restore outer class generics after inner class visit [groovy]

2025-07-08 Thread via GitHub
eric-milles opened a new pull request, #2260: URL: https://github.com/apache/groovy/pull/2260 (no comment) -- 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 to the specific comment. To unsubscribe, e

Re: [PR] GROOVY-11615: STC: receiver type args in param can help with argument [groovy]

2025-07-05 Thread via GitHub
codecov-commenter commented on PR #2255: URL: https://github.com/apache/groovy/pull/2255#issuecomment-3038836778 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2255?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

Re: [PR] Remove obsolete ManagedConcurrentMap stress tests [groovy]

2025-07-04 Thread via GitHub
daniellansun commented on PR #2259: URL: https://github.com/apache/groovy/pull/2259#issuecomment-3036619563 Merged. Thanks. -- 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 to the specific comment.

Re: [PR] Remove obsolete ManagedConcurrentMap stress tests [groovy]

2025-07-04 Thread via GitHub
daniellansun merged PR #2259: URL: https://github.com/apache/groovy/pull/2259 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] Remove obsolete ManagedConcurrentMap stress tests [groovy]

2025-06-30 Thread via GitHub
codecov-commenter commented on PR #2259: URL: https://github.com/apache/groovy/pull/2259#issuecomment-3019587240 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2259?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[PR] Remove obsolete ManagedConcurrentMap stress tests [groovy]

2025-06-29 Thread via GitHub
perNyfelt opened a new pull request, #2259: URL: https://github.com/apache/groovy/pull/2259 The ManagedConcurrentMap and its base class AbstractConcurrentMapBase were removed in Groovy 4.x as part of internal cleanup. This patch removes the corresponding ManagedConcurrentMapStressTest

Re: [PR] GROOVY-11659: STC: support assigning of collection to primitive array [groovy]

2025-06-28 Thread via GitHub
daniellansun commented on PR #2258: URL: https://github.com/apache/groovy/pull/2258#issuecomment-3015994714 Merged. Thanks. -- 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 to the specific comment.

Re: [PR] GROOVY-11659: STC: support assigning of collection to primitive array [groovy]

2025-06-28 Thread via GitHub
daniellansun merged PR #2258: URL: https://github.com/apache/groovy/pull/2258 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11659: STC: support assigning of collection to primitive array [groovy]

2025-06-25 Thread via GitHub
codecov-commenter commented on PR #2258: URL: https://github.com/apache/groovy/pull/2258#issuecomment-3005054799 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2258?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[PR] GROOVY-11659: STC: support assigning of collection to primitive array [groovy]

2025-06-25 Thread via GitHub
eric-milles opened a new pull request, #2258: URL: https://github.com/apache/groovy/pull/2258 `IntRange` is `List` -- 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 to the specific comment. To unsubs

Re: [PR] GROOVY-11703: Fails to compile due to forbidden access to `this` of interface [groovy]

2025-06-23 Thread via GitHub
daniellansun commented on PR #2257: URL: https://github.com/apache/groovy/pull/2257#issuecomment-2997328977 I tried to create a simple script to reproduce the issue, but failed either. Let's tweak the test case in future. -- This is an automated message from the Apache Git Service. To res

Re: [PR] GROOVY-11703: Fails to compile due to forbidden access to `this` of interface [groovy]

2025-06-23 Thread via GitHub
daniellansun merged PR #2257: URL: https://github.com/apache/groovy/pull/2257 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11703: Fails to compile due to forbidden access to `this` of interface [groovy]

2025-06-23 Thread via GitHub
eric-milles commented on PR #2257: URL: https://github.com/apache/groovy/pull/2257#issuecomment-2997225886 It would be nice to have a small test case in core for this, but otherwise looks fine. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] GROOVY-11703: GINQ module fails to compile due to forbidden access to SyntaxErrorReportable#this in `GinqAstWalker` [groovy]

2025-06-22 Thread via GitHub
codecov-commenter commented on PR #2257: URL: https://github.com/apache/groovy/pull/2257#issuecomment-2994082156 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2257?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

Re: [PR] GROOVY-11703: GINQ module fails to compile due to forbidden access to SyntaxErrorReportable#this in `GinqAstWalker` [groovy]

2025-06-22 Thread via GitHub
Copilot commented on code in PR #2257: URL: https://github.com/apache/groovy/pull/2257#discussion_r2160276495 ## subprojects/groovy-ginq/src/main/groovy/org/apache/groovy/ginq/provider/collection/GinqAstWalker.groovy: ## @@ -1496,19 +1498,19 @@ class GinqAstWalker implements Gi

[PR] GROOVY-11703: GINQ module fails to compile due to forbidden access to SyntaxErrorReportable#this in `GinqAstWalker` [groovy]

2025-06-22 Thread via GitHub
daniellansun opened a new pull request, #2257: URL: https://github.com/apache/groovy/pull/2257 https://issues.apache.org/jira/browse/GROOVY-11703 -- 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 to t

Re: [PR] GROOVY-11513: include `import java.time.*` by default [groovy]

2025-06-21 Thread via GitHub
daniellansun commented on PR #2156: URL: https://github.com/apache/groovy/pull/2156#issuecomment-2993623522 As most users like the improvement, I'll merge the PR soon. https://lists.apache.org/thread/pm35433ghyglk03dmlvn3z4o72qd7ynf -- This is an automated message from the A

Re: [PR] GROOVY-11513: include `import java.time.*` by default [groovy]

2025-06-21 Thread via GitHub
daniellansun merged PR #2156: URL: https://github.com/apache/groovy/pull/2156 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11513: include `import java.time.*` by default [groovy]

2025-06-21 Thread via GitHub
Copilot commented on code in PR #2156: URL: https://github.com/apache/groovy/pull/2156#discussion_r2160059938 ## src/main/java/org/codehaus/groovy/control/ResolveVisitor.java: ## @@ -95,9 +95,9 @@ */ public class ResolveVisitor extends ClassCodeExpressionTransformer { //

Re: [PR] GROOVY-11615: STC: receiver type args in param can help with argument [groovy]

2025-06-20 Thread via GitHub
daniellansun merged PR #2255: URL: https://github.com/apache/groovy/pull/2255 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11615: STC: receiver type args in param can help with argument [groovy]

2025-06-20 Thread via GitHub
daniellansun commented on PR #2255: URL: https://github.com/apache/groovy/pull/2255#issuecomment-2993349835 Merged. Thanks. -- 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 to the specific comment.

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
paulk-asert closed pull request #2256: Tuple changes related to its backing array URL: https://github.com/apache/groovy/pull/2256 -- 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 to the specific comment

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
paulk-asert commented on PR #2256: URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986633960 Merged, thanks! -- 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 to the specific comment. T

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
Choosechee commented on PR #2256: URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986410255 > You might want to squash your PR. Done. -- 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 t

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
codecov-commenter commented on PR #2256: URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986083595 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2256?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
paulk-asert commented on PR #2256: URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986047943 I created this issue to track this change: https://issues.apache.org/jira/browse/GROOVY-11702 -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
paulk-asert commented on PR #2256: URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986051227 You might want to squash your PR. -- 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 to the sp

Re: [PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-18 Thread via GitHub
daniellansun merged PR #2254: URL: https://github.com/apache/groovy/pull/2254 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@

Re: [PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-18 Thread via GitHub
daniellansun commented on PR #2254: URL: https://github.com/apache/groovy/pull/2254#issuecomment-2985985015 Merged. Thanks. -- 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 to the specific comment.

Re: [PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-18 Thread via GitHub
daniellansun commented on code in PR #2254: URL: https://github.com/apache/groovy/pull/2254#discussion_r2155691786 ## src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java: ## @@ -1547,6 +1548,146 @@ private static List getGroups(final Matcher matcher) { r

[PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
Choosechee opened a new pull request, #2256: URL: https://github.com/apache/groovy/pull/2256 I have made some changes to `Tuple` that are related to its backing array. One of them fixes a pretty major bug I found: - Made `Tuple` implement `RandomAccess`. - Currently, `Tuple`'s 'toA

[PR] GRIIVY-11615: STC: receiver type args in param can help with argument [groovy]

2025-06-18 Thread via GitHub
eric-milles opened a new pull request, #2255: URL: https://github.com/apache/groovy/pull/2255 For an expression like `list.stream().collect(Collectors.toSet())` the return type is dependent on the return type of `toSet`, which can be partially resolved from the receiver type (for example `S

Re: [PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-18 Thread via GitHub
paulk-asert commented on code in PR #2254: URL: https://github.com/apache/groovy/pull/2254#discussion_r2153724057 ## src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java: ## @@ -1547,6 +1548,146 @@ private static List getGroups(final Matcher matcher) { re

Re: [PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-17 Thread via GitHub
paulk-asert commented on code in PR #2254: URL: https://github.com/apache/groovy/pull/2254#discussion_r2153724057 ## src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java: ## @@ -1547,6 +1548,146 @@ private static List getGroups(final Matcher matcher) { re

Re: [PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-17 Thread via GitHub
daniellansun commented on code in PR #2254: URL: https://github.com/apache/groovy/pull/2254#discussion_r2153612481 ## src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java: ## @@ -1547,6 +1548,146 @@ private static List getGroups(final Matcher matcher) { r

Re: [PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-17 Thread via GitHub
Copilot commented on code in PR #2254: URL: https://github.com/apache/groovy/pull/2254#discussion_r2153222725 ## src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java: ## @@ -1547,6 +1548,146 @@ private static List getGroups(final Matcher matcher) { return

Re: [PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-17 Thread via GitHub
daniellansun commented on PR #2254: URL: https://github.com/apache/groovy/pull/2254#issuecomment-2981925028 +1 -- 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 to the specific comment. To unsubscrib

Re: [PR] GROOVY-11692: Add a Stream#size extension method that is an alias for… [groovy]

2025-06-17 Thread via GitHub
paulk-asert commented on PR #2247: URL: https://github.com/apache/groovy/pull/2247#issuecomment-2979857110 I tweaked the javadoc to better describe the intent of the method. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] GROOVY-11692: Add a Stream#size extension method that is an alias for… [groovy]

2025-06-16 Thread via GitHub
paulk-asert merged PR #2247: URL: https://github.com/apache/groovy/pull/2247 -- 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 to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@g

Re: [PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-16 Thread via GitHub
codecov-commenter commented on PR #2254: URL: https://github.com/apache/groovy/pull/2254#issuecomment-2975592770 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2254?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[PR] GROOVY-11701: Improved named-capturing group support for Groovy matchers [groovy]

2025-06-15 Thread via GitHub
paulk-asert opened a new pull request, #2254: URL: https://github.com/apache/groovy/pull/2254 (no comment) -- 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 to the specific comment. To unsubscribe, e

Re: [PR] GROOVY-11683: STC: transfer generics to extension method return types [groovy]

2025-06-13 Thread via GitHub
daniellansun commented on PR #2253: URL: https://github.com/apache/groovy/pull/2253#issuecomment-2972012384 Merged. Thanks. -- 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 to the specific comment.

  1   2   3   4   5   6   7   8   9   10   >