Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps cpp_demangle from 0.2.16 to 0.3.2.

Changelog

Sourced from cpp_demangle's changelog.

0.3.2

Released 2020/11/27

Added

  • ParseOptions is introduced, with new API variants Symbol::new_with_options and Symbol::with_tail_and_options. The existing APIs use the default parsing options.
  • Recursion limits are now configurable via ParseOptions and DemangleOptions.
  • Transaction clone symbols are supported #217

Changed

  • The default parsing recursion limit is now 96 (up from 64). The value was chosen to avoid pathological symbols overflowing the stack of a debug build. Users may be able to safely raise the limits substantially depending on their expected workload and tolerance for crashes.

0.3.1

Released 2020/10/09

Added

  • Java Resource symbols are now supported #200

Fixed

  • C++ reference collapsing rules are honored.
  • Misc style fixes.

Changed

  • DemangleOptions is now repr(C)

0.3.0

Released 2020/06/11

Changed

  • The DemangleOptions API has changed to be more future-proof and the DemangleNodeType enum now has an __NonExhaustive variant to discourage pattern matching without a _ => () arm.
Commits
  • f23ff2a Release 0.3.2.
  • 1080646 Remove invalid fuzzer input.
  • bfe905c cargo fmt
  • 7ab678e Remove cppfilt.rs from Cargo.toml since it's now an example.
  • eac382e Allow API consumers to configure recursion limits.
  • f51ca0e Use Github Actions to run tests.
  • e937542 Bump max_recursion in parsing to 96 by default, which is the smallest power-o...
  • a53e845 Use next_or method, and more tests and comments
  • ac34971 Add support for transaction clone symbols
  • 9ead193 Modernize AFL use.
  • 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 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)
  • @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)
  • 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)

Bumps [cpp_demangle](https://github.com/gimli-rs/cpp_demangle) from 0.2.16 to 0.3.2.
- [Release notes](https://github.com/gimli-rs/cpp_demangle/releases)
- [Changelog](https://github.com/gimli-rs/cpp_demangle/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/cpp_demangle@0.2.16...0.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 30, 2020
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