Master branch gradlew check issues with JDK 17

2023-07-08 Thread Spencer Allain via dev
There are 5 related failures when attempting to run the gradlew check task for the master groovy branch: Execution failed for task ':binary-compatibility:japicmpGroovyJson'.Execution failed for task ':binary-compatibility:japicmpGroovyAnt'.Execution failed for task ':binary-compatibility:japicm

Draft PR up for DefaultGroovyMethods for Set operators

2023-07-13 Thread Spencer Allain via dev
There is a PR up for '|' union, '&' intersection, and '^' symmetic difference methods added to Set and SortedSet:Set dgm operations by merscwog · Pull Request #1915 · apache/groovy · GitHub The most concise use of Set operations in a general computer language is probably the python section of t

Official JIRA ticket created for additional operators on Set and SortedSet

2023-07-16 Thread Spencer Allain via dev
https://issues.apache.org/jira/browse/GROOVY-11127 -Spencer

Re: possible parser problem?

2024-08-15 Thread Spencer Allain via dev
Not a parser issue, as only closures can be used as the last argument outside of the parentheses of a method invoked with explicit parentheses.  (The closure is not recognized as the 2nd arg, but the last arg) The Apache Groovy programming language - Style guide (groovy-lang.org) You could also