Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2020

Bumps github.com/go-delve/delve from 1.5.0 to 1.5.1.

Changelog

Sourced from github.com/go-delve/delve's changelog.

[1.5.1] 2020-12-09

Added

Fixed

Changed

  • dlv test switches to the package directory like go test does (#2128, @aarzilli)
  • Delve will no longer resolve symbolic links when searching for split debug_info if the executable path is not /proc/pid/exe (#2170, @aarzilli)
  • Starlark scripts can now be interrupted using Ctrl-C even if they are not making any API calls (#2149, @aarzilli)
  • An error message will be displayed more prominently if a connection is rejected due to the --only-same-user flag (which is enabled by default) (#2211, @aarzilli)
  • Substitute path rules are applied to the argument of break and trace (#2213, @aarzilli)
  • The output of xcode-select --print-path will be used to determine the location of debugserver instead of a hardcoded path (#2229, @aaronsky)
  • Improvements to documentation and error messages (#2148, #2154, #2196, #2228, @aurkenb, @pohzipohzi, @chainhelen, @andreimatei)
Commits
  • f7542d6 all: bump version and release notes
  • 60b5e9d dwarf/reader: minor comments around variable resolving (#2253)
  • 34ffa2e dwarf/line: do not consider end of sequence entries valid (#2235)
  • 731f5ed go.mod: update google/go-dap to 0.4.0 (#2248)
  • 98cba03 service/dap: expand goroutine info in threads response (#2233)
  • d3d2910 Enable supportsDelayedStackTraceLoading capability (#2238)
  • 579b17c proc/gdbserial: Use the active xcode-select path instead of a hardcoded Xcode...
  • db93049 service,terminal: apply substitute path to trace/break argument
  • 6ab6929 proc/gdbserial: fix redirect bugs with debugserver
  • 4f03ef0 proc: fix TestStepIntoWrapperForEmbeddedPointer for Go 1.15.4 (#2223)
  • 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

Bumps [github.com/go-delve/delve](https://github.com/go-delve/delve) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/go-delve/delve/releases)
- [Changelog](https://github.com/go-delve/delve/blob/master/CHANGELOG.md)
- [Commits](go-delve/delve@v1.5.0...v1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 10, 2020
@ChunyiLyu ChunyiLyu merged commit d761a0c into main Dec 10, 2020
@ChunyiLyu ChunyiLyu deleted the dependabot/go_modules/github.com/go-delve/delve-1.5.1 branch December 10, 2020 09:34
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