Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
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

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
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

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
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

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
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

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
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

Re: [PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
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

[PR] Tuple changes related to its backing array [groovy]

2025-06-18 Thread via GitHub
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