Skip to content

Deprecate fold_while() - #1127

Merged
phimuemue merged 2 commits into
rust-itertools:masterfrom
ronnodas:deprecate-fold-while
Sep 5, 2026
Merged

Deprecate fold_while()#1127
phimuemue merged 2 commits into
rust-itertools:masterfrom
ronnodas:deprecate-fold-while

Conversation

@ronnodas

@ronnodas ronnodas commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Closes #1106. I've guessed the next breaking release for the since field, some guidance about this would be useful.

@codecov

codecov Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.84%. Comparing base (6814180) to head (2cc1303).
⚠️ Report is 218 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1127      +/-   ##
==========================================
- Coverage   94.38%   93.84%   -0.55%     
==========================================
  Files          48       52       +4     
  Lines        6665     6681      +16     
==========================================
- Hits         6291     6270      -21     
- Misses        374      411      +37     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@phimuemue
phimuemue force-pushed the deprecate-fold-while branch from bca1628 to 2cc1303 Compare September 5, 2026 05:31
@phimuemue
phimuemue enabled auto-merge September 5, 2026 05:32
@phimuemue
phimuemue added this pull request to the merge queue Sep 5, 2026
Merged via the queue into rust-itertools:master with commit fd61933 Sep 5, 2026
8 of 14 checks passed
@ronnodas
ronnodas deleted the deprecate-fold-while branch September 5, 2026 08:01
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.

Deprecate fold_while() in favor of Iterator::try_fold()

2 participants