show
show copied to clipboard
Bump im from 12.0.0 to 15.1.0 in /episode/9/rust/pascal
Bumps im from 12.0.0 to 15.1.0.
Release notes
Sourced from im's releases.
12.3.1
Changed
- Unsafe chunks have been separated out into the
sized-chunkscrate, which is now a dependency ofim.
Changelog
Sourced from im's changelog.
[15.1.0] - 2022-04-29
Added
HashSetnow implementsFrom<Vector<A>>andFrom<&Vector<A>> where A: Clone.Fixed
- Fixed a long standing crash bug in
OrdMap/OrdSet. (#154, #143, #152, #124)- The
unionmethod on maps/sets will now prefer to mutate the larger set (which leads to less work) rather than the first set. (#163)- Ensure
TreeFocusonly implementsSend/Syncwhen the underlying type does. (#157, #158)- There was an issue where nodes in very large
OrdMaps could overflow when removing an element and cause a panic, which has now been fixed. (#141)- Assorted doc cleanup. (#150, #173, #186, #194)
[15.0.0] - 2020-05-15
Changed
- Map iterators now return
(&K, &V)and(&K, &mut V)respectively, to be consistent withstd::collections's API.DiffIterforOrdMaphas also changed in the same manner. (#121)Removed
- The
poolfeature flag has been removed from theimversion of the crate, asrefpoolno longer supports threadsafe pools.HashSet::iter_mut()has been removed, because if you modify the hashed values in a hash set, you break the hash set.Added
- The
poolfeature flag was missing from theim-rcversion of the crate, which is the version where it's actually useful. It's been added now.DiffIternow has aDebugimplementation.- There is now a
Vector::is_inline()method to determine whether aVectoris currently inlined. (#129)Fixed
- A smarter implementation of the sorting algorithm for
Vectorhas improved the performance ofVector::sortby approximately 2x. (#126)[14.3.0] - 2020-03-03
Changed
propteststrategies have been moved toim::proptest. The previous locations of the strategies (im::vector::proptestetc) are still available, but have been deprecated.
... (truncated)
Commits
71331ea(cargo-release) version 15.1.09847c3fSync im-rc Cargo.toml.9b8ee6aRemove the now obsolete no-dev-version field from release.toml.973ad84Remove the obsolete Travis CI badge.cc065e0Set rust-version to 1.46.0 in Cargo.toml.744c626Appease Clippy.5c69ba9Update changelog.546e59bBump some deps, fix some warnings.0b3a7b2Add Send and Sync bounds for TreeFocus9c2726aFix a typo in the docs ("`true" => "`true`")- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.