[
https://issues.apache.org/jira/browse/GROOVY-11702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King resolved GROOVY-11702.
Fix Version/s: 4.0.28
5.0.0-beta-2
Assignee: Paul King
Resoluti
paulk-asert closed pull request #2256: Tuple changes related to its backing
array
URL: https://github.com/apache/groovy/pull/2256
--
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
paulk-asert commented on PR #2256:
URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986633960
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
Choosechee commented on PR #2256:
URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986410255
> You might want to squash your PR.
Done.
--
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 t
codecov-commenter commented on PR #2256:
URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986083595
##
[Codecov](https://app.codecov.io/gh/apache/groovy/pull/2256?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut
[
https://issues.apache.org/jira/browse/GROOVY-11701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul King resolved GROOVY-11701.
Fix Version/s: 5.0.0-beta-2
Assignee: Paul King
Resolution: Fixed
Proposed PR mer
paulk-asert commented on PR #2256:
URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986047943
I created this issue to track this change:
https://issues.apache.org/jira/browse/GROOVY-11702
--
This is an automated message from the Apache Git Service.
To respond to the message
paulk-asert commented on PR #2256:
URL: https://github.com/apache/groovy/pull/2256#issuecomment-2986051227
You might want to squash your PR.
--
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
Paul King created GROOVY-11702:
--
Summary: Tuple#toArray doesn't honor expected contract for
immutability
Key: GROOVY-11702
URL: https://issues.apache.org/jira/browse/GROOVY-11702
Project: Groovy
daniellansun merged PR #2254:
URL: https://github.com/apache/groovy/pull/2254
--
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 #2254:
URL: https://github.com/apache/groovy/pull/2254#issuecomment-2985985015
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 commented on code in PR #2254:
URL: https://github.com/apache/groovy/pull/2254#discussion_r2155691786
##
src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java:
##
@@ -1547,6 +1548,146 @@ private static List getGroups(final Matcher
matcher) {
r
Choosechee opened a new pull request, #2256:
URL: https://github.com/apache/groovy/pull/2256
I have made some changes to `Tuple` that are related to its backing array.
One of them fixes a pretty major bug I found:
- Made `Tuple` implement `RandomAccess`.
- Currently, `Tuple`'s 'toA
[
https://issues.apache.org/jira/browse/GROOVY-11615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17982797#comment-17982797
]
Eric Milles commented on GROOVY-11615:
--
https://github.com/apache/groovy/pull/2255
eric-milles opened a new pull request, #2255:
URL: https://github.com/apache/groovy/pull/2255
For an expression like `list.stream().collect(Collectors.toSet())` the
return type is dependent on the return type of `toSet`, which can be partially
resolved from the receiver type (for example `S
paulk-asert commented on code in PR #2254:
URL: https://github.com/apache/groovy/pull/2254#discussion_r2153724057
##
src/main/java/org/codehaus/groovy/runtime/StringGroovyMethods.java:
##
@@ -1547,6 +1548,146 @@ private static List getGroups(final Matcher
matcher) {
re
16 matches
Mail list logo