eric-milles merged PR #2205:
URL: https://github.com/apache/groovy/pull/2205
--
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
codecov-commenter commented on PR #2195:
URL: https://github.com/apache/groovy/pull/2195#issuecomment-2835572372
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2195?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
codeconsole commented on PR #2156:
URL: https://github.com/apache/groovy/pull/2156#issuecomment-2837341316
@paulk-asert not having java.time.* by default is a major hindrance for
large projects that want to migrate away from Date to LocalDate. As an
example, requiring an extra import prohi
codecov-commenter commented on PR #2205:
URL: https://github.com/apache/groovy/pull/2205#issuecomment-283272
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2205?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
daniellansun commented on PR #2195:
URL: https://github.com/apache/groovy/pull/2195#issuecomment-2836605125
+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 unsubscrib
dongwq opened a new pull request, #2210:
URL: https://github.com/apache/groovy/pull/2210
ref: https://en.cppreference.com/w/cpp/algorithm/ranges/partition_point
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
eric-milles opened a new pull request, #2211:
URL: https://github.com/apache/groovy/pull/2211
inner class offset like outer class offset
--
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 specif
codecov-commenter commented on PR #2211:
URL: https://github.com/apache/groovy/pull/2211#issuecomment-2848697999
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2211?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
paulk-asert commented on PR #2210:
URL: https://github.com/apache/groovy/pull/2210#issuecomment-2848855320
I created this issue to track this potential enhancement:
https://issues.apache.org/jira/browse/GROOVY-11649
--
This is an automated message from the Apache Git Service.
To respond
codecov-commenter commented on PR #2212:
URL: https://github.com/apache/groovy/pull/2212#issuecomment-2849016444
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2212?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
dongwq commented on PR #2210:
URL: https://github.com/apache/groovy/pull/2210#issuecomment-2849075039
> This is an interesting proposal.
>
> One immediate point of feedback is I would change the IntRange semantics
to follow normal Groovy idioms. I know that means it might be slightly
dongwq commented on code in PR #2210:
URL: https://github.com/apache/groovy/pull/2210#discussion_r2072551816
##
src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java:
##
@@ -6576,6 +6579,528 @@ public static T[] minus(T[] self, Object removeMe) {
return res
codecov-commenter commented on PR #2210:
URL: https://github.com/apache/groovy/pull/2210#issuecomment-2848861822
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2210?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
paulk-asert commented on PR #2210:
URL: https://github.com/apache/groovy/pull/2210#issuecomment-2848880644
This is an interesting proposal.
One immediate point of feedback is I would change the IntRange semantics to
follow normal Groovy idioms. I know that means it might be slightly d
paulk-asert commented on code in PR #2210:
URL: https://github.com/apache/groovy/pull/2210#discussion_r2072491151
##
src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java:
##
@@ -6576,6 +6579,528 @@ public static T[] minus(T[] self, Object removeMe) {
retur
paulk-asert commented on code in PR #2210:
URL: https://github.com/apache/groovy/pull/2210#discussion_r2072491151
##
src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java:
##
@@ -6576,6 +6579,528 @@ public static T[] minus(T[] self, Object removeMe) {
retur
paulk-asert opened a new pull request, #2212:
URL: https://github.com/apache/groovy/pull/2212
(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
codecov-commenter commented on PR #2201:
URL: https://github.com/apache/groovy/pull/2201#issuecomment-2816769847
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2201?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
eric-milles opened a new pull request, #2201:
URL: https://github.com/apache/groovy/pull/2201
Step 1: use field value if given by class decompiler
--
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
eric-milles opened a new pull request, #2200:
URL: https://github.com/apache/groovy/pull/2200
In case of references to external constants, `StaticCompilationVisitor`
could replace constant arithmetic with methods calls before `Verifier` has a
chance to fully inline.
--
This is an automat
codecov-commenter commented on PR #2200:
URL: https://github.com/apache/groovy/pull/2200#issuecomment-2816090478
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2200?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
daniellansun commented on PR #2198:
URL: https://github.com/apache/groovy/pull/2198#issuecomment-2816106489
Great. Would you like to add some test cases for multi-dimensional array?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Git
eric-milles opened a new pull request, #2203:
URL: https://github.com/apache/groovy/pull/2203
consolidate metadata keys to shared 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 specifi
paulk-asert commented on PR #2203:
URL: https://github.com/apache/groovy/pull/2203#issuecomment-2819527439
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 unsubscr
codecov-commenter commented on PR #2203:
URL: https://github.com/apache/groovy/pull/2203#issuecomment-2818899592
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2203?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
eric-milles merged PR #2203:
URL: https://github.com/apache/groovy/pull/2203
--
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
daniellansun merged PR #2199:
URL: https://github.com/apache/groovy/pull/2199
--
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...@
daniellansun commented on PR #2199:
URL: https://github.com/apache/groovy/pull/2199#issuecomment-2819582901
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.
eric-milles merged PR #2200:
URL: https://github.com/apache/groovy/pull/2200
--
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
eric-milles opened a new pull request, #2217:
URL: https://github.com/apache/groovy/pull/2217
Adding test case for the two scenarios presented in GROOVY-7439
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
paulk-asert commented on code in PR #2215:
URL: https://github.com/apache/groovy/pull/2215#discussion_r2077668278
##
src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java:
##
@@ -1877,6 +1878,77 @@ public static StringBuilder leftShift(final
StringBuilder self, fin
dongwq commented on PR #2215:
URL: https://github.com/apache/groovy/pull/2215#issuecomment-2862685453
> I don't think there is much general value in providing "stack of chars"
semantic. You can always provide these for your own projects through extension
or category class.
@eric-mill
dongwq commented on code in PR #2215:
URL: https://github.com/apache/groovy/pull/2215#discussion_r2079527754
##
src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java:
##
@@ -1877,6 +1878,77 @@ public static StringBuilder leftShift(final
StringBuilder self, final Ob
eric-milles commented on code in PR #2155:
URL: https://github.com/apache/groovy/pull/2155#discussion_r1976496530
##
src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java:
##
@@ -4526,7 +4541,26 @@ public static Map indexed(long[] self,
int offset) {
}
/
paulk-asert merged PR #2155:
URL: https://github.com/apache/groovy/pull/2155
--
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 code in PR #2155:
URL: https://github.com/apache/groovy/pull/2155#discussion_r1976498473
##
src/main/java/org/codehaus/groovy/runtime/ArrayGroovyMethods.java:
##
@@ -4526,7 +4541,26 @@ public static Map indexed(long[] self,
int offset) {
}
/
paulk-asert opened a new pull request, #2155:
URL: https://github.com/apache/groovy/pull/2155
(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
codecov-commenter commented on PR #2155:
URL: https://github.com/apache/groovy/pull/2155#issuecomment-2686811607
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2155?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
dependabot[bot] opened a new pull request, #2153:
URL: https://github.com/apache/groovy/pull/2153
Bumps com.gradle.develocity from 3.18.2 to 3.19.2.
[`?
For example:
```groovy
// ① traverse a list
List names = Arrays.asList("Alice", "Bob", "Charlie");
for (int i, String name
Copilot commented on code in PR #2168:
URL: https://github.com/apache/groovy/pull/2168#discussion_r2020051653
##
src/test/groovy/bugs/groovy9742/CustomGroovyClassLoader.java:
##
@@ -0,0 +1,73 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more con
paulk-asert merged PR #2161:
URL: https://github.com/apache/groovy/pull/2161
--
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
daniellansun merged PR #2167:
URL: https://github.com/apache/groovy/pull/2167
--
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...@
daniellansun commented on PR #2157:
URL: https://github.com/apache/groovy/pull/2157#issuecomment-2763249502
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.
T
daniellansun merged PR #2157:
URL: https://github.com/apache/groovy/pull/2157
--
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...@
daniellansun commented on PR #2158:
URL: https://github.com/apache/groovy/pull/2158#issuecomment-2763248536
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.
daniellansun merged PR #2170:
URL: https://github.com/apache/groovy/pull/2170
--
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 commented on code in PR #2172:
URL: https://github.com/apache/groovy/pull/2172#discussion_r2028683776
##
subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/GroovyshTest.groovy:
##
@@ -392,17 +394,34 @@ class GroovyshInterpreterModeTest extends Gro
paulk-asert commented on code in PR #2172:
URL: https://github.com/apache/groovy/pull/2172#discussion_r2028777348
##
subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/GroovyshTest.groovy:
##
@@ -392,17 +394,34 @@ class GroovyshInterpreterModeTest extends Gro
eric-milles commented on PR #2169:
URL: https://github.com/apache/groovy/pull/2169#issuecomment-2778901561
Spock's `spock.util.AstNodeToScriptVisitor#visitForLoop` will need a similar
change to Groovy's `groovy.console.ui.AstNodeToScriptVisitor#visitForLoop`.
--
This is an automated messa
eric-milles commented on PR #2169:
URL: https://github.com/apache/groovy/pull/2169#issuecomment-2778828764
Supporting `long` would not be a big step from what is there -- grammar
support is done. I can't envision the case where you would want linear
iteration over that many elements. Mayb
eric-milles merged PR #2169:
URL: https://github.com/apache/groovy/pull/2169
--
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
codecov-commenter commented on PR #2169:
URL: https://github.com/apache/groovy/pull/2169#issuecomment-2778979938
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2169?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
daniellansun commented on code in PR #2172:
URL: https://github.com/apache/groovy/pull/2172#discussion_r2029274400
##
subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/GroovyshTest.groovy:
##
@@ -392,17 +394,34 @@ class GroovyshInterpreterModeTest extends Gr
daniellansun commented on code in PR #2172:
URL: https://github.com/apache/groovy/pull/2172#discussion_r2029274400
##
subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/GroovyshTest.groovy:
##
@@ -392,17 +394,34 @@ class GroovyshInterpreterModeTest extends Gr
codecov-commenter commented on PR #2161:
URL: https://github.com/apache/groovy/pull/2161#issuecomment-2745977878
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2161?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
paulk-asert opened a new pull request, #2161:
URL: https://github.com/apache/groovy/pull/2161
(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
codecov-commenter commented on PR #2154:
URL: https://github.com/apache/groovy/pull/2154#issuecomment-2746652548
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2154?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
eric-milles commented on PR #2154:
URL: https://github.com/apache/groovy/pull/2154#issuecomment-2741611974
I have rebased, added comments to the `Eclipse-ExtensibleAPI` line, and
moved `DynamicImport-Package` and `Eclipse-BuddyPolicy` to main jar only. I
should be able to dig up a jira tic
codecov-commenter commented on PR #2158:
URL: https://github.com/apache/groovy/pull/2158#issuecomment-2746628756
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2158?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
daniellansun merged PR #2158:
URL: https://github.com/apache/groovy/pull/2158
--
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...@
daniellansun commented on PR #2166:
URL: https://github.com/apache/groovy/pull/2166#issuecomment-2763245775
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.
codecov-commenter commented on PR #2168:
URL: https://github.com/apache/groovy/pull/2168#issuecomment-2763568264
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2168?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
codecov-commenter commented on PR #2172:
URL: https://github.com/apache/groovy/pull/2172#issuecomment-2773198131
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2172?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
daniellansun merged PR #2171:
URL: https://github.com/apache/groovy/pull/2171
--
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...@
codecov-commenter commented on PR #2166:
URL: https://github.com/apache/groovy/pull/2166#issuecomment-2757828262
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2166?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
codecov-commenter commented on PR #2171:
URL: https://github.com/apache/groovy/pull/2171#issuecomment-2772318432
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2171?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
daniellansun commented on PR #2169:
URL: https://github.com/apache/groovy/pull/2169#issuecomment-2773277262
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 unsubscr
eric-milles opened a new pull request, #2174:
URL: https://github.com/apache/groovy/pull/2174
https://issues.apache.org/jira/browse/GROOVY-11601
--
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 th
codecov-commenter commented on PR #2175:
URL: https://github.com/apache/groovy/pull/2175#issuecomment-2779796432
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2175?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
eric-milles opened a new pull request, #2175:
URL: https://github.com/apache/groovy/pull/2175
`for` loop item type for `Class` is `EnumType`
--
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 sp
codecov-commenter commented on PR #2174:
URL: https://github.com/apache/groovy/pull/2174#issuecomment-2779715333
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2174?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
eric-milles merged PR #2217:
URL: https://github.com/apache/groovy/pull/2217
--
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
eric-milles commented on PR #2215:
URL: https://github.com/apache/groovy/pull/2215#issuecomment-2858852984
I don't think there is much general value in providing "stack of chars"
semantic. You can always provide these for your own projects through extension
or categroy class.
--
This is
codecov-commenter commented on PR #2217:
URL: https://github.com/apache/groovy/pull/2217#issuecomment-2858885581
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2217?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
paulk-asert commented on code in PR #2215:
URL: https://github.com/apache/groovy/pull/2215#discussion_r2083133787
##
src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java:
##
@@ -1877,6 +1878,77 @@ public static StringBuilder leftShift(final
StringBuilder self, fin
codecov-commenter commented on PR #2219:
URL: https://github.com/apache/groovy/pull/2219#issuecomment-2863685655
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2219?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
codecov-commenter commented on PR #2218:
URL: https://github.com/apache/groovy/pull/2218#issuecomment-2859978588
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2218?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
paulk-asert merged PR #2216:
URL: https://github.com/apache/groovy/pull/2216
--
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 #2213:
URL: https://github.com/apache/groovy/pull/2213
--
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 #2214:
URL: https://github.com/apache/groovy/pull/2214
--
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
eric-milles merged PR #2219:
URL: https://github.com/apache/groovy/pull/2219
--
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
eric-milles merged PR #2220:
URL: https://github.com/apache/groovy/pull/2220
--
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
eric-milles merged PR #2218:
URL: https://github.com/apache/groovy/pull/2218
--
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
eric-milles closed pull request #2174: GROOVY-11601: remove support for
expression list in `for`-each statement
URL: https://github.com/apache/groovy/pull/2174
--
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
codecov-commenter commented on PR #2220:
URL: https://github.com/apache/groovy/pull/2220#issuecomment-2866973382
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2220?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
codecov-commenter commented on PR #2216:
URL: https://github.com/apache/groovy/pull/2216#issuecomment-2856787787
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2216?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
1101 - 1200 of 1478 matches
Mail list logo