Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update thunderdome requirement from 0.4 to 0.5 #121

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 8, 2021

Updates the requirements on thunderdome to permit the latest version.

Release notes

Sourced from thunderdome's releases.

v0.5.0

Changes Since 0.4.2

  • Moved iterator types into thunderdome::iter. (#24)
  • Changed Index::from_bits to return Option<Index> instead of Index, and no longer panic. (#31)

#24: LPGhatguy/thunderdome#24 #31: LPGhatguy/thunderdome#31

Changelog

Sourced from thunderdome's changelog.

[0.5.0] - 2021-10-07

  • Moved iterator types into thunderdome::iter. (#24)
  • Changed Index::from_bits to return Option<Index> instead of Index, and no longer panic. (#31)

#24: LPGhatguy/thunderdome#24 #31: LPGhatguy/thunderdome#31 [0.5.0]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.5.0

[0.4.2] - 2021-10-07

  • Fixed miri warning for Arena::get2_mut. (#29)
  • Added Arena::insert_at and Arena::insert_at_slot for inserting into specific indexes or slots. (#30)

#29: LPGhatguy/thunderdome#29 #30: LPGhatguy/thunderdome#30 [0.4.2]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.4.2

[0.4.1] - 2021-02-24

  • Implemented IntoIterator for &Arena and &mut Arena. (#18)
  • Added Arena::get2_mut for getting two mutable references of different slots at once. (#22)

#18: LPGhatguy/thunderdome#18 #22: LPGhatguy/thunderdome#22 [0.4.1]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.4.1

[0.4.0] - 2020-11-17

  • Fixed Arena::iter_mut to return mutable references. (#10)
  • Added Arena::retain for conveniently removing entries which do not satisfy a given predicate. (#11)
  • Added Arena::contains for checking whether an Index is valid for a given Arena. (#12)
  • Added Index::slot for extracting the slot portion of an index as well as slot-related APIs. (#13)
    • Added Arena::contains_slot for checking whether a slot is occupied in a given Arena and resolving its Index if so.
    • Added Arena::get_by_slot and Arena::get_by_slot_mut for retrieving an entry by its slot, ignoring generation.
    • Added Arena::remove_by_slot for removing an entry by its slot, ignoring generation.

#10: LPGhatguy/thunderdome#10 #11: LPGhatguy/thunderdome#11 #12: LPGhatguy/thunderdome#12 #13: LPGhatguy/thunderdome#13 [0.4.0]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.4.0

[0.3.0] - 2020-10-16

  • Added Arena::invalidate for invalidating indices on-demand, as a faster remove-followed-by-reinsert. (#6)
  • Added Index::to_bits and Index::from_bits for converting indices to a form convenient for passing outside of Rust. (#6)
  • Added Arena::clear for conveniently clearing the whole arena. (#7)
  • Change the semantics of Arena::drain to drop any remaining uniterated items when the Drain iterator is dropped, clearing the Arena. (#8)

#6: LPGhatguy/thunderdome#6 #7: LPGhatguy/thunderdome#7 #8: LPGhatguy/thunderdome#8 [0.3.0]: https://github.com/LPGhatguy/thunderdome/releases/tag/v0.3.0

... (truncated)

Commits

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [thunderdome](https://github.com/LPGhatguy/thunderdome) to permit the latest version.
- [Release notes](https://github.com/LPGhatguy/thunderdome/releases)
- [Changelog](https://github.com/LPGhatguy/thunderdome/blob/main/CHANGELOG.md)
- [Commits](LPGhatguy/thunderdome@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: thunderdome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 8, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 19, 2022

Superseded by #131.

@dependabot dependabot bot closed this Oct 19, 2022
@dependabot dependabot bot deleted the dependabot/cargo/thunderdome-0.5 branch October 19, 2022 22:06
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.

0 participants