dependabot[bot] opened a new pull request, #1905:
URL: https://github.com/apache/groovy/pull/1905
Bumps com.gradle.enterprise from 3.13.3 to 3.13.4.
[
from 4.33.1 to 5.0.0.
Release notes
Sourced from https://github.com/jfrog/a
daniellansun merged PR #1909:
URL: https://github.com/apache/groovy/pull/1909
--
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...@
paulk-asert opened a new pull request, #1910:
URL: https://github.com/apache/groovy/pull/1910
(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
sonatype-lift[bot] commented on code in PR #1910:
URL: https://github.com/apache/groovy/pull/1910#discussion_r1251489336
##
src/main/java/groovy/lang/GroovyShell.java:
##
@@ -290,36 +293,62 @@ private Object runScriptOrMainOrTestOrRunnable(Class
scriptClass, String[] args)
paulk-asert commented on code in PR #1910:
URL: https://github.com/apache/groovy/pull/1910#discussion_r1251559540
##
src/main/java/groovy/lang/GroovyShell.java:
##
@@ -290,36 +293,62 @@ private Object runScriptOrMainOrTestOrRunnable(Class
scriptClass, String[] args)
sonatype-lift[bot] commented on code in PR #1910:
URL: https://github.com/apache/groovy/pull/1910#discussion_r1251559681
##
src/main/java/groovy/lang/GroovyShell.java:
##
@@ -290,36 +293,62 @@ private Object runScriptOrMainOrTestOrRunnable(Class
scriptClass, String[] args)
dependabot[bot] opened a new pull request, #1911:
URL: https://github.com/apache/groovy/pull/1911
Bumps
[org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin)
from 5.0.0 to 5.0.1.
Release notes
Sourced from https://github.com/jfrog/ar
daniellansun merged PR #1911:
URL: https://github.com/apache/groovy/pull/1911
--
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...@
dependabot[bot] opened a new pull request, #1912:
URL: https://github.com/apache/groovy/pull/1912
Bumps
[org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin)
from 5.0.1 to 5.0.2.
Release notes
Sourced from https://github.com/jfrog/ar
daniellansun merged PR #1912:
URL: https://github.com/apache/groovy/pull/1912
--
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...@
inad9300 opened a new pull request, #1913:
URL: https://github.com/apache/groovy/pull/1913
This is an incorrect, incomplete proposal to suggest that methods such as
`SecureASTCustomizer.SecuringCodeVisitor.visitMethodCallExpression()` should
probably be using `TypeCheckingExtension.getType(
paulk-asert merged PR #1910:
URL: https://github.com/apache/groovy/pull/1910
--
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
merscwog opened a new pull request, #1915:
URL: https://github.com/apache/groovy/pull/1915
Many languages conventionally allow sets to use '|' as union, '&' as
intersection, and '^' as symmetric difference operations on sets. This PR adds
those operations to Groovy Sets and SortedSets.
sonatype-lift[bot] commented on PR #1915:
URL: https://github.com/apache/groovy/pull/1915#issuecomment-1634001253
## Sonatype Lift is retiring
Sonatype Lift will be retiring on Sep 12, 2023, with its analysis
stopping on Aug 12, 2023. We understand that this news may come as a
disappoint
paulk-asert merged PR #1914:
URL: https://github.com/apache/groovy/pull/1914
--
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
paulk-asert commented on PR #1915:
URL: https://github.com/apache/groovy/pull/1915#issuecomment-1634151992
I like this PR. Could you create a Jira ticket for it also to make it easier
for tracking. My suggestions for the PR:
- Let's stick with [Sorted]Set for the self/left parameter (
dependabot[bot] opened a new pull request, #1916:
URL: https://github.com/apache/groovy/pull/1916
Bumps
[org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin)
from 5.0.2 to 5.0.3.
Release notes
Sourced from https://github.com/jfrog/ar
daniellansun merged PR #1916:
URL: https://github.com/apache/groovy/pull/1916
--
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...@
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
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
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
dependabot[bot] opened a new pull request, #1917:
URL: https://github.com/apache/groovy/pull/1917
Bumps org.sonarqube from 4.2.1.3168 to 4.3.0.3225.
[ methods with
Set and SortedSet first arguments a
eric-milles commented on PR #1915:
URL: https://github.com/apache/groovy/pull/1915#issuecomment-1642236500
I don't think any of these additions represent something that a user cannot
do with existing extension methods, except for symmetric difference, which you
could do with a simple `((a -
merscwog commented on PR #1915:
URL: https://github.com/apache/groovy/pull/1915#issuecomment-1642422343
@eric-milles @paulk-asert So, just for grins, I tried to see exactly what
Python allows for those operators, and they are only supported on Sets.
Obviously, a different language implemen
paulk-asert commented on PR #1915:
URL: https://github.com/apache/groovy/pull/1915#issuecomment-1644012383
I am still keen to keep Iterable as the second argument (option 3). It makes
most sense with how the DGM methods and the Java APIs are designed. I agree
that non-symmetry can potential
merscwog commented on PR #1915:
URL: https://github.com/apache/groovy/pull/1915#issuecomment-1645571858
I'm sure this will not satisfy everyone, but what if I did:
- intersect() already exists, so tie that to '&' for all the same types
(alias essentially, although just for non-comparator,
paulk-asert commented on PR #1915:
URL: https://github.com/apache/groovy/pull/1915#issuecomment-1646295812
@merscwog Sounds good to me.
--
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 specifi
paulk-asert closed pull request #1887: Capture build scans on ge.apache.org to
benefit from deep build insights
URL: https://github.com/apache/groovy/pull/1887
--
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
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
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.
[ {
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) {
dependabot[bot] opened a new pull request, #1921:
URL: https://github.com/apache/groovy/pull/1921
Bumps com.gradle.enterprise from 3.13 to 3.14.
[ {
return cachedConstructor.ge
dependabot[bot] opened a new pull request, #1923:
URL: https://github.com/apache/groovy/pull/1923
Bumps com.gradle.enterprise from 3.13 to 3.14.1.
[. Our users have been particularly desiring of an
efficient minus which also caters for
paulk-asert commented on PR #1915:
URL: https://github.com/apache/groovy/pull/1915#issuecomment-1657356566
But, I am happy to merge your PR as it stands and we can add further test
cases/fixes as a separate PR.
--
This is an automated message from the Apache Git Service.
To respond to the
paulk-asert merged PR #1915:
URL: https://github.com/apache/groovy/pull/1915
--
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
paulk-asert merged PR #1875:
URL: https://github.com/apache/groovy/pull/1875
--
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
dependabot[bot] opened a new pull request, #1924:
URL: https://github.com/apache/groovy/pull/1924
Bumps
[com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin)
from 5.0.14 to 5.1.0.
Release notes
Sourced from https://github.com/spotbug
sonatype-lift[bot] commented on PR #1925:
URL: https://github.com/apache/groovy/pull/1925#issuecomment-1659470277
## Sonatype Lift is retiring
Sonatype Lift will be retiring on Sep 12, 2023, with its analysis
stopping on Aug 12, 2023. We understand that this news may come as a
disappoint
Goooler commented on PR #1925:
URL: https://github.com/apache/groovy/pull/1925#issuecomment-1659470709
```
BUILD SUCCESSFUL in 1s
41 actionable tasks: 41 up-to-date
10:28:59: Execution finished ':binary-compatibility:japicmpGroovyAnt'.
```
--
This is an automated message from t
Goooler commented on PR #1925:
URL: https://github.com/apache/groovy/pull/1925#issuecomment-1659488871
On my local:
```
10:55:16: Executing ':binary-compatibility:japicmpGroovyAnt'...
Starting Gradle Daemon...
Gradle Daemon started in 561 ms
Type-safe project accessors
paulk-asert closed pull request #1925: Update `me.champeau.gradle.japicmp` 0.4.2
URL: https://github.com/apache/groovy/pull/1925
--
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.
sonatype-lift[bot] commented on PR #1926:
URL: https://github.com/apache/groovy/pull/1926#issuecomment-1663242051
## Sonatype Lift is retiring
Sonatype Lift will be retiring on Sep 12, 2023, with its analysis
stopping on Aug 12, 2023. We understand that this news may come as a
disappoint
eric-milles commented on PR #1926:
URL: https://github.com/apache/groovy/pull/1926#issuecomment-1664170619
The changes to the plain `flatten` seem fine. The changes to the closure
variant I'm thinking about. Should you say Array, Collection and Optional
handled internally and all else goe
paulk-asert commented on PR #1926:
URL: https://github.com/apache/groovy/pull/1926#issuecomment-1664671265
I'll see if I can rework that bit.
--
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 s
dependabot[bot] closed pull request #1924: Bump
com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.0.14 to 5.1.0
URL: https://github.com/apache/groovy/pull/1924
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
dependabot[bot] opened a new pull request, #1927:
URL: https://github.com/apache/groovy/pull/1927
Bumps
[com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin)
from 5.0.14 to 5.1.1.
Release notes
Sourced from https://github.com/spotbug
paulk-asert merged PR #1926:
URL: https://github.com/apache/groovy/pull/1926
--
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
dependabot[bot] opened a new pull request, #1928:
URL: https://github.com/apache/groovy/pull/1928
Bumps
[com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin)
from 5.1.1 to 5.1.2.
Release notes
Sourced from https://github.com/spotbugs
dependabot[bot] opened a new pull request, #1929:
URL: https://github.com/apache/groovy/pull/1929
Bumps
[org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin)
from 5.0.3 to 5.1.0.
Release notes
Sourced from https://github.com/jfrog/ar
daniellansun merged PR #1929:
URL: https://github.com/apache/groovy/pull/1929
--
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...@
dependabot[bot] opened a new pull request, #1930:
URL: https://github.com/apache/groovy/pull/1930
Bumps
[com.github.spotbugs.snom:spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin)
from 5.1.1 to 5.1.3.
Release notes
Sourced from https://github.com/spotbugs
dependabot[bot] closed pull request #1928: Bump
com.github.spotbugs.snom:spotbugs-gradle-plugin from 5.1.1 to 5.1.2
URL: https://github.com/apache/groovy/pull/1928
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
paulk-asert opened a new pull request, #1931:
URL: https://github.com/apache/groovy/pull/1931
…e) with an initial value
--
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 u
blackdrag opened a new pull request, #1932:
URL: https://github.com/apache/groovy/pull/1932
sun.reflect.MagicAccessorImpl no longer exists
--
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 spec
paulk-asert merged PR #1931:
URL: https://github.com/apache/groovy/pull/1931
--
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
Goooler opened a new pull request, #1935:
URL: https://github.com/apache/groovy/pull/1935
Seems JDK 18 should be seated at `Build and test additional JDK versions`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
Taher-Ghaleb opened a new pull request, #1936:
URL: https://github.com/apache/groovy/pull/1936
I am working on research investigating test smell refactoring in which we
identify alternative implementations of test cases, study how commonly used
these refactorings are, and assess how accepta
dependabot[bot] opened a new pull request, #1937:
URL: https://github.com/apache/groovy/pull/1937
Bumps
[org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin)
from 5.1.0 to 5.1.1.
Release notes
Sourced from https://github.com/jfrog/ar
blackdrag commented on PR #1936:
URL: https://github.com/apache/groovy/pull/1936#issuecomment-1691160344
@Taher-Ghaleb
assertNotEquals may improve readability a bit. I think that does not apply
to me so much, but I can imagine others think differently. So I agree in that
point.
As f
dependabot[bot] opened a new pull request, #1938:
URL: https://github.com/apache/groovy/pull/1938
Bumps
[org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin)
from 5.1.0 to 5.1.2.
Release notes
Sourced from https://github.com/jfrog/ar
dependabot[bot] commented on PR #1937:
URL: https://github.com/apache/groovy/pull/1937#issuecomment-1692632260
Superseded by #1938.
--
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 co
dependabot[bot] closed pull request #1937: Bump
org.jfrog.buildinfo:build-info-extractor-gradle from 5.1.0 to 5.1.1
URL: https://github.com/apache/groovy/pull/1937
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
daniellansun merged PR #1938:
URL: https://github.com/apache/groovy/pull/1938
--
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...@
paulk-asert merged PR #1939:
URL: https://github.com/apache/groovy/pull/1939
--
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
dependabot[bot] opened a new pull request, #1940:
URL: https://github.com/apache/groovy/pull/1940
Bumps
[org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin)
from 5.1.2 to 5.1.3.
Release notes
Sourced from https://github.com/jfrog/ar
daniellansun merged PR #1940:
URL: https://github.com/apache/groovy/pull/1940
--
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...@
dependabot[bot] opened a new pull request, #1943:
URL: https://github.com/apache/groovy/pull/1943
Bumps
[org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin)
from 5.1.3 to 5.1.4.
Release notes
Sourced from https://github.com/jfrog/ar
daniellansun merged PR #1943:
URL: https://github.com/apache/groovy/pull/1943
--
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...@
nodmp closed pull request #1942: update verification & dependency metadata
URL: https://github.com/apache/groovy/pull/1942
--
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 un
dependabot[bot] opened a new pull request, #1945:
URL: https://github.com/apache/groovy/pull/1945
Bumps
[org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin)
from 5.1.4 to 5.1.5.
Release notes
Sourced from https://github.com/jfrog/ar
daniellansun merged PR #1945:
URL: https://github.com/apache/groovy/pull/1945
--
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...@
dependabot[bot] opened a new pull request, #1946:
URL: https://github.com/apache/groovy/pull/1946
Bumps org.sonarqube from 4.3.0.3225 to 4.3.1.3277.
[ {
default Map> getDefaultImportClasses(Stri
paulk-asert commented on code in PR #1948:
URL: https://github.com/apache/groovy/pull/1948#discussion_r1318268847
##
src/main/java/org/codehaus/groovy/vmplugin/VMPlugin.java:
##
@@ -179,4 +181,17 @@ static String getJavaVersion() {
default Map> getDefaultImportClasses(Strin
dependabot[bot] opened a new pull request, #1950:
URL: https://github.com/apache/groovy/pull/1950
Bumps com.github.ben-manes.versions from 0.47.0 to 0.48.0.
[
from 5.1.5 to 5.1.6.
Release notes
Sourced from https://github.com/jfrog/ar
daniellansun merged PR #1949:
URL: https://github.com/apache/groovy/pull/1949
--
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...@
501 - 600 of 1478 matches
Mail list logo