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

replace delete_if with select in slices_helper.rb #162

Merged
merged 2 commits into from
Sep 27, 2024
Merged

replace delete_if with select in slices_helper.rb #162

merged 2 commits into from
Sep 27, 2024

Conversation

alexskr
Copy link
Member

@alexskr alexskr commented Sep 26, 2024

fix for #161

to avoid modifying the original array, which prevents issues with frozen arrays,
fixes #161 "FrozenError - can't modify frozen Array"
@alexskr alexskr requested a review from mdorf September 26, 2024 04:58
@alexskr alexskr marked this pull request as draft September 26, 2024 05:14
to avoid modifying the original array, which prevents issues with frozen arrays,
fixes #161 "FrozenError - can't modify frozen Array" (part 2)
@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.39%. Comparing base (8d8f576) to head (f98bead).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #162      +/-   ##
===========================================
- Coverage    73.40%   73.39%   -0.01%     
===========================================
  Files           53       53              
  Lines         2955     2954       -1     
===========================================
- Hits          2169     2168       -1     
  Misses         786      786              
Flag Coverage Δ
unittests 73.39% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexskr alexskr marked this pull request as ready for review September 27, 2024 03:49
@alexskr alexskr merged commit 15a5d03 into develop Sep 27, 2024
4 checks passed
@alexskr alexskr mentioned this pull request Sep 27, 2024
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.

2 participants