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

Bump github.com/go-delve/delve from 1.6.1 to 1.7.0 #773

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2021

Bumps github.com/go-delve/delve from 1.6.1 to 1.7.0.

Release notes

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

v1.7.0

CHANGELOG

Changelog

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

[1.7.0] 2021-07-19

Added

Fixed

  • DAP server: Several shutdown / disconnect fixes (@​suzmue, @​polinasok)
  • DAP server: Clean output executable name on Windows (@​hyangah)
  • DAP server: Variables response must not have null variables array (@​polinasok)
  • Fix runtimeTypeToDIE setup (necessary for Go 1.17) (@​aarzilli)
  • Reenable CGO stacktrace test on arm64 (@​derekparker)
  • Fix incorrect integer casts in freebsd C backend (@​dwagin)
  • Ensure correct exit status reported on commands following process death (@​derekparker)
  • Misc flakey test fixes / test refactoring (@​polinasok)
  • Fix for frame parameter being ignored in ConvertEvalScope when no goroutine is found (@​suzmue)
  • Ensure ContinueOnce returns StopExited if process exited, otherwise return StopUnknown (@​polinasok)
  • Fix panic in RPC2.ListDynamicLibraries (@​derekparker)
  • Fix typo in flag passed to check if debugserver supports unmask_signals (@​staugust)

Changed

Commits
  • 584191a *: Release 1.7.0 (#2591)
  • 9df8f14 service/dap: variables response must not have null variables array (#2592)
  • 890cde3 service/dap: send terminated event when disconnecting (#2587)
  • 175ca0c service/rpc2: Fix panic in ListDynamicLibraries (#2586)
  • f86ed67 service/dap: add panic and throw text to stopped event (#2559)
  • 686989e debugserver: fix typo in checking whether debugserver support unmask_… (#2581)
  • 569b772 proc/gdbserial: ContinueOnce returns StopUnknown, not StopExited on non-exite...
  • 1399f20 TeamCity: add go1.17 to test matrix, disable go-tip builds (#2576)
  • f0a32c8 Go 1.17 support branch (#2451)
  • e1febcf service/dap: send dap error response on dap error (#2561)
  • 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)

Bumps [github.com/go-delve/delve](https://github.com/go-delve/delve) from 1.6.1 to 1.7.0.
- [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.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/go-delve/delve
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 19, 2021
@ChunyiLyu ChunyiLyu merged commit ce3bc0f into main Jul 19, 2021
@ChunyiLyu ChunyiLyu deleted the dependabot/go_modules/github.com/go-delve/delve-1.7.0 branch July 19, 2021 15:25
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