rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.64k stars 299 forks source link

Deprecate `unfold` for `std::iter::from_fn` #871

Closed Philippe-Cholet closed 5 months ago

Philippe-Cholet commented 5 months ago

Solves #223. Based on https://github.com/rust-itertools/itertools/pull/610#issuecomment-1145341531 that suggested to add a deprecation notice instead of removing it directly.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6814180) 94.38% compared to head (db47289) 94.25%. Report is 2 commits behind head on master.

:exclamation: Current head db47289 differs from pull request most recent head 777b341. Consider uploading reports for the commit 777b341 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #871 +/- ## ========================================== - Coverage 94.38% 94.25% -0.14% ========================================== Files 48 48 Lines 6665 6666 +1 ========================================== - Hits 6291 6283 -8 - Misses 374 383 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Philippe-Cholet commented 5 months ago

"semver checks" first failed in CI, I therefore updated the version to "0.13.0".

Philippe-Cholet commented 5 months ago

@jswrenn Yes after some PRs of mine that resolved old issues and closed a few PRs and some (I think reasonable) triage, we finally have less than 100 issues and 30 PRs. 🎉