Re: [PR] Partial cleanup of ReflectionCache [groovy]

2023-12-21 Thread via GitHub
eric-milles commented on code in PR #2018: URL: https://github.com/apache/groovy/pull/2018#discussion_r1434337876 ## src/main/java/org/codehaus/groovy/reflection/CachedClass.java: ## @@ -282,14 +274,36 @@ public CachedMethod searchMethods(String name, CachedClass[] parameterTyp

Re: [PR] Partial cleanup of ReflectionCache [groovy]

2023-12-21 Thread via GitHub
eric-milles commented on code in PR #2018: URL: https://github.com/apache/groovy/pull/2018#discussion_r1434339158 ## src/main/java/org/codehaus/groovy/reflection/CachedClass.java: ## @@ -339,7 +353,7 @@ public String getTypeDescription() { return BytecodeHelper.getTypeD

Re: [PR] make use of Runtime.version().feature() [groovy]

2023-12-21 Thread via GitHub
blackdrag commented on PR #2019: URL: https://github.com/apache/groovy/pull/2019#issuecomment-1866780233 > Can you just quickly explain the different return values between `VMPlugin.getJavaVersion()` and `Runtime.version().feature()`? `Runtime.version().feature()` is available since J

Re: [PR] Partial cleanup of ReflectionCache [groovy]

2023-12-21 Thread via GitHub
blackdrag commented on code in PR #2018: URL: https://github.com/apache/groovy/pull/2018#discussion_r1434399183 ## src/main/java/org/codehaus/groovy/reflection/CachedClass.java: ## @@ -339,7 +353,7 @@ public String getTypeDescription() { return BytecodeHelper.getTypeDes

Re: [PR] Partial cleanup of ReflectionCache [groovy]

2023-12-21 Thread via GitHub
blackdrag commented on code in PR #2018: URL: https://github.com/apache/groovy/pull/2018#discussion_r1434409694 ## src/main/java/org/codehaus/groovy/reflection/CachedClass.java: ## @@ -282,14 +274,36 @@ public CachedMethod searchMethods(String name, CachedClass[] parameterTypes

Re: [PR] GROOVY-11255: DGM#flatten flattens nested structures including arrays… [groovy]

2023-12-21 Thread via GitHub
paulk-asert merged PR #2017: URL: https://github.com/apache/groovy/pull/2017 -- 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-11255: DGM#flatten flattens nested structures including arrays… [groovy]

2023-12-21 Thread via GitHub
orubel commented on PR #2017: URL: https://github.com/apache/groovy/pull/2017#issuecomment-1866921653 THANK YOU!!! -- 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

[PR] Replacing custom hashmap MetaMethodIndex with standard maps [groovy]

2023-12-21 Thread via GitHub
blackdrag opened a new pull request, #2020: URL: https://github.com/apache/groovy/pull/2020 (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-m

Re: [PR] Replacing custom hashmap MetaMethodIndex with standard maps [groovy]

2023-12-21 Thread via GitHub
daniellansun commented on PR #2020: URL: https://github.com/apache/groovy/pull/2020#issuecomment-1867319164 LGTM 🙂 -- 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] Partial cleanup of ReflectionCache [groovy]

2023-12-22 Thread via GitHub
paulk-asert commented on code in PR #2018: URL: https://github.com/apache/groovy/pull/2018#discussion_r1434931626 ## src/main/java/org/codehaus/groovy/reflection/CachedClass.java: ## @@ -282,14 +274,36 @@ public CachedMethod searchMethods(String name, CachedClass[] parameterTyp

Re: [PR] Partial cleanup of ReflectionCache [groovy]

2023-12-22 Thread via GitHub
paulk-asert commented on code in PR #2018: URL: https://github.com/apache/groovy/pull/2018#discussion_r1434938651 ## src/main/java/org/codehaus/groovy/reflection/CachedClass.java: ## @@ -339,7 +353,7 @@ public String getTypeDescription() { return BytecodeHelper.getTypeD

Re: [PR] Partial cleanup of ReflectionCache [groovy]

2023-12-22 Thread via GitHub
paulk-asert commented on PR #2018: URL: https://github.com/apache/groovy/pull/2018#issuecomment-1867578311 Merged - Thanks! I took everything except the import re-ordering for CachedSAMClass. We have until now always just used the default ordering which Intellij uses (original Sun coding st

Re: [PR] Partial cleanup of ReflectionCache [groovy]

2023-12-22 Thread via GitHub
paulk-asert closed pull request #2018: Partial cleanup of ReflectionCache URL: https://github.com/apache/groovy/pull/2018 -- 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 uns

Re: [PR] make use of Runtime.version().feature() [groovy]

2023-12-22 Thread via GitHub
paulk-asert commented on PR #2019: URL: https://github.com/apache/groovy/pull/2019#issuecomment-1868173648 @blackdrag Did you want to update the PR with the error case when class loader resolving is turned off? -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] make use of Runtime.version().feature() [groovy]

2023-12-23 Thread via GitHub
blackdrag commented on PR #2019: URL: https://github.com/apache/groovy/pull/2019#issuecomment-1868271383 > @blackdrag Did you want to update the PR with the error case when class loader resolving is turned off? If so, then +1 from me. Yes, I will update it, but it may take a week --

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

2023-12-28 Thread via GitHub
dependabot[bot] opened a new pull request, #2021: URL: https://github.com/apache/groovy/pull/2021 Bumps [org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin) from 5.1.12 to 5.1.13. Commits https://github.com/jfrog/artifactory-gra

Re: [PR] Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.1.12 to 5.1.13 [groovy]

2023-12-29 Thread via GitHub
daniellansun merged PR #2021: URL: https://github.com/apache/groovy/pull/2021 -- 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-11260: ASTMatcher should support matching a var-arg placeholder [groovy]

2023-12-29 Thread via GitHub
paulk-asert commented on PR #2022: URL: https://github.com/apache/groovy/pull/2022#issuecomment-1872397053 It currently doesn't check whether the placeholder names and varargPlaceholder names are distinct. It may not matter but code with such name clashes might become harder to understand,

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2023-12-31 Thread via GitHub
blackdrag commented on code in PR #2023: URL: https://github.com/apache/groovy/pull/2023#discussion_r1438940188 ## src/main/java/org/codehaus/groovy/classgen/DeadCodeAnalyzer.java: ## @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or mo

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2023-12-31 Thread via GitHub
daniellansun commented on code in PR #2023: URL: https://github.com/apache/groovy/pull/2023#discussion_r1438949628 ## src/main/java/org/codehaus/groovy/classgen/DeadCodeAnalyzer.java: ## @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

Re: [PR] GROOVY-11264: Bump jarjar to 1.13.1 [groovy]

2023-12-31 Thread via GitHub
daniellansun commented on PR #2024: URL: https://github.com/apache/groovy/pull/2024#issuecomment-1873127529 Let's check if the latest jarjar still leaves empty META-INF/services files. https://github.com/apache/groovy/blob/80e92ec31a6afe2d8b1260a1452b698fbec9c963/versions.properties#L

Re: [PR] GROOVY-11264: Bump jarjar to 1.13.1 [groovy]

2023-12-31 Thread via GitHub
daniellansun commented on PR #2024: URL: https://github.com/apache/groovy/pull/2024#issuecomment-1873133471 `com.eed3si9n.jarjar.JarJarTask` is missing in jarjar 1.13.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] GROOVY-11264: Bump jarjar to 1.13.1 [groovy]

2024-01-01 Thread via GitHub
daniellansun closed pull request #2024: GROOVY-11264: Bump jarjar to 1.13.1 URL: https://github.com/apache/groovy/pull/2024 -- 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 u

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2024-01-01 Thread via GitHub
eric-milles commented on PR #2023: URL: https://github.com/apache/groovy/pull/2023#issuecomment-1873409213 Besides the extra class bytecode, is there a strong reason for this? The issue ticket pops up out of the blue without much explanation. There are so many possible paths that I t

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2024-01-01 Thread via GitHub
eric-milles commented on code in PR #2023: URL: https://github.com/apache/groovy/pull/2023#discussion_r1439064503 ## src/main/java/org/codehaus/groovy/classgen/Verifier.java: ## @@ -302,6 +310,12 @@ private void checkFinalVariables(final ClassNode node) { visitor.visitC

Re: [PR] GROOVY-11260: ASTMatcher should support matching a var-arg placeholder [groovy]

2024-01-01 Thread via GitHub
paulk-asert merged PR #2022: URL: https://github.com/apache/groovy/pull/2022 -- 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-11263: Analyze dead code [groovy]

2024-01-01 Thread via GitHub
daniellansun commented on PR #2023: URL: https://github.com/apache/groovy/pull/2023#issuecomment-1873540757 @eric-milles As we all know, source code is meant for developers to read, and the less redundant code there is, the more developer-friendly it becomes. Admittedly, it's cha

Re: [PR] make use of Runtime.version().feature() [groovy]

2024-01-03 Thread via GitHub
blackdrag commented on PR #2019: URL: https://github.com/apache/groovy/pull/2019#issuecomment-1875685712 > > @blackdrag Did you want to update the PR with the error case when class loader resolving is turned off? If so, then +1 from me. > > Yes, I will update it, but it may take a wee

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2024-01-03 Thread via GitHub
eric-milles commented on PR #2023: URL: https://github.com/apache/groovy/pull/2023#issuecomment-1875712756 > source code is meant for developers to read, and the less redundant code there is, the more developer-friendly it becomes. So now you have a benefit statement that you can put

Re: [PR] Replacing custom hashmap MetaMethodIndex with standard maps [groovy]

2024-01-03 Thread via GitHub
eric-milles commented on PR #2020: URL: https://github.com/apache/groovy/pull/2020#issuecomment-1875754759 The changes in `MetaClassImpl` look fine. `MetaMethodIndex` does not even load it is so different. Why are the methods deprecated in `MetaMethod` and `ParameterTypes`? Are the

Re: [PR] make use of Runtime.version().feature() [groovy]

2024-01-03 Thread via GitHub
eric-milles commented on PR #2019: URL: https://github.com/apache/groovy/pull/2019#issuecomment-1875761956 The changes all look fine except the `IllegalArgumentException` bit. Can you change the name of the parameter to indicate fail on asm parsing or whatever you'd call the purpose of the

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2024-01-03 Thread via GitHub
daniellansun commented on PR #2023: URL: https://github.com/apache/groovy/pull/2023#issuecomment-1875821378 We can add a option to prevent or warn dead code or disable check totally. Here is the table to show how mainstream programming language to handle dead code. Most of them preven

Re: [PR] `SecureASTCustomizer` can't see types set prior by a type-checking extension [groovy]

2024-01-03 Thread via GitHub
eric-milles commented on PR #1913: URL: https://github.com/apache/groovy/pull/1913#issuecomment-1876006042 The `SecureASTCustomizer` is run as part of the _canonicalization_ compilation phase (5). Static type checking is run as part of the _instruction selection_ phase (6). But to y

Re: [PR] Replacing custom hashmap MetaMethodIndex with standard maps [groovy]

2024-01-04 Thread via GitHub
blackdrag commented on PR #2020: URL: https://github.com/apache/groovy/pull/2020#issuecomment-1876951120 > Why are the methods deprecated in `MetaMethod` and `ParameterTypes`? Are they not useful for other purposes? There are two cases, both of them are unused. First there is the

Re: [PR] make use of Runtime.version().feature() [groovy]

2024-01-04 Thread via GitHub
blackdrag commented on PR #2019: URL: https://github.com/apache/groovy/pull/2019#issuecomment-1876956061 > The changes all look fine except the `IllegalArgumentException` bit. Can you change the name of the parameter to indicate fail on asm parsing or whatever you'd call the purpose of the

[PR] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.4 to 6.0.5 [groovy]

2024-01-04 Thread via GitHub
dependabot[bot] opened a new pull request, #2026: URL: https://github.com/apache/groovy/pull/2026 Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 6.0.4 to 6.0.5. Release notes Sourced from https://github.com/spotbugs

Re: [PR] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.4 to 6.0.5 [groovy]

2024-01-04 Thread via GitHub
Goooler merged PR #2026: URL: https://github.com/apache/groovy/pull/2026 -- 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...@groov

Re: [PR] GROOVY-9464: Made GroovyDoc list inherited properties [groovy]

2024-01-05 Thread via GitHub
daniellansun commented on PR #2027: URL: https://github.com/apache/groovy/pull/2027#issuecomment-1878909215 Could you add some related tests for the 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

Re: [PR] GROOVY-9464: Made GroovyDoc list inherited properties [groovy]

2024-01-05 Thread via GitHub
moste00 commented on PR #2027: URL: https://github.com/apache/groovy/pull/2027#issuecomment-1878916072 > Could you add some related tests for the PR? Sorry but under which directory ? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] GROOVY-9464: Made GroovyDoc list inherited properties [groovy]

2024-01-05 Thread via GitHub
daniellansun commented on PR #2027: URL: https://github.com/apache/groovy/pull/2027#issuecomment-1878927469 You could put tests under the following package: https://github.com/apache/groovy/tree/822b8b413ba1014ec432a3ba0e6a3584fd1b8afb/subprojects/groovy-groovydoc/src/test/groovy/org/

Re: [PR] GROOVY-11261: Provide a custom type checker for format strings [groovy]

2024-01-05 Thread via GitHub
paulk-asert merged PR #2025: URL: https://github.com/apache/groovy/pull/2025 -- 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.asciidoctor:asciidoctor-gradle-jvm-pdf from 3.3.2 to 4.0.0 [groovy]

2024-01-07 Thread via GitHub
dependabot[bot] opened a new pull request, #2028: URL: https://github.com/apache/groovy/pull/2028 Bumps org.asciidoctor:asciidoctor-gradle-jvm-pdf from 3.3.2 to 4.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-

[PR] Bump org.asciidoctor:asciidoctor-gradle-jvm from 3.3.2 to 4.0.0 [groovy]

2024-01-07 Thread via GitHub
dependabot[bot] opened a new pull request, #2029: URL: https://github.com/apache/groovy/pull/2029 Bumps org.asciidoctor:asciidoctor-gradle-jvm from 3.3.2 to 4.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name

Re: [PR] Bump org.asciidoctor:asciidoctor-gradle-jvm from 3.3.2 to 4.0.0 [groovy]

2024-01-08 Thread via GitHub
dependabot[bot] closed pull request #2029: Bump org.asciidoctor:asciidoctor-gradle-jvm from 3.3.2 to 4.0.0 URL: https://github.com/apache/groovy/pull/2029 -- 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 g

Re: [PR] Bump org.asciidoctor:asciidoctor-gradle-jvm-pdf from 3.3.2 to 4.0.0 [groovy]

2024-01-08 Thread via GitHub
dependabot[bot] commented on PR #2028: URL: https://github.com/apache/groovy/pull/2028#issuecomment-1881564800 Looks like org.asciidoctor:asciidoctor-gradle-jvm-pdf is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to t

Re: [PR] Bump org.asciidoctor:asciidoctor-gradle-jvm-pdf from 3.3.2 to 4.0.0 [groovy]

2024-01-08 Thread via GitHub
dependabot[bot] closed pull request #2028: Bump org.asciidoctor:asciidoctor-gradle-jvm-pdf from 3.3.2 to 4.0.0 URL: https://github.com/apache/groovy/pull/2028 -- 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

Re: [PR] Bump org.asciidoctor:asciidoctor-gradle-jvm from 3.3.2 to 4.0.0 [groovy]

2024-01-08 Thread via GitHub
dependabot[bot] commented on PR #2029: URL: https://github.com/apache/groovy/pull/2029#issuecomment-1881564808 Looks like org.asciidoctor:asciidoctor-gradle-jvm is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the m

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2024-01-08 Thread via GitHub
eric-milles commented on code in PR #2023: URL: https://github.com/apache/groovy/pull/2023#discussion_r1445349235 ## src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java: ## @@ -66,6 +66,9 @@ public class CompilerConfiguration { /** Joint Compilation Option

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2024-01-08 Thread via GitHub
eric-milles commented on code in PR #2023: URL: https://github.com/apache/groovy/pull/2023#discussion_r1445353482 ## src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java: ## @@ -469,6 +472,8 @@ public CompilerConfiguration() { handleOptimizationOption(GR

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2024-01-08 Thread via GitHub
eric-milles commented on code in PR #2023: URL: https://github.com/apache/groovy/pull/2023#discussion_r1445353482 ## src/main/java/org/codehaus/groovy/control/CompilerConfiguration.java: ## @@ -469,6 +472,8 @@ public CompilerConfiguration() { handleOptimizationOption(GR

Re: [PR] GROOVY-11263: Analyze dead code [groovy]

2024-01-08 Thread via GitHub
eric-milles commented on PR #2023: URL: https://github.com/apache/groovy/pull/2023#issuecomment-1881861904 > dead code analysis, as its name shown, it just traverses AST and does not change the AST, so no tranforming [sic] changes involved. This was understood. The point is that if y

[PR] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.5 to 6.0.6 [groovy]

2024-01-08 Thread via GitHub
dependabot[bot] opened a new pull request, #2031: URL: https://github.com/apache/groovy/pull/2031 Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 6.0.5 to 6.0.6. Release notes Sourced from https://github.com/spotbugs

Re: [PR] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.5 to 6.0.6 [groovy]

2024-01-08 Thread via GitHub
Goooler merged PR #2031: URL: https://github.com/apache/groovy/pull/2031 -- 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...@groov

Re: [PR] make use of Runtime.version().feature() [groovy]

2024-01-09 Thread via GitHub
daniellansun merged PR #2019: URL: https://github.com/apache/groovy/pull/2019 -- 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] make use of Runtime.version().feature() [groovy]

2024-01-09 Thread via GitHub
daniellansun commented on PR #2019: URL: https://github.com/apache/groovy/pull/2019#issuecomment-1883409009 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.

[PR] Bump org.asciidoctor:asciidoctor-gradle-jvm-pdf from 4.0.0 to 4.0.1 [groovy]

2024-01-10 Thread via GitHub
dependabot[bot] opened a new pull request, #2033: URL: https://github.com/apache/groovy/pull/2033 Bumps org.asciidoctor:asciidoctor-gradle-jvm-pdf from 4.0.0 to 4.0.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-

[PR] Bump org.asciidoctor:asciidoctor-gradle-jvm from 4.0.0 to 4.0.1 [groovy]

2024-01-10 Thread via GitHub
dependabot[bot] opened a new pull request, #2034: URL: https://github.com/apache/groovy/pull/2034 Bumps org.asciidoctor:asciidoctor-gradle-jvm from 4.0.0 to 4.0.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name

Re: [PR] Bump org.asciidoctor:asciidoctor-gradle-jvm-pdf from 4.0.0 to 4.0.1 [groovy]

2024-01-11 Thread via GitHub
daniellansun merged PR #2033: URL: https://github.com/apache/groovy/pull/2033 -- 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] Bump org.asciidoctor:asciidoctor-gradle-jvm from 4.0.0 to 4.0.1 [groovy]

2024-01-11 Thread via GitHub
codecov-commenter commented on PR #2034: URL: https://github.com/apache/groovy/pull/2034#issuecomment-1886962770 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2034?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

Re: [PR] Bump org.asciidoctor:asciidoctor-gradle-jvm from 4.0.0 to 4.0.1 [groovy]

2024-01-11 Thread via GitHub
daniellansun merged PR #2034: URL: https://github.com/apache/groovy/pull/2034 -- 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-11271: ConcurrentCommonCache causes memory leaks [groovy]

2024-01-11 Thread via GitHub
daniellansun merged PR #2030: URL: https://github.com/apache/groovy/pull/2030 -- 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-11272: Generate `serialVersionUID` for each closure [groovy]

2024-01-11 Thread via GitHub
daniellansun merged PR #2032: URL: https://github.com/apache/groovy/pull/2032 -- 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] Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.1.13 to 5.1.14 [groovy]

2024-01-11 Thread via GitHub
dependabot[bot] opened a new pull request, #2035: URL: https://github.com/apache/groovy/pull/2035 Bumps [org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin) from 5.1.13 to 5.1.14. Release notes Sourced from https://github.com/jfrog/

Re: [PR] Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.1.13 to 5.1.14 [groovy]

2024-01-11 Thread via GitHub
codecov-commenter commented on PR #2035: URL: https://github.com/apache/groovy/pull/2035#issuecomment-1888249457 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2035?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

Re: [PR] Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.1.13 to 5.1.14 [groovy]

2024-01-12 Thread via GitHub
paulk-asert merged PR #2035: URL: https://github.com/apache/groovy/pull/2035 -- 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-9464: Made GroovyDoc list inherited properties [groovy]

2024-01-13 Thread via GitHub
paulk-asert merged PR #2027: URL: https://github.com/apache/groovy/pull/2027 -- 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-9464: Made GroovyDoc list inherited properties [groovy]

2024-01-13 Thread via GitHub
paulk-asert commented on PR #2027: URL: https://github.com/apache/groovy/pull/2027#issuecomment-1890429640 Merged, thanks! I have just been working on another Groovydoc change, so it won't be too hard for me to add a test. -- This is an automated message from the Apache Git Service. To re

Re: [PR] GROOVY-8096 setScriptBaseClass with Java class breaks @Field Binding init due to call to super() instead of super(Binding) [groovy]

2024-01-15 Thread via GitHub
eric-milles closed pull request #502: GROOVY-8096 setScriptBaseClass with Java class breaks @Field Binding init due to call to super() instead of super(Binding) URL: https://github.com/apache/groovy/pull/502 -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] GROOVY-9464: Made GroovyDoc list inherited properties [groovy]

2024-01-15 Thread via GitHub
moste00 commented on PR #2027: URL: https://github.com/apache/groovy/pull/2027#issuecomment-1892793869 > Merged, thanks! I have just been working on another Groovydoc change, so it won't be too hard for me to add a test. Hello again, thanks very much! Very sorry for not adding

[PR] Use `Collections.EMPTY_MAP` in no-arg constructor [groovy]

2024-01-18 Thread via GitHub
PaintNinja opened a new pull request, #2036: URL: https://github.com/apache/groovy/pull/2036 This PR changes the map used in the generated no-arg constructor to use the `Collections.EMPTY_MAP` instance rather than creating a new `LinkedHashMap` each call. ```diff @Generated pri

Re: [PR] Use `Collections.EMPTY_MAP` in generated no-arg constructor from `@TupleConstructor` [groovy]

2024-01-18 Thread via GitHub
PaintNinja closed pull request #2036: Use `Collections.EMPTY_MAP` in generated no-arg constructor from `@TupleConstructor` URL: https://github.com/apache/groovy/pull/2036 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

Re: [PR] GROOVY-11292: Class without sealed parent cannot be non-sealed [groovy]

2024-01-20 Thread via GitHub
codecov-commenter commented on PR #2037: URL: https://github.com/apache/groovy/pull/2037#issuecomment-1902171856 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2037?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

Re: [PR] GROOVY-11292: Class without sealed parent cannot be non-sealed [groovy]

2024-01-21 Thread via GitHub
eric-milles commented on PR #2037: URL: https://github.com/apache/groovy/pull/2037#issuecomment-1902721131 Could you add the Java 19+ build stuff separately? Is it possible to incorporate the non-sealed checking into `isSealed()` and then you would be checking `!isSealed()` instead of

Re: [PR] GROOVY-11292: Class without sealed parent cannot be non-sealed [groovy]

2024-01-21 Thread via GitHub
daniellansun commented on PR #2037: URL: https://github.com/apache/groovy/pull/2037#issuecomment-1902735259 > Could you add the Java 19+ build stuff separately? Sure. I just want to see if the fix works for Java 19+. > Is it possible to incorporate the non-sealed checking into isSea

[PR] Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 [groovy]

2024-01-22 Thread via GitHub
dependabot[bot] opened a new pull request, #2038: URL: https://github.com/apache/groovy/pull/2038 Bumps com.github.ben-manes.versions from 0.50.0 to 0.51.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gi

Re: [PR] Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 [groovy]

2024-01-22 Thread via GitHub
codecov-commenter commented on PR #2038: URL: https://github.com/apache/groovy/pull/2038#issuecomment-1905169803 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2038?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

Re: [PR] Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 [groovy]

2024-01-22 Thread via GitHub
Goooler merged PR #2038: URL: https://github.com/apache/groovy/pull/2038 -- 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...@groov

Re: [PR] Polish GHA configs [groovy]

2024-01-22 Thread via GitHub
Goooler commented on PR #2039: URL: https://github.com/apache/groovy/pull/2039#issuecomment-1905266340 JDK 23 EA fails, any idea? https://github.com/Goooler/groovy/actions/runs/7620906327/job/20756416157 -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Polish GHA configs [groovy]

2024-01-22 Thread via GitHub
daniellansun commented on PR #2039: URL: https://github.com/apache/groovy/pull/2039#issuecomment-1905268034 > JDK 23 EA fails, any idea? > > https://github.com/Goooler/groovy/actions/runs/7620906327/job/20756416157 Don't add JDK 23 build for now. -- This is an automated mess

Re: [PR] Polish GHA configs [groovy]

2024-01-22 Thread via GitHub
Goooler commented on PR #2039: URL: https://github.com/apache/groovy/pull/2039#issuecomment-1905312409 All checks passed in my fork https://github.com/Goooler/groovy/commit/7c3074a0c7c036a3b8cbad0188ac38de3cc6f6e7. -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Polish GHA configs [groovy]

2024-01-23 Thread via GitHub
Goooler commented on code in PR #2039: URL: https://github.com/apache/groovy/pull/2039#discussion_r1462923239 ## src/test/org/codehaus/groovy/util/ReferenceManagerTest.groovy: ## @@ -144,7 +144,7 @@ class ReferenceManagerTest extends GroovyTestCase { } } -pri

Re: [PR] Polish GHA configs [groovy]

2024-01-23 Thread via GitHub
daniellansun commented on code in PR #2039: URL: https://github.com/apache/groovy/pull/2039#discussion_r1463399735 ## src/test/org/codehaus/groovy/util/ReferenceManagerTest.groovy: ## @@ -144,7 +144,7 @@ class ReferenceManagerTest extends GroovyTestCase { } } -

[PR] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.6 to 6.0.7 [groovy]

2024-01-23 Thread via GitHub
dependabot[bot] opened a new pull request, #2040: URL: https://github.com/apache/groovy/pull/2040 Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 6.0.6 to 6.0.7. Release notes Sourced from https://github.com/spotbugs

Re: [PR] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.6 to 6.0.7 [groovy]

2024-01-23 Thread via GitHub
codecov-commenter commented on PR #2040: URL: https://github.com/apache/groovy/pull/2040#issuecomment-1907210371 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2040?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

Re: [PR] Bump com.github.spotbugs.snom:spotbugs-gradle-plugin from 6.0.6 to 6.0.7 [groovy]

2024-01-24 Thread via GitHub
Goooler merged PR #2040: URL: https://github.com/apache/groovy/pull/2040 -- 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...@groov

Re: [PR] GROOVY-11295: Optimise generated next() and previous() in enums [groovy]

2024-01-24 Thread via GitHub
paulk-asert merged PR #2041: URL: https://github.com/apache/groovy/pull/2041 -- 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-11292: Class without sealed parent cannot be non-sealed [groovy]

2024-01-24 Thread via GitHub
paulk-asert merged PR #2037: URL: https://github.com/apache/groovy/pull/2037 -- 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] Polish GHA configs [groovy]

2024-01-24 Thread via GitHub
Goooler commented on PR #2039: URL: https://github.com/apache/groovy/pull/2039#issuecomment-1909400568 I'll squash these commits when we are ready. -- 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

Re: [PR] Polish GHA configs [groovy]

2024-01-24 Thread via GitHub
codecov-commenter commented on PR #2039: URL: https://github.com/apache/groovy/pull/2039#issuecomment-1909415272 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2039?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

Re: [PR] Polish GHA configs [groovy]

2024-01-24 Thread via GitHub
Goooler commented on PR #2039: URL: https://github.com/apache/groovy/pull/2039#issuecomment-1909424942 I just merged test jobs into one file in 7f53ec4f4623188b3d5f49a782e0e8df8aabef18, is this makes sense to you? -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] GROOVY-11297: Fail to identify duplicate constructor declaration [groovy]

2024-01-24 Thread via GitHub
codecov-commenter commented on PR #2042: URL: https://github.com/apache/groovy/pull/2042#issuecomment-1909479909 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2042?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Re

Re: [PR] GROOVY-11297: Fail to identify duplicate constructor declaration [groovy]

2024-01-25 Thread via GitHub
daniellansun commented on PR #2042: URL: https://github.com/apache/groovy/pull/2042#issuecomment-1909781248 +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 unsubs

Re: [PR] Polish GHA configs [groovy]

2024-01-25 Thread via GitHub
Goooler merged PR #2039: URL: https://github.com/apache/groovy/pull/2039 -- 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...@groov

Re: [PR] GROOVY-11297: Fail to identify duplicate constructor declaration [groovy]

2024-01-25 Thread via GitHub
paulk-asert merged PR #2042: URL: https://github.com/apache/groovy/pull/2042 -- 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] Migrate deprecated buildDir [groovy]

2024-01-26 Thread via GitHub
paulk-asert commented on code in PR #2043: URL: https://github.com/apache/groovy/pull/2043#discussion_r1467357057 ## build-logic/src/main/groovy/org.apache.groovy-asciidoctor.gradle: ## @@ -53,14 +53,14 @@ asciidoctor { sources { include '*.adoc' } -output

Re: [PR] Migrate deprecated buildDir [groovy]

2024-01-26 Thread via GitHub
Goooler commented on code in PR #2043: URL: https://github.com/apache/groovy/pull/2043#discussion_r1467358053 ## build-logic/src/main/groovy/org.apache.groovy-asciidoctor.gradle: ## @@ -53,14 +53,14 @@ asciidoctor { sources { include '*.adoc' } -outputDir

Re: [PR] Migrate deprecated buildDir [groovy]

2024-01-26 Thread via GitHub
Goooler commented on code in PR #2043: URL: https://github.com/apache/groovy/pull/2043#discussion_r1467364144 ## build-logic/src/main/groovy/org.apache.groovy-asciidoctor.gradle: ## @@ -126,7 +126,7 @@ asciidoctor.onlyIf { project.file('src/spec/doc').exists() } def asciidoct

Re: [PR] Migrate deprecated buildDir [groovy]

2024-01-26 Thread via GitHub
paulk-asert commented on code in PR #2043: URL: https://github.com/apache/groovy/pull/2043#discussion_r1467375986 ## build-logic/src/main/groovy/org.apache.groovy-distribution.gradle: ## @@ -181,7 +181,7 @@ tasks.register('dist') { tasks.register("installGroovy", Sync) {

Re: [PR] Migrate deprecated buildDir [groovy]

2024-01-26 Thread via GitHub
paulk-asert commented on code in PR #2043: URL: https://github.com/apache/groovy/pull/2043#discussion_r1467377244 ## build-logic/src/main/groovy/org.apache.groovy-performance.gradle: ## @@ -70,7 +70,7 @@ tasks.named('compileJmhGroovy') { tasks.register('displayJmhResults') {

Re: [PR] Migrate deprecated buildDir [groovy]

2024-01-26 Thread via GitHub
Goooler commented on code in PR #2043: URL: https://github.com/apache/groovy/pull/2043#discussion_r1467378730 ## build-logic/src/main/groovy/org.apache.groovy-performance.gradle: ## @@ -70,7 +70,7 @@ tasks.named('compileJmhGroovy') { tasks.register('displayJmhResults') {

<    1   2   3   4   5   6   7   8   9   10   >