SHA256
1
0
forked from pool/delve

2 Commits

Author SHA256 Message Date
6e41d162d0 Accepting request 1202750 from devel:languages:go
- Update to version 1.23.1:
  * *: release version 1.23.1 (#3816)
  * proc: cache module data (#3800)
  * proc: for optimized functions allow .closureptr to not exist (#3808)
  * proc: improve Rosetta check (#3810)
  * proc: fix result type of division of untyped constants (#3794)
  * service/dap: fix test failure with 1.24 (#3805)
  * service/dap: make handlesMap generic (#3798)
  * proc: workaround for macOS section name truncation (#3799)
  * terminal/starbind: fix starlark conversion of named consts (#3802)
  * chore: fix function name (#3803)
  * eval: Allow reslicing a slice up to its cap, rather than its length (#3796)
  * proc: fix TestRangeOverFuncNext on linux/386 (#3795)
  * proc: fix step stuttering when entering range-over-func bodies (#3788)
  * proc: move stepping test to their own file (#3784) (forwarded request 1202749 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1202750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=14
2024-09-24 15:33:18 +00:00
823b17545b - Update to version 1.23.1:
* *: release version 1.23.1 (#3816)
  * proc: cache module data (#3800)
  * proc: for optimized functions allow .closureptr to not exist (#3808)
  * proc: improve Rosetta check (#3810)
  * proc: fix result type of division of untyped constants (#3794)
  * service/dap: fix test failure with 1.24 (#3805)
  * service/dap: make handlesMap generic (#3798)
  * proc: workaround for macOS section name truncation (#3799)
  * terminal/starbind: fix starlark conversion of named consts (#3802)
  * chore: fix function name (#3803)
  * eval: Allow reslicing a slice up to its cap, rather than its length (#3796)
  * proc: fix TestRangeOverFuncNext on linux/386 (#3795)
  * proc: fix step stuttering when entering range-over-func bodies (#3788)
  * proc: move stepping test to their own file (#3784)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=28
2024-09-23 20:06:28 +00:00
7 changed files with 27 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
<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.23.0</param>
<param name="revision">v1.23.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/go-delve/delve.git</param>
<param name="changesrevision">56e9b85f40ccd5ea92186ac54dba79a2f55d2197</param></service></servicedata>
<param name="changesrevision">856ad78be040837b352a884a60917f5efbc5abdc</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36567b161595cbba8123c7238f2908bf9788501c1c77864be5f17c6c066370f0
size 9621264

3
delve-1.23.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0716208784ab84009472ccefd3df09f40dd56244d880eaf4899788280746af98
size 9623805

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Sep 23 19:42:20 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Update to version 1.23.1:
* *: release version 1.23.1 (#3816)
* proc: cache module data (#3800)
* proc: for optimized functions allow .closureptr to not exist (#3808)
* proc: improve Rosetta check (#3810)
* proc: fix result type of division of untyped constants (#3794)
* service/dap: fix test failure with 1.24 (#3805)
* service/dap: make handlesMap generic (#3798)
* proc: workaround for macOS section name truncation (#3799)
* terminal/starbind: fix starlark conversion of named consts (#3802)
* chore: fix function name (#3803)
* eval: Allow reslicing a slice up to its cap, rather than its length (#3796)
* proc: fix TestRangeOverFuncNext on linux/386 (#3795)
* proc: fix step stuttering when entering range-over-func bodies (#3788)
* proc: move stepping test to their own file (#3784)
-------------------------------------------------------------------
Tue Jul 16 18:49:07 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>

View File

@@ -19,7 +19,7 @@
%define shortname dlv
Name: delve
Version: 1.23.0
Version: 1.23.1
Release: 0
Summary: Debugger for the Go Programming Language
License: MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee0f0be370d4f90f710c9a2dead0dd581d78bc6515ae138245cbbe328c0091b5
size 2174721
oid sha256:cf59b38b53ea7d291f2242d83eded028bb09a92b2c54ed931581da6fae42fb5b
size 2174752