[GitHub] [groovy] paulk-asert commented on a diff in pull request #1915: GROOVY-11127: Set operator extension methods

2023-07-23 Thread via GitHub
paulk-asert commented on code in PR #1915: URL: https://github.com/apache/groovy/pull/1915#discussion_r1271788471 ## src/main/java/org/codehaus/groovy/runtime/DefaultGroovyMethods.java: ## @@ -10734,6 +10734,258 @@ public static boolean disjoint(Iterable left, Iterable right) {

[jira] [Commented] (GROOVY-11127) Add '|', '&', and '^' operators to Set and SortedSet

2023-07-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746212#comment-17746212 ] ASF GitHub Bot commented on GROOVY-11127: - paulk-asert commented on code in PR

[jira] [Commented] (GROOVY-11127) Add '|', '&', and '^' operators to Set and SortedSet

2023-07-23 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746172#comment-17746172 ] ASF GitHub Bot commented on GROOVY-11127: - paulk-asert commented on code in PR

[GitHub] [groovy] paulk-asert commented on a diff in pull request #1915: GROOVY-11127: Set operator extension methods

2023-07-23 Thread via GitHub
paulk-asert commented on code in PR #1915: URL: https://github.com/apache/groovy/pull/1915#discussion_r1271691328 ## src/main/java/org/codehaus/groovy/runtime/DefaultGroovyMethods.java: ## @@ -10734,6 +10734,258 @@ public static boolean disjoint(Iterable left, Iterable right) {

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1920: Bump com.gradle.common-custom-user-data-gradle-plugin from 1.11 to 1.11.1

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

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1919: Bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0

2023-07-23 Thread via GitHub
dependabot[bot] opened a new pull request, #1919: URL: https://github.com/apache/groovy/pull/1919 Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.6 to 1.1.0. Release notes Sourced from https://github.com/gradle/wrapper-validat

[jira] [Commented] (GROOVY-9144) Fix warning "An illegal reflective access operation has occurred"

2023-07-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746076#comment-17746076 ] Eric Milles commented on GROOVY-9144: - GROOVY-9596 describes protected fields and GR

[jira] [Updated] (GROOVY-9144) Fix warning "An illegal reflective access operation has occurred"

2023-07-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9144: Language: groovy > Fix warning "An illegal reflective access operation has occurred" > ---

[jira] [Updated] (GROOVY-9144) Fix warning "An illegal reflective access operation has occurred"

2023-07-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9144: Description: This cloned issue is to cover the rest part of GROOVY-9103. *?* means that we should

[jira] [Assigned] (GROOVY-9144) Fix warning "An illegal reflective access operation has occurred"

2023-07-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-9144: --- Assignee: Eric Milles > Fix warning "An illegal reflective access operation has occurred" >

[jira] [Updated] (GROOVY-9144) Fix warning "An illegal reflective access operation has occurred"

2023-07-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-9144: Summary: Fix warning "An illegal reflective access operation has occurred" (was: CLONE - CLONE -

[jira] [Commented] (GROOVY-10931) Remove $getLookup method generation (Groovy 4+)

2023-07-23 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17746070#comment-17746070 ] Eric Milles commented on GROOVY-10931: -- Groovy 4's {{MethodSelector}} does this: {