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

2023-07-16 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-11127: -- Assignee: Paul King > Add '|', '&', and '^' operators to Set and SortedSet > ---

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

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

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

2023-07-16 Thread via GitHub
paulk-asert commented on PR #1915: URL: https://github.com/apache/groovy/pull/1915#issuecomment-1637221541 @eric-milles Just some notes about historical feature requests/discussions (which we can re-evaluate if we think they no longer hold but shouldn't totally ignore): - Folks asked

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

2023-07-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743584#comment-17743584 ] ASF GitHub Bot commented on GROOVY-11127: - merscwog commented on PR #1915: URL:

[GitHub] [groovy] merscwog commented on pull request #1915: GROOVY-11127: Set operator extension methods

2023-07-16 Thread via GitHub
merscwog commented on PR #1915: URL: https://github.com/apache/groovy/pull/1915#issuecomment-1637215821 Moving the methods to follow a convention would not be difficult. Without constraining the two types to Set, there would definitely be much more work to make the operations availabl

[GitHub] [groovy] eric-milles commented on pull request #1915: Set dgm operations

2023-07-16 Thread via GitHub
eric-milles commented on PR #1915: URL: https://github.com/apache/groovy/pull/1915#issuecomment-1637197140 https://issues.apache.org/jira/browse/GROOVY-11127 Since the stated goal is to support the `&`, `|` and `^` operators for sets, the minimal addition is 3 methods: ```java p

[jira] [Commented] (GROOVY-11126) Null-safe Dereference fails after time

2023-07-16 Thread Kenneth W DeLong (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743555#comment-17743555 ] Kenneth W DeLong commented on GROOVY-11126: --- [^javapOutput.txt] Here is the

[jira] [Updated] (GROOVY-11126) Null-safe Dereference fails after time

2023-07-16 Thread Kenneth W DeLong (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kenneth W DeLong updated GROOVY-11126: -- Attachment: javapOutput.txt > Null-safe Dereference fails after time > --

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

2023-07-16 Thread Spencer Allain (Jira)
Spencer Allain created GROOVY-11127: --- Summary: Add '|', '&', and '^' operators to Set and SortedSet Key: GROOVY-11127 URL: https://issues.apache.org/jira/browse/GROOVY-11127 Project: Groovy

[jira] [Commented] (GROOVY-11126) Null-safe Dereference fails after time

2023-07-16 Thread Jochen Theodorou (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17743511#comment-17743511 ] Jochen Theodorou commented on GROOVY-11126: --- [~kenwdelong] This is very odd.