Re: [PR] GROOVY-11229: Support pattern matching for `instanceof` [groovy]

2023-11-25 Thread via GitHub
daniellansun commented on PR #1994: URL: https://github.com/apache/groovy/pull/1994#issuecomment-1826414813 Closed. I misunderstood the usage of draft pull request. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] Fix Groovy 4.0.x pipeline [groovy]

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

Re: [PR] Fix Groovy 4.0.x pipeline [groovy]

2023-11-25 Thread via GitHub
keeganwitt merged PR #1995: URL: https://github.com/apache/groovy/pull/1995 -- 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...@gr

Re: [PR] Update GitHub runners [groovy]

2023-11-25 Thread via GitHub
keeganwitt merged PR #1996: URL: https://github.com/apache/groovy/pull/1996 -- 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...@gr

Re: [PR] GROOVY-11194 (Groovy 4.0) [groovy]

2023-11-25 Thread via GitHub
keeganwitt merged PR #1992: URL: https://github.com/apache/groovy/pull/1992 -- 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...@gr

Re: [PR] GROOVY-11194 (Groovy 3.0) [groovy]

2023-11-25 Thread via GitHub
keeganwitt merged PR #1976: URL: https://github.com/apache/groovy/pull/1976 -- 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...@gr

Re: [PR] GROOVY-11194 (Groovy 2.5) [groovy]

2023-11-25 Thread via GitHub
keeganwitt merged PR #1977: URL: https://github.com/apache/groovy/pull/1977 -- 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...@gr

Re: [PR] GROOVY-10060: Support static & private interface methods [groovy]

2023-11-26 Thread via GitHub
daniellansun commented on PR #1997: URL: https://github.com/apache/groovy/pull/1997#issuecomment-1826790758 +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-10060: Support static & private interface methods [groovy]

2023-11-26 Thread via GitHub
eric-milles commented on PR #1997: URL: https://github.com/apache/groovy/pull/1997#issuecomment-1826862454 Now `private` methods are supported in interfaces. Are `static` also supported? It was less clear from the changes if this is the case. Also, are there tests for `protected` and `@P

Re: [PR] GROOVY-10060: Support static & private interface methods [groovy]

2023-11-26 Thread via GitHub
eric-milles commented on PR #1997: URL: https://github.com/apache/groovy/pull/1997#issuecomment-1826873641 Something is missing in the stub generator, because when I try to add a static method to a groovy interface, it states that the java implementer needs to implement the abstract method.

Re: [PR] GROOVY-10060: Support static & private interface methods [groovy]

2023-11-26 Thread via GitHub
eric-milles commented on PR #1997: URL: https://github.com/apache/groovy/pull/1997#issuecomment-1826876769 @blackdrag @paulk-asert I was able to implement a groovy `interface` with both `default` and `private` methods in it using a java `class` (test case above). Very encouraging progress

Re: [PR] GROOVY-10060: Support static & private interface methods [groovy]

2023-11-26 Thread via GitHub
paulk-asert commented on PR #1997: URL: https://github.com/apache/groovy/pull/1997#issuecomment-1826880815 Yes, statics are still a work in progress. The `InterfaceName.this.method()` is a hook to allow us to hardcode the interface as receiver. -- This is an automated message from the Apa

Re: [PR] GROOVY-10060: Support static & private interface methods [groovy]

2023-11-26 Thread via GitHub
paulk-asert commented on PR #1997: URL: https://github.com/apache/groovy/pull/1997#issuecomment-1826883479 I'll split the issue up since I don't think I will get static finished for alpha-3. There is still some more testing and doco to come too. -- This is an automated message from the Ap

Re: [PR] GROOVY-10060: Support static & private interface methods [groovy]

2023-11-26 Thread via GitHub
paulk-asert closed pull request #1997: GROOVY-10060: Support static & private interface methods URL: https://github.com/apache/groovy/pull/1997 -- 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-10060: Support static & private interface methods [groovy]

2023-11-26 Thread via GitHub
paulk-asert commented on PR #1997: URL: https://github.com/apache/groovy/pull/1997#issuecomment-1826883539 Merged the private methods commits. -- 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

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

2023-11-26 Thread via GitHub
dependabot[bot] opened a new pull request, #1998: URL: https://github.com/apache/groovy/pull/1998 Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.2.3 to 5.2.4. Release notes Sourced from https://github.com/spotbugs

Re: [PR] GROOVY-11238: Logical implication operator revisited [groovy]

2023-11-27 Thread via GitHub
daniellansun commented on PR #1999: URL: https://github.com/apache/groovy/pull/1999#issuecomment-1827717571 +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

[PR] Change GROOVY-9962 test to be compatible with Java 8 [groovy]

2023-11-27 Thread via GitHub
keeganwitt opened a new pull request, #2000: URL: https://github.com/apache/groovy/pull/2000 Instead of skipping the GROOVY-9962 test (as introduced in #1995), we can use a different annotation that accepts a value in Java 8. -- This is an automated message from the Apache Git Service. To

Re: [PR] Change GROOVY-9962 test to be compatible with Java 8 [groovy]

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

Re: [PR] Change GROOVY-9962 test to be compatible with Java 8 [groovy]

2023-11-27 Thread via GitHub
paulk-asert merged PR #2000: URL: https://github.com/apache/groovy/pull/2000 -- 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-9801: Print default on interface methods with default implementation [groovy]

2023-11-27 Thread via GitHub
eric-milles closed pull request #1482: GROOVY-9801: Print default on interface methods with default implementation URL: https://github.com/apache/groovy/pull/1482 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [PR] GROOVY-9017 DGM methods [groovy]

2023-11-27 Thread via GitHub
eric-milles closed pull request #1560: GROOVY-9017 DGM methods URL: https://github.com/apache/groovy/pull/1560 -- 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-9999,GROOVY-8488:STC:make decimal literal parameter can auto c… [groovy]

2023-11-27 Thread via GitHub
eric-milles closed pull request #1602: GROOVY-,GROOVY-8488:STC:make decimal literal parameter can auto c… URL: https://github.com/apache/groovy/pull/1602 -- 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] GROOVY-11238: Logical implication operator revisited [groovy]

2023-11-27 Thread via GitHub
daniellansun commented on code in PR #1999: URL: https://github.com/apache/groovy/pull/1999#discussion_r1406945262 ## src/antlr/GroovyParser.g4: ## @@ -848,6 +848,9 @@ expression // logical or (||) (level 13) | left=expression nls op=OR nls right=expression

Re: [PR] GROOVY-11238: Logical implication operator revisited [groovy]

2023-11-27 Thread via GitHub
daniellansun commented on code in PR #1999: URL: https://github.com/apache/groovy/pull/1999#discussion_r1406945262 ## src/antlr/GroovyParser.g4: ## @@ -848,6 +848,9 @@ expression // logical or (||) (level 13) | left=expression nls op=OR nls right=expression

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

2023-11-27 Thread via GitHub
Goooler merged PR #1998: URL: https://github.com/apache/groovy/pull/1998 -- 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-11238: Logical implication operator revisited [groovy]

2023-11-27 Thread via GitHub
paulk-asert commented on code in PR #1999: URL: https://github.com/apache/groovy/pull/1999#discussion_r1407059329 ## src/antlr/GroovyParser.g4: ## @@ -848,6 +848,9 @@ expression // logical or (||) (level 13) | left=expression nls op=OR nls right=expression

[PR] GROOVY-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
paulk-asert opened a new pull request, #2001: URL: https://github.com/apache/groovy/pull/2001 (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-11238: Logical implication operator revisited [groovy]

2023-11-28 Thread via GitHub
daniellansun commented on code in PR #1999: URL: https://github.com/apache/groovy/pull/1999#discussion_r1407754977 ## src/antlr/GroovyParser.g4: ## @@ -848,6 +848,9 @@ expression // logical or (||) (level 13) | left=expression nls op=OR nls right=expression

Re: [PR] GROOVY-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
eric-milles commented on code in PR #2001: URL: https://github.com/apache/groovy/pull/2001#discussion_r1408404532 ## src/test/groovy/InterfaceTest.groovy: ## @@ -91,4 +91,19 @@ final class InterfaceTest extends CompilableTestSupport { assert impl2.foo() == 'hello fr

Re: [PR] GROOVY-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
eric-milles commented on PR #2001: URL: https://github.com/apache/groovy/pull/2001#issuecomment-1830732529 With static method support so close at hand, did you think of re-rolling 5.0.0-alpha-3? -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] GROOVY-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
eric-milles commented on PR #2001: URL: https://github.com/apache/groovy/pull/2001#issuecomment-1830768443 I have all these changes together locally if you'd like me to push a branch or commit. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] GROOVY-11238: Logical implication operator revisited [groovy]

2023-11-28 Thread via GitHub
paulk-asert merged PR #1999: URL: https://github.com/apache/groovy/pull/1999 -- 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-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
paulk-asert commented on PR #2001: URL: https://github.com/apache/groovy/pull/2001#issuecomment-1831026189 > With static method support so close at hand, did you think of re-rolling 5.0.0-alpha-3? Let's go with the current release and shoot for another before the end of the year. -

Re: [PR] GROOVY-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
paulk-asert commented on code in PR #2001: URL: https://github.com/apache/groovy/pull/2001#discussion_r1408618851 ## src/main/java/org/codehaus/groovy/classgen/ClassCompletionVerifier.java: ## @@ -418,10 +418,6 @@ private void checkMethodsForIncorrectModifiers(final ClassNode c

Re: [PR] GROOVY-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
paulk-asert commented on code in PR #2001: URL: https://github.com/apache/groovy/pull/2001#discussion_r1408619048 ## src/main/java/org/codehaus/groovy/classgen/ClassCompletionVerifier.java: ## @@ -418,10 +418,6 @@ private void checkMethodsForIncorrectModifiers(final ClassNode c

Re: [PR] GROOVY-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
paulk-asert commented on code in PR #2001: URL: https://github.com/apache/groovy/pull/2001#discussion_r1408619139 ## src/test/groovy/InterfaceTest.groovy: ## @@ -91,4 +91,19 @@ final class InterfaceTest extends CompilableTestSupport { assert impl2.foo() == 'hello fr

Re: [PR] GROOVY-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
paulk-asert commented on PR #2001: URL: https://github.com/apache/groovy/pull/2001#issuecomment-1831068762 > I have all these changes together locally if you'd like me to push a branch or commit. I've included some of them with tweaks. I'll merge when ready but feel free to amend fur

Re: [PR] GROOVY-11237: Support static interface methods [groovy]

2023-11-28 Thread via GitHub
paulk-asert merged PR #2001: URL: https://github.com/apache/groovy/pull/2001 -- 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 com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.2.4 to 5.2.5 [groovy]

2023-11-29 Thread via GitHub
dependabot[bot] opened a new pull request, #2003: URL: https://github.com/apache/groovy/pull/2003 Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.2.4 to 5.2.5. Release notes Sourced from https://github.com/spotbugs

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

2023-11-29 Thread via GitHub
Goooler merged PR #2003: URL: https://github.com/apache/groovy/pull/2003 -- 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

[PR] Renovate updates [groovy]

2023-11-30 Thread via GitHub
Goooler opened a new pull request, #2004: URL: https://github.com/apache/groovy/pull/2004 I'm enabling @renovate-bot in my fork, it would send dep updates more efficiently than @dependabot. I'll create updates from it if we can accept. https://docs.renovatebot.com -- This is an aut

Re: [PR] Renovate updates [groovy]

2023-11-30 Thread via GitHub
Goooler commented on PR #2004: URL: https://github.com/apache/groovy/pull/2004#issuecomment-1834305786 Let me know if there is any legal or copyright issue to prevent us from doing this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] GROOVY-11240: Tweak cleanup DFA cache of parser [groovy]

2023-12-01 Thread via GitHub
daniellansun merged PR #2002: URL: https://github.com/apache/groovy/pull/2002 -- 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] Renovate updates [groovy]

2023-12-01 Thread via GitHub
daniellansun commented on PR #2004: URL: https://github.com/apache/groovy/pull/2004#issuecomment-1836527375 I'm not sure how you set the token. ``` 1. Set your PAT as a token in your config.js file 2. Set your PAT as an environment variable RENOVATE_TOKEN 3. Set your PAT when

Re: [PR] Renovate updates [groovy]

2023-12-01 Thread via GitHub
Goooler commented on PR #2004: URL: https://github.com/apache/groovy/pull/2004#issuecomment-1836546235 I'm planning to send Renovate updates manually, I'll view their docs later for looking if there is any automatically way. -- This is an automated message from the Apache Git Service. To

Re: [PR] Renovate updates [groovy]

2023-12-03 Thread via GitHub
Goooler commented on PR #2004: URL: https://github.com/apache/groovy/pull/2004#issuecomment-1837441972 I didn't find any docs mentioning how to let @renovate-bot send PRs to the upstream repo. -- This is an automated message from the Apache Git Service. To respond to the message, please l

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

2023-12-03 Thread via GitHub
dependabot[bot] opened a new pull request, #2005: URL: https://github.com/apache/groovy/pull/2005 Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.2.5 to 6.0.1. Release notes Sourced from https://github.com/spotbugs

[PR] Bump actions/setup-java from 3 to 4 [groovy]

2023-12-03 Thread via GitHub
dependabot[bot] opened a new pull request, #2006: URL: https://github.com/apache/groovy/pull/2006 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. Release notes Sourced from https://github.com/actions/setup-java/releases";>actions/setup-java's release

Re: [PR] Bump actions/setup-java from 3 to 4 [groovy]

2023-12-03 Thread via GitHub
Goooler merged PR #2006: URL: https://github.com/apache/groovy/pull/2006 -- 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] SpotBugs Gradle plugin v6 [groovy]

2023-12-03 Thread via GitHub
Goooler merged PR #2005: URL: https://github.com/apache/groovy/pull/2005 -- 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

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

2023-12-04 Thread via GitHub
dependabot[bot] opened a new pull request, #2007: URL: https://github.com/apache/groovy/pull/2007 Bumps [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 6.0.1 to 6.0.2. Release notes Sourced from https://github.com/spotbugs

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

2023-12-04 Thread via GitHub
Goooler merged PR #2007: URL: https://github.com/apache/groovy/pull/2007 -- 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

[PR] Bump com.gradle.enterprise from 3.13 to 3.16 [groovy]

2023-12-05 Thread via GitHub
dependabot[bot] opened a new pull request, #2008: URL: https://github.com/apache/groovy/pull/2008 Bumps com.gradle.enterprise from 3.13 to 3.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.enterpr

[PR] Bump com.gradle.common-custom-user-data-gradle-plugin from 1.12 to 1.12.1 [groovy]

2023-12-05 Thread via GitHub
dependabot[bot] opened a new pull request, #2009: URL: https://github.com/apache/groovy/pull/2009 Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.12 to 1.12.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?depen

Re: [PR] Bump com.gradle.common-custom-user-data-gradle-plugin from 1.12 to 1.12.1 [groovy]

2023-12-05 Thread via GitHub
Goooler merged PR #2009: URL: https://github.com/apache/groovy/pull/2009 -- 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] Bump com.gradle.enterprise from 3.13 to 3.16 [groovy]

2023-12-05 Thread via GitHub
Goooler commented on PR #2008: URL: https://github.com/apache/groovy/pull/2008#issuecomment-1841999363 @paulk-asert Where we can see the latest plugin version that the ASF hosted GE supports? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] Bump com.gradle.enterprise from 3.13 to 3.16 [groovy]

2023-12-05 Thread via GitHub
paulk-asert commented on PR #2008: URL: https://github.com/apache/groovy/pull/2008#issuecomment-1842162668 > @paulk-asert Where we can see the latest plugin version that the ASF hosted GE supports? You can find the version the ASF is using at the bottom of the page here: https:

Re: [PR] Bump com.gradle.enterprise from 3.13 to 3.16 [groovy]

2023-12-05 Thread via GitHub
Goooler commented on PR #2008: URL: https://github.com/apache/groovy/pull/2008#issuecomment-1842168484 Develocity versions | Minimum plugin version | Maximum plugin version -- | -- | -- 2023.4 | 1.0 | 3.16 2023.3 | 1.0 | 3.15.1 2023.2 | 1.0 | 3.14.1 2023.1 | 1.0 | 3.13.4

Re: [PR] Bump com.gradle.enterprise from 3.13 to 3.16 [groovy]

2023-12-05 Thread via GitHub
Goooler commented on code in PR #2008: URL: https://github.com/apache/groovy/pull/2008#discussion_r1416732251 ## settings.gradle: ## @@ -30,7 +30,7 @@ pluginManagement { // check https://gradle.com/enterprise/releases with new versions. GE plugin version should not lag behin

Re: [PR] Renovate updates [groovy]

2023-12-05 Thread via GitHub
Goooler closed pull request #2004: Renovate updates URL: https://github.com/apache/groovy/pull/2004 -- 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: noti

Re: [PR] Bump com.gradle.enterprise from 3.13 to 3.16 [groovy]

2023-12-06 Thread via GitHub
Goooler merged PR #2008: URL: https://github.com/apache/groovy/pull/2008 -- 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] Bump com.gradle.enterprise from 3.13 to 3.16 [groovy]

2023-12-06 Thread via GitHub
Goooler commented on PR #2008: URL: https://github.com/apache/groovy/pull/2008#issuecomment-1843104142 Oooops, I misread this `2023.3.4` to `2023.4`, fixing in 592a7c92fde2f1c8053b35cc7dd998e95f7a7ca5. -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] Bump com.gradle.enterprise from 3.15 to 3.16 [groovy]

2023-12-06 Thread via GitHub
dependabot[bot] opened a new pull request, #2010: URL: https://github.com/apache/groovy/pull/2010 Bumps com.gradle.enterprise from 3.15 to 3.16. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.enterpr

Re: [PR] Bump com.gradle.enterprise from 3.15 to 3.16 [groovy]

2023-12-06 Thread via GitHub
dependabot[bot] commented on PR #2010: URL: https://github.com/apache/groovy/pull/2010#issuecomment-1844674102 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

Re: [PR] Bump com.gradle.enterprise from 3.15 to 3.16 [groovy]

2023-12-06 Thread via GitHub
Goooler closed pull request #2010: Bump com.gradle.enterprise from 3.15 to 3.16 URL: https://github.com/apache/groovy/pull/2010 -- 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-11200: (Second Approach) JsonSlurper should throw exception when parsing invalid String ended with a right curly brace [groovy]

2023-12-12 Thread via GitHub
paulk-asert commented on PR #1974: URL: https://github.com/apache/groovy/pull/1974#issuecomment-1851638508 This looks okay to me. I plan to merge tomorrow if no further comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

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

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

Re: [PR] GROOVY-11200: (Second Approach) JsonSlurper should throw exception when parsing invalid String ended with a right curly brace [groovy]

2023-12-13 Thread via GitHub
paulk-asert merged PR #1974: URL: https://github.com/apache/groovy/pull/1974 -- 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] Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.1.11 to 5.1.12 [groovy]

2023-12-13 Thread via GitHub
paulk-asert merged PR #2011: URL: https://github.com/apache/groovy/pull/2011 -- 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 com.gradle.enterprise from 3.15 to 3.16.1 [groovy]

2023-12-14 Thread via GitHub
dependabot[bot] opened a new pull request, #2012: URL: https://github.com/apache/groovy/pull/2012 Bumps com.gradle.enterprise from 3.15 to 3.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gradle.enter

Re: [PR] Bump com.gradle.enterprise from 3.15 to 3.16.1 [groovy]

2023-12-14 Thread via GitHub
dependabot[bot] commented on PR #2012: URL: https://github.com/apache/groovy/pull/2012#issuecomment-1857199042 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

Re: [PR] Bump com.gradle.enterprise from 3.15 to 3.16.1 [groovy]

2023-12-14 Thread via GitHub
Goooler closed pull request #2012: Bump com.gradle.enterprise from 3.15 to 3.16.1 URL: https://github.com/apache/groovy/pull/2012 -- 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] fix: slashy string doc [groovy]

2024-10-09 Thread via GitHub
paulk-asert merged PR #2116: URL: https://github.com/apache/groovy/pull/2116 -- 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] fix: slashy string doc [groovy]

2024-10-09 Thread via GitHub
paulk-asert commented on PR #2116: URL: https://github.com/apache/groovy/pull/2116#issuecomment-2403423227 Merged, thanks! It will appear on the website when we do the next release (or if we do a manual website update in the meantime). -- This is an automated message from the Apache Git S

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

2024-10-29 Thread via GitHub
eric-milles commented on PR #1767: URL: https://github.com/apache/groovy/pull/1767#issuecomment-2444229021 @blackdrag @paulk-asert If I refresh the branch, do you think this is viable? The test case should illustrate the new hiding behavior. -- This is an automated message from the Apach

Re: [PR] GROOVY-11459: MD5 is already an insecure hash algorithm, replacing it with SHA256 i… [groovy]

2024-10-25 Thread via GitHub
GianniGiglio commented on PR #2112: URL: https://github.com/apache/groovy/pull/2112#issuecomment-2435613155 Hi are there any plans to backport this to groovy 4 release? -- 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-11516: Improve consistency of treatment for internal properties [groovy]

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

Re: [PR] GROOVY-11508: change exception to detailed warning [groovy]

2024-10-25 Thread via GitHub
eric-milles commented on PR #2117: URL: https://github.com/apache/groovy/pull/2117#issuecomment-2438278862 I relaxed from an error to a warning for traits: https://github.com/apache/groovy/commit/9d0d67197eb8cd333e973b08d4d0f4b7f3f41475 -- This is an automated message from the Apac

Re: [PR] GROOVY-11508: change exception to detailed warning [groovy]

2024-10-25 Thread via GitHub
eric-milles closed pull request #2117: GROOVY-11508: change exception to detailed warning URL: https://github.com/apache/groovy/pull/2117 -- 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

Re: [PR] GROOVY-11508: change exception to detailed warning [groovy]

2024-10-25 Thread via GitHub
eric-milles commented on PR #2117: URL: https://github.com/apache/groovy/pull/2117#issuecomment-2438361044 This should stop the errors for `Entity` and `GormEntity`. However, you may still get an error for the interface `GormEntityApi` per your example. You can try out the snapshot build

Re: [PR] Update style-guide.adoc with 4 proper rendering of "`" character [groovy]

2024-11-08 Thread via GitHub
paulk-asert commented on PR #2119: URL: https://github.com/apache/groovy/pull/2119#issuecomment-2466026939 Thanks for spotting those. I suspect they might have worked as is on a very old version of Asciidoc. In any case, I think the sentence could be made clearer without the pluralization o

Re: [PR] Update style-guide.adoc with 4 proper rendering of "`" character [groovy]

2024-11-08 Thread via GitHub
paulk-asert merged PR #2119: URL: https://github.com/apache/groovy/pull/2119 -- 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] Update style-guide.adoc with 4 proper rendering of "`" character [groovy]

2024-11-08 Thread via GitHub
fanofxiaofeng commented on PR #2119: URL: https://github.com/apache/groovy/pull/2119#issuecomment-2466028323 OK, thanks for the details. -- 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 specif

Re: [PR] Update style-guide.adoc with 4 proper rendering of "`" character [groovy]

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

[PR] Update style-guide.adoc with 4 proper rendering of "`" character [groovy]

2024-11-08 Thread via GitHub
fanofxiaofeng opened a new pull request, #2119: URL: https://github.com/apache/groovy/pull/2119 As mentioned in Example 6 in https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/#text-formatting, two consecutive "`" character can be used to render unconstrained italic (I

Re: [PR] Update style-guide.adoc with 4 proper rendering of "`" character [groovy]

2024-11-08 Thread via GitHub
paulk-asert commented on code in PR #2119: URL: https://github.com/apache/groovy/pull/2119#discussion_r1835235874 ## src/spec/doc/style-guide.adoc: ## @@ -622,7 +622,7 @@ and the resulting value will be null if something's `null`. To check your parameters, your return values,

Re: [PR] GROOVY-11520: Remove deprecated collections [groovy]

2024-11-12 Thread via GitHub
daniellansun merged PR #2120: URL: https://github.com/apache/groovy/pull/2120 -- 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-8084, GROOVY-9074, GROOVY-10588: STC: wildcard capture checks [groovy]

2024-11-13 Thread via GitHub
eric-milles merged PR #2121: URL: https://github.com/apache/groovy/pull/2121 -- 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] Update style-guide.adoc with 4 proper rendering of "`" character [groovy]

2024-11-08 Thread via GitHub
paulk-asert commented on code in PR #2119: URL: https://github.com/apache/groovy/pull/2119#discussion_r1835235874 ## src/spec/doc/style-guide.adoc: ## @@ -622,7 +622,7 @@ and the resulting value will be null if something's `null`. To check your parameters, your return values,

Re: [PR] Update style-guide.adoc with 4 proper rendering of "`" character [groovy]

2024-11-08 Thread via GitHub
paulk-asert commented on code in PR #2119: URL: https://github.com/apache/groovy/pull/2119#discussion_r1835235507 ## src/spec/doc/style-guide.adoc: ## @@ -622,7 +622,7 @@ and the resulting value will be null if something's `null`. To check your parameters, your return values,

[PR] update tools-ide.adoc and fix dead link to IntelliJ IDEA's groovy docs [groovy]

2024-09-23 Thread via GitHub
Alchemik opened a new pull request, #2115: URL: https://github.com/apache/groovy/pull/2115 Fixed dead link to IntelliJ IDEA > Groovy docs ![obraz](https://github.com/user-attachments/assets/22292044-e2a1-499d-9621-7b1e53c4a0ef) -- This is an automated message from the Apache Git Se

Re: [PR] update tools-ide.adoc and fix dead link to IntelliJ IDEA's groovy docs [groovy]

2024-09-23 Thread via GitHub
daniellansun commented on PR #2115: URL: https://github.com/apache/groovy/pull/2115#issuecomment-2369640676 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] update tools-ide.adoc and fix dead link to IntelliJ IDEA's groovy docs [groovy]

2024-09-23 Thread via GitHub
daniellansun merged PR #2115: URL: https://github.com/apache/groovy/pull/2115 -- 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 com.gradle.develocity from 3.18 to 3.18.1 [groovy]

2024-09-23 Thread via GitHub
daniellansun merged PR #2113: URL: https://github.com/apache/groovy/pull/2113 -- 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-11478: Enable GroovyClassLoader to be ParallelCapable [groovy]

2024-09-17 Thread via GitHub
daniellansun commented on PR #2114: URL: https://github.com/apache/groovy/pull/2114#issuecomment-2357049981 +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-11478: Enable GroovyClassLoader to be ParallelCapable [groovy]

2024-09-18 Thread via GitHub
daniellansun merged PR #2114: URL: https://github.com/apache/groovy/pull/2114 -- 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-11478: Enable GroovyClassLoader to be ParallelCapable [groovy]

2024-09-18 Thread via GitHub
daniellansun commented on PR #2114: URL: https://github.com/apache/groovy/pull/2114#issuecomment-2358929734 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-11508: change exception to detailed warning [groovy]

2024-10-25 Thread via GitHub
jamesfredley commented on PR #2117: URL: https://github.com/apache/groovy/pull/2117#issuecomment-2438428975 @eric-milles Thank you for the quick turnaround. We converted `GormEntityApi` to a `Trait` and are able to move forward. https://github.com/grails/grails-data-mapping/pull/1834

[PR] Bump codecov/codecov-action from 3 to 5 [groovy]

2024-11-24 Thread via GitHub
dependabot[bot] opened a new pull request, #2126: URL: https://github.com/apache/groovy/pull/2126 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. Release notes Sourced from https://github.com/codecov/codecov-action/releases";>codecov/codecov-a

<    3   4   5   6   7   8   9   10   11   12   >