Skip to content

Bump im from 10.2.0 to 12.3.1#21

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/im-12.3.1
Closed

Bump im from 10.2.0 to 12.3.1#21
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/im-12.3.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented Feb 20, 2019

Bumps im from 10.2.0 to 12.3.1.

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.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

Added

  • OrdMap and OrdSet now have a range() method which makes an iterator over
    a bounded subset of the values. The improved iterator implementation is also
    considerably more efficient than the previous (about an order of magnitude
    faster for nontrivial data sets). iter() has been updated to take advantage
    of this, and is now just an alias for range(..). (#27)
  • FocusMut now has an unmut method to turn it into an immutable Focus,
    releasing its exclusive hold on the underlying Vector.
  • Focus now implements Clone.

[12.1.0] - 2018-09-25

Added

  • Maps and sets now have the clear method just like Vector. (#46)

Changed

  • Single chunk Vectors are no longer allocated directly on the stack, meaning
    that they're now comparable in performance to std::vec::Vec rather than
    slightly faster, but they also won't eat up your stack space quite as quickly,
    and they'll clone without copying and share structure with clones as you'd
    expect.

[12.0.0] - 2018-08-30

Starting with this release, the arc flag is gone, in favour of publishing im
as two separate crates: im (using Arc) and im-rc (using Rc). They're

... (truncated)
Commits
  • 2295bc9 (cargo-release) version 12.3.1
  • e525738 Run prepare-release before make release commit.
  • 1fa3b79 Move the unsafe chunks into the sized-chunks crate.
  • 8373b71 Use mem::zeroed to allocate unsafe chunks.
  • ef803bf Run rustup update before each build because the Rust installation is cached...
  • e117ecf Don't use deprecated singleton and chunk methods in tests.
  • 2801bb7 Cache rustup installation, and run clippy on stable.
  • cd93779 Update proptest requirement from 0.8 to 0.9
  • 9e18e88 Sync rc/Cargo.toml after release.
  • c901d48 (cargo-release) version 12.3.0
  • 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
  • @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 Feb 20, 2019
Bumps [im](https://github.com/bodil/im-rs) from 10.2.0 to 12.3.1.
- [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...im-12.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/cargo/im-12.3.1 branch from f7439a4 to f82e5be Compare February 28, 2019 12:18
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #24.

@dependabot-preview dependabot-preview Bot deleted the dependabot/cargo/im-12.3.1 branch March 6, 2019 06:23
lyuben-todorov added a commit to lyuben-todorov/DURP that referenced this pull request May 8, 2026
When an entry JSON already exists on disk, do NOT re-run the full
assemble pipeline — it would overwrite the file with the current host's
fresh data, silently wiping other-arch fingerprints + verifiedOn
history recorded by prior hosts. Instead:

1. Compare entry.reproduction.fatImage to what the current bucketer
   produces (bucket_for + canonical_sde_for + tag_for).
2. If they match: hand off to cargo_regenerate, which knows how to
   verify the fat-image fingerprint, build thin images, run tests,
   and merge a new-arch fingerprint + verifiedOn record into the
   existing entry.
3. If they differ: park the candidate with the new
   entry_bucket_stale status. Operator signal that bucketing logic
   (or max_sde_date) has moved since the entry was written.

New flag --reassemble-stale opts into the old behaviour: discard
mismatched entries and re-reproduce from scratch. Off by default —
silent entry overwrites are a data-integrity bug.

Observed failure mode: during the overnight 200-slice, the VM
re-reproduced passy/revmenu#21 (which already had an arm64 fingerprint
from an earlier Mac run in dep-updates-rp-data main). EntryWriter.write
overwrote the file with just the VM's amd64 fingerprint, losing the
arm64 one. The two hosts also picked different fat-image buckets for
the candidate (Mac: 1.56.0-buster-20211022; VM: 1.49.0-buster-20210209),
which is a second finding: bucketing logic is host-version-dependent
and needs operator awareness, not silent drift.
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.

1 participant