Chore(deps): Bump github.com/google/go-dap from 0.8.0 to 0.11.0
Bumps github.com/google/go-dap from 0.8.0 to 0.11.0.
Release notes
Sourced from github.com/google/go-dap's releases.
v0.11.0
What's Changed
- Include the raw message in the error by
@corneliusweigin google/go-dap#86- Move interface method to embedded type by
@corneliusweigin google/go-dap#85Full Changelog: https://github.com/google/go-dap/compare/v0.10.0...v0.11.0
v0.10.0
What's Changed
- Add a new
Codectype that allows to register custom DAP commands by@corneliusweigin google/go-dap#70- Optimize message parsing by
@corneliusweigin google/go-dap#79Full Changelog: https://github.com/google/go-dap/compare/v0.9.1...v0.10.0
v0.9.1
This release fixes a bug in that turned some type aliases into pointers. go-dap clients will likely need to update their code when importing this new version.
This release also retracts v0.9.0.
What's Changed
Make omitempty structs pointers by
@rehmsenin google/go-dap#75 and https://github.com/google/go-dap/pull/ and google/go-dap#81Similar to the change of the Breakpoint.Source in v0.7.0, this changes the types of several other struct fields to be pointers. This addresses a confusing bug, where empty structs were included in the marshaled json. DAP Clients were then treating the zero-value structs as new values, and updating state accordingly.
go.mod: retract v0.9.0 by
@suzmuein google/go-dap#83Full Changelog: https://github.com/google/go-dap/compare/v0.8.0...v0.9.1
v0.9.0 (retracted)
This release changes the types of several struct fields to pointers. go-dap clients will likely need to update their code when importing this new version.
What's Changed
Make omitempty structs pointers by
@rehmsenin google/go-dap#75Similar to the change of the Breakpoint.Source in v0.7.0, this changes the types of several other struct fields to be pointers,. This addresses a confusing bug, where empty structs were included in the marshaled json. DAP Clients were then treating the zero-value structs as new values, and updating state accordingly.
Code Health
- Add test case for StartDebugging request by
@corneliusweigin google/go-dap#74- Update github action workflow target branch by
@suzmuein google/go-dap#77Full Changelog: https://github.com/google/go-dap/compare/v0.8.0...v0.9.0
Commits
021ca71Move interface method to embedded type (#85)9079ba7Include the raw message in the error (#86)9ced64eOptimize message parsing (#79)0d5ec83Add a newCodectype that allows to register custom DAP commands (#70)2cac552go.mod: retract v0.9.0 (#83)bfa39afFix type aliases being emitted as pointers (#81)d1322a7Add test case for StartDebugging request (#74)ba892a7Make omitempty structs pointers (#75)54fa52b.github/workflows: update workflow target branch (#77)- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.