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

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

[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

[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-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

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] 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] 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] 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] 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] 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] 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
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] 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] 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] Sort element value pairs in `AstBuilder` for reproducibility [groovy]

2025-07-20 Thread via GitHub
matrei commented on PR #2268: URL: https://github.com/apache/groovy/pull/2268#issuecomment-3093797760 Not the right solution, sorry for the noise -- 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] Sort element value pairs in `AstBuilder` for reproducibility [groovy]

2025-07-20 Thread via GitHub
matrei closed pull request #2268: Sort element value pairs in `AstBuilder` for reproducibility URL: https://github.com/apache/groovy/pull/2268 -- 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 spe

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] 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

[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-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

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-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] 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-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-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-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...@

[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-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-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

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
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

[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] 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
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
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
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
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-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
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

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

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 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-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-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

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-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-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

[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-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-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

[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-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

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-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-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-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-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] 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-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] 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

[PR] Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.2.5 to 6.0.0 [groovy]

2025-07-20 Thread via GitHub
dependabot[bot] opened a new pull request, #2269: URL: https://github.com/apache/groovy/pull/2269 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jfrog.buildinfo:build-info-extractor-gradle&package-manager=grad

[PR] Fix generics handling error [groovy]

2025-07-21 Thread via GitHub
jonnybot0 opened a new pull request, #2270: URL: https://github.com/apache/groovy/pull/2270 It looks like a subtle compilation bug was introduced in 33064484cc043bfb7c2ad75ee8fccbcbc6329b76. Under the hood, the root cause seemed to be this: Caused by: java.lang.UnsupportedOpera

Re: [PR] GROOVY-11719 - Fix generics handling error [groovy]

2025-07-22 Thread via GitHub
jonnybot0 closed pull request #2270: GROOVY-11719 - Fix generics handling error URL: https://github.com/apache/groovy/pull/2270 -- 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.

[PR] Groovy 11719 regression semantic analysis exception [groovy]

2025-07-22 Thread via GitHub
jonnybot0 opened a new pull request, #2271: URL: https://github.com/apache/groovy/pull/2271 Taking the suggestion from @eric-milles, this reverts the fix for GROOVY-11711, which caused GROOVY_11719. I know that he's planning to look deeper at this today. I've also included the unit t

[PR] GROOVY-9526, GROOVY-11719: pop field state on exception [groovy]

2025-07-22 Thread via GitHub
eric-milles opened a new pull request, #2272: URL: https://github.com/apache/groovy/pull/2272 As described on the mailing list, `ResolveVisitor#genericParameterNames` can get stuck with `Collections.EMPTY_MAP` value if field or property visitation throws exception. -- This is an automate

Re: [PR] GROOVY-9526, GROOVY-11719: pop field state on exception [groovy]

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

Re: [PR] GROOVY-11711, GROOVY-11719: regression semantic analysis exception [groovy]

2025-07-22 Thread via GitHub
jonnybot0 commented on PR #2271: URL: https://github.com/apache/groovy/pull/2271#issuecomment-3104641895 Closing this in favor of back-porting the real fix at https://github.com/apache/groovy/pull/2272. -- This is an automated message from the Apache Git Service. To respond to the message

Re: [PR] GROOVY-11711, GROOVY-11719: regression semantic analysis exception [groovy]

2025-07-22 Thread via GitHub
jonnybot0 closed pull request #2271: GROOVY-11711, GROOVY-11719: regression semantic analysis exception URL: https://github.com/apache/groovy/pull/2271 -- 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 t

Re: [PR] GROOVY-11711, GROOVY-11719: regression semantic analysis exception [groovy]

2025-07-22 Thread via GitHub
eric-milles commented on PR #2271: URL: https://github.com/apache/groovy/pull/2271#issuecomment-3103295835 NOTE: If choosing to roll back on 4_0_X branch, then a rollback is required for the 3_0_X branch as well. -- This is an automated message from the Apache Git Service. To respond to t

<    10   11   12   13   14   15