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

Slice: break #200

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Slice: break #200

merged 1 commit into from
Mar 7, 2024

Conversation

donutloop
Copy link
Collaborator

Splits a slice into two based on a predicate function. It starts appending to the second slice after the first element that matches the predicate. All elements after the first match are included in the second slice, regardless of whether they match the predicate or not.

@donutloop
Copy link
Collaborator Author

@duke-git please review

Splits a slice into two based on a predicate function. It starts appending to the second slice after the first element that matches the predicate. All elements after the first match are included in the second slice, regardless of whether they match the predicate or not.
@codecov-commenter
Copy link

codecov-commenter commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.58%. Comparing base (aa74400) to head (261955c).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
+ Coverage   80.54%   80.58%   +0.03%     
==========================================
  Files          65       65              
  Lines        7531     7545      +14     
==========================================
+ Hits         6066     6080      +14     
  Misses       1093     1093              
  Partials      372      372              

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

@duke-git
Copy link
Owner

duke-git commented Mar 7, 2024

@duke-git please review

@donutloop please merge into the rc branch.

@donutloop donutloop changed the base branch from main to rc March 7, 2024 05:40
@donutloop
Copy link
Collaborator Author

@duke-git please review

@donutloop please merge into the rc branch.

@duke-git Changed base branch

@duke-git duke-git merged commit 5e8a065 into duke-git:rc Mar 7, 2024
3 checks passed
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