Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] delve: update to 1.20.0.
@ 2022-12-17 22:49 Sqvid
  2022-12-18 11:10 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sqvid @ 2022-12-17 22:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Sqvid/void-packages dlv
https://github.com/void-linux/void-packages/pull/41157

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
 (I believe this build relies on the the newer gcc version that is still being built. Can test crosscompile in a few days if necessary.

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

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

From 923e5324acb610071d92b3cfd67014119afb3faa Mon Sep 17 00:00:00 2001
From: Siddhartha Menon <42359201+Sqvid@users.noreply.github.com>
Date: Sat, 17 Dec 2022 22:37:07 +0000
Subject: [PATCH] delve: update to 1.20.0.

---
 srcpkgs/delve/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/delve/template b/srcpkgs/delve/template
index d5f8945fc880..ad8abae8bfc0 100644
--- a/srcpkgs/delve/template
+++ b/srcpkgs/delve/template
@@ -1,6 +1,6 @@
 # Template file for 'delve'
 pkgname=delve
-version=1.8.0
+version=1.20.0
 revision=1
 # https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel.go
 archs="x86_64* i686* aarch64*"
@@ -12,7 +12,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=086106a4776fa155bf20c37d27b9caed55255be6359c7f0bda1893d3adbb614e
+checksum=39d2e3ae965abf5e71f3d8efbef368b1ee1d7154ea6604ec71d508350d419d03
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] delve: update to 1.20.0.
  2022-12-17 22:49 [PR PATCH] delve: update to 1.20.0 Sqvid
@ 2022-12-18 11:10 ` paper42
  2022-12-18 21:48 ` [PR PATCH] [Updated] " Sqvid
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-12-18 11:10 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41157#discussion_r1051579070

Comment:
```suggestion
# https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel_linux.go
```

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

* Re: [PR PATCH] [Updated] delve: update to 1.20.0.
  2022-12-17 22:49 [PR PATCH] delve: update to 1.20.0 Sqvid
  2022-12-18 11:10 ` [PR REVIEW] " paper42
@ 2022-12-18 21:48 ` Sqvid
  2022-12-18 21:49 ` [PR REVIEW] " Sqvid
  2022-12-18 22:19 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: Sqvid @ 2022-12-18 21:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Sqvid/void-packages dlv
https://github.com/void-linux/void-packages/pull/41157

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
 (I believe this build relies on the the newer gcc version that is still being built. Can test crosscompile in a few days if necessary.

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

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

From 3edfa79dadc274c59f18033962f88148f60c8b3d Mon Sep 17 00:00:00 2001
From: Siddhartha Menon <42359201+Sqvid@users.noreply.github.com>
Date: Sat, 17 Dec 2022 22:37:07 +0000
Subject: [PATCH] delve: update to 1.20.0.

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

diff --git a/srcpkgs/delve/template b/srcpkgs/delve/template
index d5f8945fc880..837335da7c27 100644
--- a/srcpkgs/delve/template
+++ b/srcpkgs/delve/template
@@ -1,8 +1,8 @@
 # Template file for 'delve'
 pkgname=delve
-version=1.8.0
+version=1.20.0
 revision=1
-# https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel.go
+# https://github.com/go-delve/delve/blob/master/pkg/proc/native/support_sentinel_linux.go
 archs="x86_64* i686* aarch64*"
 build_style=go
 go_import_path=github.com/go-delve/delve/cmd/dlv
@@ -12,7 +12,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=086106a4776fa155bf20c37d27b9caed55255be6359c7f0bda1893d3adbb614e
+checksum=39d2e3ae965abf5e71f3d8efbef368b1ee1d7154ea6604ec71d508350d419d03
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] delve: update to 1.20.0.
  2022-12-17 22:49 [PR PATCH] delve: update to 1.20.0 Sqvid
  2022-12-18 11:10 ` [PR REVIEW] " paper42
  2022-12-18 21:48 ` [PR PATCH] [Updated] " Sqvid
@ 2022-12-18 21:49 ` Sqvid
  2022-12-18 22:19 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: Sqvid @ 2022-12-18 21:49 UTC (permalink / raw)
  To: ml

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

New review comment by Sqvid on void-packages repository

https://github.com/void-linux/void-packages/pull/41157#discussion_r1051671731

Comment:
I have made the suggested change.

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

* Re: [PR PATCH] [Merged]: delve: update to 1.20.0.
  2022-12-17 22:49 [PR PATCH] delve: update to 1.20.0 Sqvid
                   ` (2 preceding siblings ...)
  2022-12-18 21:49 ` [PR REVIEW] " Sqvid
@ 2022-12-18 22:19 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-12-18 22:19 UTC (permalink / raw)
  To: ml

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

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

delve: update to 1.20.0.
https://github.com/void-linux/void-packages/pull/41157

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
 (I believe this build relies on the the newer gcc version that is still being built. Can test crosscompile in a few days if necessary.

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

end of thread, other threads:[~2022-12-18 22:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-17 22:49 [PR PATCH] delve: update to 1.20.0 Sqvid
2022-12-18 11:10 ` [PR REVIEW] " paper42
2022-12-18 21:48 ` [PR PATCH] [Updated] " Sqvid
2022-12-18 21:49 ` [PR REVIEW] " Sqvid
2022-12-18 22:19 ` [PR PATCH] [Merged]: " paper42

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).