Skip to content

Bump gimli from 0.15.0 to 0.17.0 #38

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

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps gimli from 0.15.0 to 0.17.0.

Changelog

Sourced from gimli's changelog.

gimli Change Log


Unreleased

Released YYYY/MM/DD.

The focus of this release has been on improving DWARF 5 support, and
adding support for writing DWARF.

Breaking changes

  • Changed register values to a Register type instead of u8/u64.
    #328

  • Replaced BaseAddresses::set_cfi with set_eh_frame_hdr and set_eh_frame.
    Replaced BaseAddresses::set_data with set_got.
    You should now use the same BaseAddresses value for parsing both
    .eh_frame and .eh_frame_hdr.
    #351

  • Renamed many types and functions related to .debug_line.
    Renamed LineNumberProgram to LineProgram.
    Renamed IncompleteLineNumberProgram to IncompleteLineProgram.
    Renamed CompleteLineNumberProgram to CompleteLineProgram.
    Renamed LineNumberProgramHeader to LineProgramHeader.
    Renamed LineNumberRow to LineRow.
    Renamed StateMachine to LineRows.
    Renamed Opcode to LineInstruction.
    Renamed OpcodesIter to LineInstructions.
    Renamed LineNumberSequence to LineSequence.
    #359

  • Added Offset type parameter to AttributeValue, LineProgram,
    IncompleteLineProgram, CompleteLineProgram, LineRows, LineInstruction,
    and FileEntry.
    #324

  • Changed FileEntry::path_name, FileEntry::directory, and
    LineProgramHeader::directory to return an AttributeValue instead
    of a Reader.
    #366

  • Renamed FileEntry::last_modification to FileEntry::timestamp
    and renamed FileEntry::length to FileEntry::size.
    #366

  • Added an Encoding type. Changed many functions that previously accepted
    Format, version or address size parameters to accept an Encoding

... (truncated)
Commits
  • b0141dd Merge pull request #388 from philipc/release
  • 78134e1 Bump to version 0.17.0
  • 467bd77 Update crossbeam
  • e2529c0 Merge pull request #386 from philipc/doc
  • cb956b1 Apply suggestions from code review
  • 1911be7 write: add an example
  • 8f47f31 Merge pull request #387 from philipc/write-fixes
  • 1f7de25 write: fix handling of DW_AT_decl_file = 0
  • 3ae133b write: change order of writing sections
  • 11fb5dd write: use one abbreviation table per unit
  • 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
Copy link
Author

Superseded by #47.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/gimli-0.17.0 branch April 25, 2019 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant