Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 12, 2019

Bumps im from 10.2.0 to 12.3.3.

Release notes

Sourced from im's releases.

12.3.1

Changed

  • Unsafe chunks have been separated out into the sized-chunks crate, which is now a dependency of im.
Changelog

Sourced from im's changelog.

[12.3.3] - 2019-03-11

Fixed

  • A number of issues were fixed where Vector's size table would get out of
    sync with the node structure if exercised too much and cause erroneous
    behaviour. (#72, #74)
  • Comprehensive generative tests were added to test all data structures through
    more unexpected code paths.

[12.3.2] - 2019-03-05

Changed

  • Clone constraints on all data structures, as well as relevant constraints on
    maps and sets, have been relaxed where possible, so that you can now construct
    empty instances and call most query methods without requiring values implement
    Clone etc. (#63)

Fixed

  • Constructing an empty Vector will not allocate any heap memory, instead
    deferring allocation until you perform an operation that would increase its
    length. (#65)
  • Some bugs arising when using Vector::append repeatedly were fixed. (#67,
    #70)

[12.3.1] - 2019-02-19

Changed

  • Unsafe chunks have been separated out into the sized-chunks crate, which is
    now a dependency of im.

[12.3.0] - 2019-01-15

Added

  • singleton methods have been deprecated and renamed to unit.
  • Vector::chunks and Vector::chunks_mut have been deprecated and renamed to
    leaves and leaves_mut to avoid confusion with Vec::chunks. (#50)

Fixed

  • Fixed an issue where the HashMap draining iterator might access uninitialised memory leading to
    undefined behaviour. (#60)
  • Fixed multiple issues in Vector::split_off and Vector::append that would cause lookup errors
    and unexpectedly unbalanced trees. (#55).

[12.2.0] - 2018-10-12

... (truncated)
Commits
  • 35712f1 (cargo-release) version 12.3.3
  • 779f742 Comprehensive tests validate the reality of the size table at each step.
  • 7dca278 Add CI builds in release mode to catch future debug_assert! gaffes.
  • b6ea902 Changelog for recent bug fixes.
  • 51bb80a Revert feature flag to stay working on stable.
  • 1d80f4e Merge pull request #76 from krobelus/index-in
  • 2470fd4 Merge pull request #73 from krobelus/issue_72
  • 417fa4b Merge pull request #75 from krobelus/issue_74
  • 1e8c3e4 Fix RRB target index lookup
  • 286949c Update RRB size table after draining in push_chunk
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 12, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/im-12.3.3 branch from 559ce55 to 38d13ca Compare March 13, 2019 09:51
Bumps [im](https://github.com/bodil/im-rs) from 10.2.0 to 12.3.3.
- [Release notes](https://github.com/bodil/im-rs/releases)
- [Changelog](https://github.com/bodil/im-rs/blob/master/CHANGELOG.md)
- [Commits](bodil/im-rs@10.2.0...12.3.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/cargo/im-12.3.3 branch from 38d13ca to afc42df Compare April 8, 2019 11:50
@dependabot-preview
Copy link
Contributor Author

Superseded by #28.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/im-12.3.3 branch April 9, 2019 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants