Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] delve: update to 1.22.1.
@ 2024-04-14  9:56 hhvn-uk
  2024-04-14 17:30 ` [PR PATCH] [Updated] " hhvn-uk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hhvn-uk @ 2024-04-14  9:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

There is a new pull request by hhvn-uk against master on the void-packages repository

https://github.com/hhvn-uk/void-packages delve-1.22.1
https://github.com/void-linux/void-packages/pull/49837

delve: update to 1.22.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

`dlv exec` on a go program works fine, can break on main.main and step thru the program.

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/49837.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-delve-1.22.1-49837.patch --]
[-- Type: text/x-diff, Size: 1107 bytes --]

From 037d9e7c55108fb50e2480b57a29847676cf61da Mon Sep 17 00:00:00 2001
From: hhvn <dev@hhvn.uk>
Date: Sun, 14 Apr 2024 10:50:52 +0100
Subject: [PATCH] delve: update to 1.22.1.

---
 srcpkgs/delve/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/delve/template b/srcpkgs/delve/template
index 3c5da73ce51918..276b7f7e1950fd 100644
--- a/srcpkgs/delve/template
+++ b/srcpkgs/delve/template
@@ -1,7 +1,7 @@
 # Template file for 'delve'
 pkgname=delve
-version=1.21.0
-revision=2
+version=1.22.1
+revision=0
 # https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel_linux.go
 archs="x86_64* i686* aarch64*"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/go-delve/delve"
 changelog="https://raw.githubusercontent.com/go-delve/delve/master/CHANGELOG.md"
 distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
-checksum=f00321e9333a61cb10c18141484c44ed55b1da1c4239a3f4faf2100b64613199
+checksum=fe6f0d97c233d4f0f1ed422c11508cc57c14e9e0915f9a258f1912c46824cbfb
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] delve: update to 1.22.1.
  2024-04-14  9:56 [PR PATCH] delve: update to 1.22.1 hhvn-uk
@ 2024-04-14 17:30 ` hhvn-uk
  2024-04-14 17:32 ` hhvn-uk
  2024-04-16  0:54 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: hhvn-uk @ 2024-04-14 17:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

There is an updated pull request by hhvn-uk against master on the void-packages repository

https://github.com/hhvn-uk/void-packages delve-1.22.1
https://github.com/void-linux/void-packages/pull/49837

delve: update to 1.22.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

`dlv exec` on a go program works fine, can break on main.main and step thru the program.

#### Local build testing
- I built this PR locally for my native architecture, x86_64

A patch file from https://github.com/void-linux/void-packages/pull/49837.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-delve-1.22.1-49837.patch --]
[-- Type: text/x-diff, Size: 1107 bytes --]

From 2af76ed6f0b0ea137a262f5375fd973e6cd69c24 Mon Sep 17 00:00:00 2001
From: hhvn <dev@hhvn.uk>
Date: Sun, 14 Apr 2024 10:50:52 +0100
Subject: [PATCH] delve: update to 1.22.1.

---
 srcpkgs/delve/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/delve/template b/srcpkgs/delve/template
index 3c5da73ce51918..9539a846e05522 100644
--- a/srcpkgs/delve/template
+++ b/srcpkgs/delve/template
@@ -1,7 +1,7 @@
 # Template file for 'delve'
 pkgname=delve
-version=1.21.0
-revision=2
+version=1.22.1
+revision=1
 # https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel_linux.go
 archs="x86_64* i686* aarch64*"
 build_style=go
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/go-delve/delve"
 changelog="https://raw.githubusercontent.com/go-delve/delve/master/CHANGELOG.md"
 distfiles="https://github.com/go-delve/delve/archive/v${version}.tar.gz"
-checksum=f00321e9333a61cb10c18141484c44ed55b1da1c4239a3f4faf2100b64613199
+checksum=fe6f0d97c233d4f0f1ed422c11508cc57c14e9e0915f9a258f1912c46824cbfb
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: delve: update to 1.22.1.
  2024-04-14  9:56 [PR PATCH] delve: update to 1.22.1 hhvn-uk
  2024-04-14 17:30 ` [PR PATCH] [Updated] " hhvn-uk
@ 2024-04-14 17:32 ` hhvn-uk
  2024-04-16  0:54 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: hhvn-uk @ 2024-04-14 17:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by hhvn-uk on void-packages repository

https://github.com/void-linux/void-packages/pull/49837#issuecomment-2054129053

Comment:
Forced pushed with the revision set to 1.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: delve: update to 1.22.1.
  2024-04-14  9:56 [PR PATCH] delve: update to 1.22.1 hhvn-uk
  2024-04-14 17:30 ` [PR PATCH] [Updated] " hhvn-uk
  2024-04-14 17:32 ` hhvn-uk
@ 2024-04-16  0:54 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-04-16  0:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

There's a merged pull request on the void-packages repository

delve: update to 1.22.1.
https://github.com/void-linux/void-packages/pull/49837

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

`dlv exec` on a go program works fine, can break on main.main and step thru the program.

#### Local build testing
- I built this PR locally for my native architecture, x86_64

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-16  0:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-14  9:56 [PR PATCH] delve: update to 1.22.1 hhvn-uk
2024-04-14 17:30 ` [PR PATCH] [Updated] " hhvn-uk
2024-04-14 17:32 ` hhvn-uk
2024-04-16  0:54 ` [PR PATCH] [Merged]: " cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).