[GitHub] [groovy] xsj24 closed pull request #1845: Tweak StringGroovyMethods

2023-01-18 Thread GitBox
xsj24 closed pull request #1845: Tweak StringGroovyMethods URL: https://github.com/apache/groovy/pull/1845 -- 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,

[GitHub] [groovy] paulk-asert merged pull request #1846: GROOVY-10905: Improve matching no-arg closures to SAM types

2023-01-17 Thread GitBox
paulk-asert merged PR #1846: URL: https://github.com/apache/groovy/pull/1846 -- 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:

[GitHub] [groovy] codecov-commenter commented on pull request #1845: Tweak StringGroovyMethods

2023-01-15 Thread GitBox
codecov-commenter commented on PR #1845: URL: https://github.com/apache/groovy/pull/1845#issuecomment-1383135076 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1845?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] xsj24 opened a new pull request, #1845: Tweak StringGroovyMethods

2023-01-14 Thread GitBox
xsj24 opened a new pull request, #1845: URL: https://github.com/apache/groovy/pull/1845 Group zero is not included in the result of the groupCount method. Set the correct initial capacity -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [groovy] paulk-asert commented on pull request #1844: Replace usages of `path.toFile().exists()` in `NioExtensions` with `Files#exists`

2023-01-14 Thread GitBox
paulk-asert commented on PR #1844: URL: https://github.com/apache/groovy/pull/1844#issuecomment-1382702376 I don't know whether the original code was chosen to avoid the exception being thrown when using the NIO method (for the not exists case) but it shouldn't be too much of a drama. --

[GitHub] [groovy] daniellansun commented on pull request #1844: Replace usages of `path.toFile().exists()` in `NioExtensions` with `Files#exists`

2023-01-14 Thread GitBox
daniellansun commented on PR #1844: URL: https://github.com/apache/groovy/pull/1844#issuecomment-1382693991 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.

[GitHub] [groovy] daniellansun merged pull request #1844: Replace usages of `path.toFile().exists()` in `NioExtensions` with `Files#exists`

2023-01-14 Thread GitBox
daniellansun merged PR #1844: URL: https://github.com/apache/groovy/pull/1844 -- 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:

[GitHub] [groovy] codecov-commenter commented on pull request #1844: Replace usages of `path.toFile().exists()` in `NioExtensions` with `Files#exists`

2023-01-13 Thread GitBox
codecov-commenter commented on PR #1844: URL: https://github.com/apache/groovy/pull/1844#issuecomment-1382677553 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1844?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] Matyrobbrt opened a new pull request, #1844: Replace usages of `path.toFile().exists()` in `NioExtensions` with `Files#exists`

2023-01-13 Thread GitBox
Matyrobbrt opened a new pull request, #1844: URL: https://github.com/apache/groovy/pull/1844 This PR replaces the different usages of `Path#toFile` in `NioExtensions` with the equivalent methods in the NIO API (`Files`). This change is done because there is no guarantee a `Path` can always

[GitHub] [groovy] Matyrobbrt opened a new pull request, #1843: Add `asBoolean` extension methods to `File` and `Path`

2023-01-13 Thread GitBox
Matyrobbrt opened a new pull request, #1843: URL: https://github.com/apache/groovy/pull/1843 This PR adds `asBoolean` extension methods to `Path` and `File` in order to allow Groovy Truth usage. I have also added an `exists(LinkOption...)` extension method in `NioExtensions` but I can

[GitHub] [groovy] daniellansun commented on pull request #1841: Fix JMH Benchmarks

2023-01-12 Thread GitBox
daniellansun commented on PR #1841: URL: https://github.com/apache/groovy/pull/1841#issuecomment-1380855302 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.

[GitHub] [groovy] daniellansun merged pull request #1841: Fix JMH Benchmarks

2023-01-12 Thread GitBox
daniellansun merged PR #1841: URL: https://github.com/apache/groovy/pull/1841 -- 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:

[GitHub] [groovy] daniellansun commented on pull request #1837: Add source dependency on task to fix task cacheability

2023-01-12 Thread GitBox
daniellansun commented on PR #1837: URL: https://github.com/apache/groovy/pull/1837#issuecomment-1380800056 The build is still failing: https://github.com/apache/groovy/actions/runs/3886703609/jobs/6634225416#step:6:569 -- This is an automated message from the Apache Git Service. To

[GitHub] [groovy] paulk-asert merged pull request #1842: GROOVY-10898: Provide tail/init for primitive arrays

2023-01-10 Thread GitBox
paulk-asert merged PR #1842: URL: https://github.com/apache/groovy/pull/1842 -- 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:

[GitHub] [groovy] runningcode commented on pull request #1837: Add source dependency on task to fix task cacheability

2023-01-10 Thread GitBox
runningcode commented on PR #1837: URL: https://github.com/apache/groovy/pull/1837#issuecomment-1377762884 Thanks, do you mean that the build in general is failing? Or that this PR caused this failure? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [groovy] codecov-commenter commented on pull request #1842: GROOVY-10898: Provide tail/init for primitive arrays

2023-01-08 Thread GitBox
codecov-commenter commented on PR #1842: URL: https://github.com/apache/groovy/pull/1842#issuecomment-1374828179 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1842?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] daniellansun commented on pull request #1837: Add source dependency on task to fix task cacheability

2023-01-08 Thread GitBox
daniellansun commented on PR #1837: URL: https://github.com/apache/groovy/pull/1837#issuecomment-1374790998 ``` > Task :groovy-xml:asciidoctor Dependency verification has been disabled for configuration detachedConfiguration2 Dependency verification has been disabled for

[GitHub] [groovy] daniellansun commented on pull request #1841: Fix JMH Benchmarks

2023-01-08 Thread GitBox
daniellansun commented on PR #1841: URL: https://github.com/apache/groovy/pull/1841#issuecomment-1374789309 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

[GitHub] [groovy] codecov-commenter commented on pull request #1841: Fix JMH Benchmarks

2023-01-07 Thread GitBox
codecov-commenter commented on PR #1841: URL: https://github.com/apache/groovy/pull/1841#issuecomment-1374701185 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1841?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] PaintNinja opened a new pull request, #1841: Fix JMH Benchmarks

2023-01-07 Thread GitBox
PaintNinja opened a new pull request, #1841: URL: https://github.com/apache/groovy/pull/1841 This small PR fixes the following error when trying to run the Groovy runtime benchmarks (`./gradlew -PbenchInclude=CallsiteBench :perf:jmh`): ``` Execution failed for task ':performance:jmh'.

[GitHub] [groovy] daniellansun merged pull request #1840: Bump com.gradle.enterprise from 3.12.1 to 3.12.2

2023-01-04 Thread GitBox
daniellansun merged PR #1840: URL: https://github.com/apache/groovy/pull/1840 -- 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:

[GitHub] [groovy] codecov-commenter commented on pull request #1840: Bump com.gradle.enterprise from 3.12.1 to 3.12.2

2023-01-04 Thread GitBox
codecov-commenter commented on PR #1840: URL: https://github.com/apache/groovy/pull/1840#issuecomment-1371638430 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1840?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1840: Bump com.gradle.enterprise from 3.12.1 to 3.12.2

2023-01-04 Thread GitBox
dependabot[bot] opened a new pull request, #1840: URL: https://github.com/apache/groovy/pull/1840 Bumps com.gradle.enterprise from 3.12.1 to 3.12.2. [![Dependabot compatibility

[GitHub] [groovy] paulk-asert merged pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2023-01-04 Thread GitBox
paulk-asert merged PR #1839: URL: https://github.com/apache/groovy/pull/1839 -- 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:

[GitHub] [groovy] royteeuwen commented on pull request #1836: GROOVY-10881: Make FastStringUtils work in an OSGi environment

2023-01-04 Thread GitBox
royteeuwen commented on PR #1836: URL: https://github.com/apache/groovy/pull/1836#issuecomment-1371305256 > Will this cause many passes of class scanning and `DefaultFastStringService` instances? How are `loadService()` and `getService()` used? INSTANCE s a static field, meaning

[GitHub] [groovy] eric-milles commented on pull request #1836: GROOVY-10881: Make FastStringUtils work in an OSGi environment

2023-01-04 Thread GitBox
eric-milles commented on PR #1836: URL: https://github.com/apache/groovy/pull/1836#issuecomment-1371268084 Will this cause many passes of class scanning and `DefaultFastStringService` instances? How are `loadService()` and `getService()` used? -- This is an automated message from the

[GitHub] [groovy] eric-milles commented on pull request #1836: GROOVY-10881: Make FastStringUtils work in an OSGi environment

2023-01-04 Thread GitBox
eric-milles commented on PR #1836: URL: https://github.com/apache/groovy/pull/1836#issuecomment-1371265481 Can you please make the test class `final` and JUnit4-based by using `@Test` instead of `GroovyTestCase`? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [groovy] paulk-asert commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2023-01-03 Thread GitBox
paulk-asert commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1370224768 My thinking was since this is missing functionality it makes sense for 4.0.8. We have the find/findAll variants (Groovy truth) in 4.0.7 why not the missing findResult/s variants

[GitHub] [groovy] eric-milles commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2023-01-03 Thread GitBox
eric-milles commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1369834434 Not sure why the new methods are listed as "since 4.0.8". Are these such a must have that they should be available immediately. If kept for 5+, the array-based overloads can start

[GitHub] [groovy] paulk-asert commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2023-01-03 Thread GitBox
paulk-asert commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1369681830 Is the "further clarification request" on your -1 veto satisfied? Perhaps you can formally remove it? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [groovy] paulk-asert commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2023-01-01 Thread GitBox
paulk-asert commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1368542797 We picked the name `findResult` many years ago. Naming is hard. I wasn't going to open the naming can of worms myself. Just plugging that hole in the existing named functions.

[GitHub] [groovy] eric-milles commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2023-01-01 Thread GitBox
eric-milles commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1368491569 Okay, just picked up on the difference. `find` and `findAll` apply groovy truth and `findResult` and `findResults` check `null` only. Is that too subtle a difference? If this

[GitHub] [groovy] eric-milles commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2023-01-01 Thread GitBox
eric-milles commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1368484663 And since `find` and `findAll` are based on groovy truth, to get a default value, you can just pepper in elvis: ```groovy def list = [null,false,'',[]] def result =

[GitHub] [groovy] eric-milles commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2023-01-01 Thread GitBox
eric-milles commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1368483874 I don't think it is hole in existing functionality though. I'm missing the clear and obvious part of all this. Leaving the default value stuff aside, ```groovy def list =

[GitHub] [groovy] paulk-asert commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2022-12-31 Thread GitBox
paulk-asert commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1368316519 It is filling a hole in existing functionality. Take `find` and `findAll` for instance, they have the no Closure variants: ``` var list = [null, '', 'A', null, 'B'] assert

[GitHub] [groovy] eric-milles commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2022-12-31 Thread GitBox
eric-milles commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1368284125 -1 for me unless some description is provided. What is the specific purpose of this and what does to replace that is currently available? More discussion from Feb 2019:

[GitHub] [groovy] codecov-commenter commented on pull request #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2022-12-31 Thread GitBox
codecov-commenter commented on PR #1839: URL: https://github.com/apache/groovy/pull/1839#issuecomment-1368212345 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1839?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] paulk-asert opened a new pull request, #1839: GROOVY-10891: We should have variants of findResult/s with no Closure…

2022-12-31 Thread GitBox
paulk-asert opened a new pull request, #1839: URL: https://github.com/apache/groovy/pull/1839 … which use Closure.IDENTITY in that case -- 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

[GitHub] [groovy] daniellansun merged pull request #1838: Bump build-info-extractor-gradle from 4.30.1 to 4.31.0

2022-12-30 Thread GitBox
daniellansun merged PR #1838: URL: https://github.com/apache/groovy/pull/1838 -- 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:

[GitHub] [groovy] codecov-commenter commented on pull request #1838: Bump build-info-extractor-gradle from 4.30.1 to 4.31.0

2022-12-29 Thread GitBox
codecov-commenter commented on PR #1838: URL: https://github.com/apache/groovy/pull/1838#issuecomment-1367678028 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1838?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1838: Bump build-info-extractor-gradle from 4.30.1 to 4.31.0

2022-12-29 Thread GitBox
dependabot[bot] opened a new pull request, #1838: URL: https://github.com/apache/groovy/pull/1838 Bumps build-info-extractor-gradle from 4.30.1 to 4.31.0. [![Dependabot compatibility

[GitHub] [groovy] codecov-commenter commented on pull request #1837: Add source dependency on task to fix task cacheability

2022-12-28 Thread GitBox
codecov-commenter commented on PR #1837: URL: https://github.com/apache/groovy/pull/1837#issuecomment-1366848283 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1837?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] runningcode opened a new pull request, #1837: Add source dependency on task to fix task cacheability

2022-12-28 Thread GitBox
runningcode opened a new pull request, #1837: URL: https://github.com/apache/groovy/pull/1837 The deprecation warning that this PR fixes can be seen [in this build scan](https://scans.gradle.com/s/njuvm77j3jark/deprecations?expanded=WyI1OSJd#60) -- This is an automated message from

[GitHub] [groovy] daniellansun commented on pull request #1834: GROOVY-10879: Additional DGM collectEntries variants

2022-12-21 Thread GitBox
daniellansun commented on PR #1834: URL: https://github.com/apache/groovy/pull/1834#issuecomment-1362284825 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.

[GitHub] [groovy] daniellansun merged pull request #1834: GROOVY-10879: Additional DGM collectEntries variants

2022-12-21 Thread GitBox
daniellansun merged PR #1834: URL: https://github.com/apache/groovy/pull/1834 -- 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:

[GitHub] [groovy] codecov-commenter commented on pull request #1836: GROOVY-10881: Make FastStringUtils work in an OSGi environment

2022-12-21 Thread GitBox
codecov-commenter commented on PR #1836: URL: https://github.com/apache/groovy/pull/1836#issuecomment-1361193224 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1836?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] daniellansun merged pull request #1835: Bump com.gradle.enterprise from 3.12 to 3.12.1

2022-12-20 Thread GitBox
daniellansun merged PR #1835: URL: https://github.com/apache/groovy/pull/1835 -- 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:

[GitHub] [groovy] codecov-commenter commented on pull request #1835: Bump com.gradle.enterprise from 3.12 to 3.12.1

2022-12-20 Thread GitBox
codecov-commenter commented on PR #1835: URL: https://github.com/apache/groovy/pull/1835#issuecomment-1360651016 # [Codecov](https://codecov.io/gh/apache/groovy/pull/1835?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=The+Apache+Software+Foundation)

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1835: Bump com.gradle.enterprise from 3.12 to 3.12.1

2022-12-20 Thread GitBox
dependabot[bot] opened a new pull request, #1835: URL: https://github.com/apache/groovy/pull/1835 Bumps com.gradle.enterprise from 3.12 to 3.12.1. [![Dependabot compatibility

[GitHub] [groovy] paulk-asert commented on pull request #1834: GROOVY-10879: Additional DGM collectEntries variants

2022-12-20 Thread GitBox
paulk-asert commented on PR #1834: URL: https://github.com/apache/groovy/pull/1834#issuecomment-1360225048 There are 24 methods but it is basically: 4 types: Iterators, Iterables, arrays and Maps BY 2 options: supplied collector or new map BY 3 scenarios: change key and value,

[GitHub] [groovy] eric-milles commented on pull request #1834: GROOVY-10879: Additional DGM collectEntries variants

2022-12-20 Thread GitBox
eric-milles commented on PR #1834: URL: https://github.com/apache/groovy/pull/1834#issuecomment-1359449154 That's a lot of new methods. Any chance of splitting it up into separate PRs for each name so they can be reviewed separately? new `collectEntries` variant seemed reasonable-ish.

[GitHub] [groovy] daniellansun commented on pull request #1834: GROOVY-10879: Additional DGM collectEntries variants

2022-12-20 Thread GitBox
daniellansun commented on PR #1834: URL: https://github.com/apache/groovy/pull/1834#issuecomment-1359128768 +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

[GitHub] [groovy] sonatype-lift[bot] commented on a diff in pull request #1834: GROOVY-10879: Additional DGM collectEntries variants

2022-12-20 Thread GitBox
sonatype-lift[bot] commented on code in PR #1834: URL: https://github.com/apache/groovy/pull/1834#discussion_r1053074864 ## src/main/java/org/codehaus/groovy/runtime/DefaultGroovyMethods.java: ## @@ -4005,6 +3998,405 @@ public static Map collectEntries(Iterator self, Map col

[GitHub] [groovy] daniellansun commented on pull request #1832: GROOVY-10871: Bump Gradle version (build dependency)

2022-12-19 Thread GitBox
daniellansun commented on PR #1832: URL: https://github.com/apache/groovy/pull/1832#issuecomment-1358708115 Asciidoctor Gradle Plugin is not that active any more... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [groovy] paulk-asert commented on pull request #1832: GROOVY-10871: Bump Gradle version (build dependency)

2022-12-17 Thread GitBox
paulk-asert commented on PR #1832: URL: https://github.com/apache/groovy/pull/1832#issuecomment-1356167530 > The issue of Asciidoctor Gradle Plugin had been filed at [asciidoctor/asciidoctor-gradle-plugin#655](https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/655).

[GitHub] [groovy] Goooler commented on pull request #1832: GROOVY-10871: Bump Gradle version (build dependency)

2022-12-17 Thread GitBox
Goooler commented on PR #1832: URL: https://github.com/apache/groovy/pull/1832#issuecomment-1356157190 The issue of Asciidoctor Gradle Plugin had been filed at https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/655. -- This is an automated message from the Apache Git

[GitHub] [groovy] daniellansun merged pull request #1833: Bump build-info-extractor-gradle from 4.30.0 to 4.30.1

2022-12-15 Thread GitBox
daniellansun merged PR #1833: URL: https://github.com/apache/groovy/pull/1833 -- 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:

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1833: Bump build-info-extractor-gradle from 4.30.0 to 4.30.1

2022-12-15 Thread GitBox
dependabot[bot] opened a new pull request, #1833: URL: https://github.com/apache/groovy/pull/1833 Bumps build-info-extractor-gradle from 4.30.0 to 4.30.1. [![Dependabot compatibility

[GitHub] [groovy] daniellansun merged pull request #1831: Bump build-info-extractor-gradle from 4.29.4 to 4.30.0

2022-12-14 Thread GitBox
daniellansun merged PR #1831: URL: https://github.com/apache/groovy/pull/1831 -- 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:

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1831: Bump build-info-extractor-gradle from 4.29.4 to 4.30.0

2022-12-14 Thread GitBox
dependabot[bot] opened a new pull request, #1831: URL: https://github.com/apache/groovy/pull/1831 Bumps build-info-extractor-gradle from 4.29.4 to 4.30.0. [![Dependabot compatibility

[GitHub] [groovy] daniellansun merged pull request #1830: Bump com.gradle.enterprise from 3.11.4 to 3.12

2022-12-08 Thread GitBox
daniellansun merged PR #1830: URL: https://github.com/apache/groovy/pull/1830 -- 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:

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1830: Bump com.gradle.enterprise from 3.11.4 to 3.12

2022-12-08 Thread GitBox
dependabot[bot] opened a new pull request, #1830: URL: https://github.com/apache/groovy/pull/1830 Bumps com.gradle.enterprise from 3.11.4 to 3.12. [![Dependabot compatibility

[GitHub] [groovy] daniellansun merged pull request #1829: Bump build-info-extractor-gradle from 4.29.3 to 4.29.4

2022-12-01 Thread GitBox
daniellansun merged PR #1829: URL: https://github.com/apache/groovy/pull/1829 -- 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:

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1829: Bump build-info-extractor-gradle from 4.29.3 to 4.29.4

2022-12-01 Thread GitBox
dependabot[bot] opened a new pull request, #1829: URL: https://github.com/apache/groovy/pull/1829 Bumps build-info-extractor-gradle from 4.29.3 to 4.29.4. [![Dependabot compatibility

[GitHub] [groovy] eric-milles commented on pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-18 Thread GitBox
eric-milles commented on PR #1824: URL: https://github.com/apache/groovy/pull/1824#issuecomment-1320201876 I relocated the lambda tests and reworked the generics tests to ensure the placeholders are not returned.

[GitHub] [groovy] eric-milles closed pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-18 Thread GitBox
eric-milles closed pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types URL: https://github.com/apache/groovy/pull/1824 -- 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

[GitHub] [groovy] paulk-asert closed pull request #1719: GROOVY-10615: Bump Codenarc to 3.0.1 (build dependency)

2022-11-14 Thread GitBox
paulk-asert closed pull request #1719: GROOVY-10615: Bump Codenarc to 3.0.1 (build dependency) URL: https://github.com/apache/groovy/pull/1719 -- 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

[GitHub] [groovy] paulk-asert commented on pull request #1719: GROOVY-10615: Bump Codenarc to 3.0.1 (build dependency)

2022-11-14 Thread GitBox
paulk-asert commented on PR #1719: URL: https://github.com/apache/groovy/pull/1719#issuecomment-1314679995 We'll wait for the next release -- 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

[GitHub] [groovy] paulk-asert merged pull request #1826: GROOVY-10822: Groovysh DocCommand improvements

2022-11-14 Thread GitBox
paulk-asert merged PR #1826: URL: https://github.com/apache/groovy/pull/1826 -- 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:

[GitHub] [groovy] daniellansun merged pull request #1827: Bump com.github.ben-manes.versions from 0.43.0 to 0.44.0

2022-11-13 Thread GitBox
daniellansun merged PR #1827: URL: https://github.com/apache/groovy/pull/1827 -- 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:

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1827: Bump com.github.ben-manes.versions from 0.43.0 to 0.44.0

2022-11-13 Thread GitBox
dependabot[bot] opened a new pull request, #1827: URL: https://github.com/apache/groovy/pull/1827 Bumps com.github.ben-manes.versions from 0.43.0 to 0.44.0. [![Dependabot compatibility

[GitHub] [groovy] Shadow-Devil commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-13 Thread GitBox
Shadow-Devil commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1020890479 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -855,10 +855,16 @@ private static Map doMakeDeclaringAndActualGenericsT

[GitHub] [groovy] paulk-asert commented on pull request #1822: GROOVY-8668: add property groovysh.disableDocCommand

2022-11-12 Thread GitBox
paulk-asert commented on PR #1822: URL: https://github.com/apache/groovy/pull/1822#issuecomment-1312638940 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.

[GitHub] [groovy] paulk-asert merged pull request #1822: GROOVY-8668: add property groovysh.disableDocCommand

2022-11-12 Thread GitBox
paulk-asert merged PR #1822: URL: https://github.com/apache/groovy/pull/1822 -- 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:

[GitHub] [groovy] Shadow-Devil commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-11 Thread GitBox
Shadow-Devil commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1020470376 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -855,10 +855,16 @@ private static Map doMakeDeclaringAndActualGenericsT

[GitHub] [groovy] Shadow-Devil commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-11 Thread GitBox
Shadow-Devil commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1020468865 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -855,10 +855,16 @@ private static Map doMakeDeclaringAndActualGenericsT

[GitHub] [groovy] Shadow-Devil commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-11 Thread GitBox
Shadow-Devil commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1020468865 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -855,10 +855,16 @@ private static Map doMakeDeclaringAndActualGenericsT

[GitHub] [groovy] Shadow-Devil commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-11 Thread GitBox
Shadow-Devil commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1020417769 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -855,10 +855,16 @@ private static Map doMakeDeclaringAndActualGenericsT

[GitHub] [groovy] Shadow-Devil commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-11 Thread GitBox
Shadow-Devil commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1020266114 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -855,10 +855,16 @@ private static Map doMakeDeclaringAndActualGenericsT

[GitHub] [groovy] Shadow-Devil commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-11 Thread GitBox
Shadow-Devil commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1020265603 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -950,7 +956,7 @@ public static boolean hasUnresolvedGenerics(final ClassNode type) {

[GitHub] [groovy] Shadow-Devil commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-11 Thread GitBox
Shadow-Devil commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1020046859 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -950,7 +956,7 @@ public static boolean hasUnresolvedGenerics(final ClassNode type) {

[GitHub] [groovy] FelixSchnabel commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-11 Thread GitBox
FelixSchnabel commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1020045088 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -950,7 +956,7 @@ public static boolean hasUnresolvedGenerics(final ClassNode type) {

[GitHub] [groovy] daniellansun merged pull request #1825: Bump build-info-extractor-gradle from 4.29.2 to 4.29.3

2022-11-11 Thread GitBox
daniellansun merged PR #1825: URL: https://github.com/apache/groovy/pull/1825 -- 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:

[GitHub] [groovy] paulk-asert commented on pull request #1820: Fix doc typos

2022-11-10 Thread GitBox
paulk-asert commented on PR #1820: URL: https://github.com/apache/groovy/pull/1820#issuecomment-1311122050 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.

[GitHub] [groovy] asfgit closed pull request #1820: Fix doc typos

2022-11-10 Thread GitBox
asfgit closed pull request #1820: Fix doc typos URL: https://github.com/apache/groovy/pull/1820 -- 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:

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1825: Bump build-info-extractor-gradle from 4.29.2 to 4.29.3

2022-11-10 Thread GitBox
dependabot[bot] opened a new pull request, #1825: URL: https://github.com/apache/groovy/pull/1825 Bumps [build-info-extractor-gradle](https://github.com/jfrog/build-info) from 4.29.2 to 4.29.3. Changelog Sourced from

[GitHub] [groovy] eric-milles commented on a diff in pull request #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-10 Thread GitBox
eric-milles commented on code in PR #1824: URL: https://github.com/apache/groovy/pull/1824#discussion_r1019717220 ## src/main/java/org/codehaus/groovy/ast/tools/GenericsUtils.java: ## @@ -950,7 +956,7 @@ public static boolean hasUnresolvedGenerics(final ClassNode type) {

[GitHub] [groovy] Shadow-Devil opened a new pull request, #1824: GROOVY-10813: Fix NullPointerException for lambdas with raw types

2022-11-10 Thread GitBox
Shadow-Devil opened a new pull request, #1824: URL: https://github.com/apache/groovy/pull/1824 I've added a test case and a fix for the bug reported in GROOVY-10813. I'm not sure if there are any other edge cases that will now break because of this change, but one

[GitHub] [groovy] tisonkun closed pull request #1821: Replace gradlew command with relative path

2022-11-09 Thread GitBox
tisonkun closed pull request #1821: Replace gradlew command with relative path URL: https://github.com/apache/groovy/pull/1821 -- 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.

[GitHub] [groovy] tisonkun commented on pull request #1821: Replace gradlew command with relative path

2022-11-09 Thread GitBox
tisonkun commented on PR #1821: URL: https://github.com/apache/groovy/pull/1821#issuecomment-1309832274 @paulk-asert Thanks! I read it. Closed as invalid. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [groovy] paulk-asert commented on pull request #1821: Replace gradlew command with relative path

2022-11-09 Thread GitBox
paulk-asert commented on PR #1821: URL: https://github.com/apache/groovy/pull/1821#issuecomment-1309829154 We already have the relative path for unix systems as a comment the first time the command appears. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [groovy] daniellansun merged pull request #1823: Bump com.gradle.enterprise from 3.11.3 to 3.11.4

2022-11-09 Thread GitBox
daniellansun merged PR #1823: URL: https://github.com/apache/groovy/pull/1823 -- 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:

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1823: Bump com.gradle.enterprise from 3.11.3 to 3.11.4

2022-11-08 Thread GitBox
dependabot[bot] opened a new pull request, #1823: URL: https://github.com/apache/groovy/pull/1823 Bumps com.gradle.enterprise from 3.11.3 to 3.11.4. [![Dependabot compatibility

[GitHub] [groovy] tisonkun opened a new pull request, #1822: GROOVY-8668: add property groovysh.disableDocCommand

2022-11-08 Thread GitBox
tisonkun opened a new pull request, #1822: URL: https://github.com/apache/groovy/pull/1822 The AWT window is launched by DocCommand. I want to exclude this functionality to avoid opening a new window so I suggest to add an option to disable it. -- This is an automated message from the

[GitHub] [groovy] eric-milles commented on pull request #1816: Bugfix/groovy 9541 stc take classloader param

2022-11-08 Thread GitBox
eric-milles commented on PR #1816: URL: https://github.com/apache/groovy/pull/1816#issuecomment-1307353408 I merged the main changes that should fix GROOVY-9541 and will cherry-pick them back as well. The `ExtendedVerifier` spot has some history -- `getTypeClass()` -- I'm reworking it to

[GitHub] [groovy] eric-milles closed pull request #1816: Bugfix/groovy 9541 stc take classloader param

2022-11-08 Thread GitBox
eric-milles closed pull request #1816: Bugfix/groovy 9541 stc take classloader param URL: https://github.com/apache/groovy/pull/1816 -- 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

[GitHub] [groovy] eric-milles commented on pull request #1816: Bugfix/groovy 9541 stc take classloader param

2022-11-08 Thread GitBox
eric-milles commented on PR #1816: URL: https://github.com/apache/groovy/pull/1816#issuecomment-1307253615 Thanks. I should be able to look at it today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [groovy] tisonkun opened a new pull request, #1821: Replace gradlew command with relative path

2022-11-08 Thread GitBox
tisonkun opened a new pull request, #1821: URL: https://github.com/apache/groovy/pull/1821 Current working directory is not always in PATH -- 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

[GitHub] [groovy] jonnybot0 commented on a diff in pull request #1816: Bugfix/groovy 9541 stc take classloader param

2022-11-07 Thread GitBox
jonnybot0 commented on code in PR #1816: URL: https://github.com/apache/groovy/pull/1816#discussion_r1015853496 ## src/main/java/org/codehaus/groovy/transform/stc/StaticTypeCheckingSupport.java: ## @@ -2181,6 +2182,14 @@ public static boolean missesGenericsTypes(ClassNode cn) {

[GitHub] [groovy] sonatype-lift[bot] commented on a diff in pull request #1816: Bugfix/groovy 9541 stc take classloader param

2022-11-06 Thread GitBox
sonatype-lift[bot] commented on code in PR #1816: URL: https://github.com/apache/groovy/pull/1816#discussion_r1014858643 ## src/main/java/org/codehaus/groovy/transform/stc/StaticTypeCheckingSupport.java: ## @@ -2181,6 +2182,14 @@ public static boolean

  1   2   3   4   5   6   7   8   9   10   >