Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GROOVY-11577: Add withIndex/indexed methods for ArrayGroovyMethods #2155

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

paulk-asert
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.8224%. Comparing base (3879953) to head (301e6b2).

Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##               master      #2155        +/-   ##
==================================================
- Coverage     68.8309%   68.8224%   -0.0085%     
- Complexity      29442      29450         +8     
==================================================
  Files            1420       1421         +1     
  Lines          113173     113187        +14     
  Branches        19558      19558                
==================================================
  Hits            77898      77898                
- Misses          28735      28742         +7     
- Partials         6540       6547         +7     
Files with missing lines Coverage Δ
...rg/codehaus/groovy/runtime/ArrayGroovyMethods.java 90.2332% <100.0000%> (+0.0717%) ⬆️
...a/org/codehaus/groovy/util/FloatArrayIterable.java 100.0000% <100.0000%> (ø)

... and 4 files with indirect coverage changes

* <p/>
* Example usage:
* <pre class="groovyTestCase">
* double[] nums = [10.0f, 20.0f, 30.0f]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be float[]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, fixed.

@paulk-asert paulk-asert merged commit 43d4f93 into apache:master Mar 1, 2025
19 checks passed
@paulk-asert paulk-asert deleted the groovy11577 branch March 1, 2025 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants