Files
delve/_service
Jeff Kowalczyk 55fee21973 - Update to version 1.26.0:
* v1.26.0 (#4220)
  * tests: fix TestFilterGoroutines/TestGoroutineLabels on windows/1.26 (#4217)
  * gdbserial: do not set detached if we kill the process (#4216)
  * service/dap: fix restart handling when compilation fails (#4215)
  * service/dap: disable string() field for address-less variables (#4214)
  * service/test: disable TestGuessSubstitutePath on riscv64 (#4212)
  * *: More fixes for Go 1.26 (#4211)
  * pkg/proc: process spawned event (#4171)
  * *: update riscv64 capslock file (#4210)
  * github: fix issue template (#4209)
  * fix: go mod vendor (#4207)
  * *: replace github.com/hashicorp/golang-lru with a custom lru cache (#4196)
  * *: update riscv64 support and adding it in test matrix (#4190)
  * go.mod: remove replace directive
  * cmd/dlv,_scripts: move things that use x/tools/go/packages to new repo (#3990)
  * pkg/proc: add way to disable stop-on-error for breakpoint conditions (#4191)
  * *: fix tests on windows and arm64 for go1.26 (#4205)
  * dap: preserve tags when handling tags (#4201)
  * test: only run capslock on latest minor version (#4202)
  * *: fix tests (#4198)
  * Teamcity: disable riscv64 build due to lack of agent (#4199)
  * terminal: add savestate command (#4045)
  * service/dap: add target command in console and support follow-exec in DAP interface (#4078)
  * service: workaround for non-unicode strings in Variables (#4082)
  * pkg/proc: guard register logging from nil pointer dereferences (#4188)
  * teamcity: Add support for riscv64 architecture in settings (#4189)
  * Add support to trace defer function calls under trace follow option (#3978)
  * pkg/dwarf: do not insist stmt is same line as entry (#4186)
  * replay subcommand must keep trace directory. (#4184)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=45
2025-12-19 21:37:35 +00:00

21 lines
709 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/go-delve/delve.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">v1.26.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="manual">
<param name="basename">delve</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
</service>
</services>