From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 13 06:01:12 2020 Received: (at submit) by debbugs.gnu.org; 13 Sep 2020 10:01:13 +0000 Received: from localhost ([127.0.0.1]:49526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHOoq-0007Dp-Il for submit@debbugs.gnu.org; Sun, 13 Sep 2020 06:01:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:34352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kHOoo-0007Dg-Pz for submit@debbugs.gnu.org; Sun, 13 Sep 2020 06:01:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56666) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHOoo-0007rX-HB for guix-patches@gnu.org; Sun, 13 Sep 2020 06:01:10 -0400 Received: from mout01.posteo.de ([185.67.36.65]:54450) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHOoh-0001pi-Ba for guix-patches@gnu.org; Sun, 13 Sep 2020 06:01:10 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 79A2316005C for ; Sun, 13 Sep 2020 12:00:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1599991259; bh=MEAa9hWiFwZqTxEg22ERkFFm++gXtCqdJLFDyJGMz00=; h=From:To:Subject:Date:From; b=k1OWaFQiZHX0uam9cKSa0zoFkd3o6N3YPdNlKvF+mLybFpcMLnGxfZm1v85LSAo+g ptwiB9HtJdCa7ai0s+FmDvqVJcpO2fDqtQfvNzXPG1byfdxurTFHuVKwEVlseRxKZW 00wv9yzYJSOB7TJJZ+CdANgyjRilwp2V5jz8CLa/dSBt/RVl2cDa/IqiThe/Vmngny HTj4m0LLiF/pUB4Mj+j/VdIZz1XhtbSI+pCVxKtB7q2mMhsWRyorLkqk/4/MxBTrCo UOBvRnSQXW+RFqgDmGyHxQObKINfXpgHfxalbj+4pp7N/gv2EIve/eH5lBMzoXMBJl ju/79oASePhbg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Bq4kf3l2Pz6tn1 for ; Sun, 13 Sep 2020 12:00:58 +0200 (CEST) From: HiPhish To: guix-patches@gnu.org Subject: [PATCH] gnu: packages: terminals: Update go-github-com-junegunn-fzf to version 0.22.0 Date: Sun, 13 Sep 2020 12:00:57 +0200 Message-ID: <2048419.irdbgypaU6@ixtreme-m5740> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart12613750.uLZWGnKmhe" Content-Transfer-Encoding: 7Bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=hiphish@posteo.de; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/13 06:01:00 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This is a multi-part message in MIME format. --nextPart12613750.uLZWGnKmhe Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" This patch series updates go-github-com-junegunn-fzf to the current version. I had to add two more new packages as dependencies first, hence the other two patches. --nextPart12613750.uLZWGnKmhe Content-Disposition: attachment; filename="0001-gnu-packages-golang.scm-go-golang-org-x-sync-Create-.patch" Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; charset="utf-8"; name="0001-gnu-packages-golang.scm-go-golang-org-x-sync-Create-.patch" =46rom 6237d3fea2d81c01a208b30d0b71ec075c2d4966 Mon Sep 17 00:00:00 2001 =46rom: HiPhish Date: Sun, 13 Sep 2020 11:02:01 +0200 Subject: [PATCH 1/3] * gnu/packages/golang.scm (go-golang-org-x-sync): Crea= te the package. =2D-- gnu/packages/golang.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 8723592b51..f5f784ee60 100644 =2D-- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -741,6 +741,36 @@ for the Go language.") processing.") (license license:bsd-3)))) =20 +(define-public go-golang-org-x-sync + (let ((commit "6e8e738ad208923de99951fe0b48239bfd864f28") + (revision "1")) + (package + (name "go-golang-org-x-sync") + (version (git-version "0.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://go.googlesource.com/sync") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1avk27pszd5l5df6ff7j78wgla46ir1hhy2jwfl9a3c0ys602yx9"))= )) + (build-system go-build-system) + (arguments + `(#:import-path "golang.org/x/sync" + #:tests? #f + ;; Source-only package + #:phases + (modify-phases %standard-phases + (delete 'build)))) + (synopsis "Additional Go concurrency primitives") + (description "This package provides Go concurrency primitives in add= ition +to the ones provided by the language and =E2=80=9Csync=E2=80=9D and =E2=80= =9Csync/atomic=E2=80=9D +packages.") + (home-page "https://go.googlesource.com/sync/") + (license license:bsd-3)))) + (define-public go-golang-org-x-sys (let ((commit "c709ea063b76879dc9915358f55d4d77c16ab6d5") (revision "6")) =2D-=20 2.25.1 --nextPart12613750.uLZWGnKmhe Content-Disposition: attachment; filename="0002-gnu-packages-golang.scm-go-github-com-saracen-walker.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="utf-8"; name="0002-gnu-packages-golang.scm-go-github-com-saracen-walker.patch" >From c4c7114042ec1ce26f13dd114b8396c272c662b2 Mon Sep 17 00:00:00 2001 From: HiPhish Date: Sun, 13 Sep 2020 11:04:54 +0200 Subject: [PATCH 2/3] * gnu/packages/golang.scm (go-github-com-saracen-walker): Create new package. --- gnu/packages/golang.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index f5f784ee60..41bd1adf84 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -559,6 +559,30 @@ per-goroutine.") (home-page "https://github.com/jtolds/gls") (license license:expat))) +(define-public go-github-com-saracen-walker + (package + (name "go-github-com-saracen-walker") + (version "0.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/saracen/walker") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1rq1lrp99lx7k1ysbfznn4c1iagnxdhb4lnnklsadnnzi3gvygqz")))) + (build-system go-build-system) + (arguments + `(#:import-path "github.com/saracen/walker")) + (inputs + `(("go-golang-org-x-sync" ,go-golang-org-x-sync))) + (home-page "https://github.com/saracen/walker") + (synopsis "Faster, parallel version of Go's filepath.Walk") + (license license:expat) + (description "The @code{walker} function is a faster, parallel version, of +@code{filepath.Walk}"))) + (define-public go-github-com-tj-docopt (package (name "go-github-com-tj-docopt") -- 2.25.1 --nextPart12613750.uLZWGnKmhe Content-Disposition: attachment; filename="0003-gnu-packages-terminals.scm-go-github-com-junegunn-fz.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="utf-8"; name="0003-gnu-packages-terminals.scm-go-github-com-junegunn-fz.patch" >From 1854b639311341da05373a16e192b0ed7ffcbdc0 Mon Sep 17 00:00:00 2001 From: HiPhish Date: Sun, 13 Sep 2020 11:08:29 +0200 Subject: [PATCH 3/3] * gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to 0.22.0. --- gnu/packages/terminals.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 57c84d7718..e1393a650c 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -731,7 +731,7 @@ programmer to write text-based user interfaces.") (define-public go-github-com-junegunn-fzf (package (name "go-github-com-junegunn-fzf") - (version "0.18.0") + (version "0.22.0") (source (origin (method git-fetch) @@ -741,7 +741,7 @@ programmer to write text-based user interfaces.") (file-name (git-file-name name version)) (sha256 (base32 - "0pwpr4fpw56yzzkcabzzgbgwraaxmp7xzzmap7w1xsrkbj7dl2xl")))) + "0n0cy5q2r3dm1a3ivlzrv9c5d11awxlqim5b9x8zc85dlr73n35l")))) (build-system go-build-system) (arguments `(#:import-path "github.com/junegunn/fzf")) @@ -750,6 +750,8 @@ programmer to write text-based user interfaces.") ("go-github-com-mattn-go-shellwords" ,go-github-com-mattn-go-shellwords) ("go-github-com-mattn-go-isatty" ,go-github-com-mattn-go-isatty) ("go-github-com-gdamore-tcell" ,go-github-com-gdamore-tcell) + ("go-github-com-saracen-walker" ,go-github-com-saracen-walker) + ("go-golang.org-x-sync-errgroup" ,go-golang.org-x-sync-errgroup) ("go-golang-org-x-crypto" ,go-golang-org-x-crypto))) (home-page "https://github.com/junegunn/fzf") (synopsis "Command-line fuzzy-finder") -- 2.25.1 --nextPart12613750.uLZWGnKmhe-- From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 03 05:04:23 2020 Received: (at 43370) by debbugs.gnu.org; 3 Oct 2020 09:04:23 +0000 Received: from localhost ([127.0.0.1]:42972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOdSo-00029f-Uz for submit@debbugs.gnu.org; Sat, 03 Oct 2020 05:04:23 -0400 Received: from mout01.posteo.de ([185.67.36.65]:60697) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOdSn-00029S-35 for 43370@debbugs.gnu.org; Sat, 03 Oct 2020 05:04:21 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 64DB916005C for <43370@debbugs.gnu.org>; Sat, 3 Oct 2020 11:04:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1601715854; bh=85eS8Emn2Xyx1fYwvaE0Lep4owJqB7xFxuArBPw3GCY=; h=From:To:Subject:Date:From; b=qxgddp1OZF4BKDSN0lTNSYpEw8VkyUwr0B2hjM8xj7pEbwH4umlDdA1isMx4YL5HQ x3+FudSeJ3kj0FD4lMRqtt6pJJ4qsPBskHFOo9wGkulwYwVv+MFJ7Opv/QICfGpp3J PlR/qfvtCCVPRC58SSbuJS8omXA+mLm7bpIblsNui+L6I8H6ZyQIyaIENqv9fbTspL MZOR7Ne4AwSLTzqWmNFzpyv1KBojDi6ALBoulU2kHR7FGxnP0qiECu8cCwPWJs2mT5 Xw3SX5ICKlXxsfdbMHtWTv80qILH1e7TVKRYz6NWeFP3qyKxxMPPxpx7QjAkwrUTeo FBhl2ySDTJ81g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4C3LWx70BYz6tmN for <43370@debbugs.gnu.org>; Sat, 3 Oct 2020 11:04:13 +0200 (CEST) From: HiPhish To: 43370@debbugs.gnu.org Subject: status? Date: Sat, 03 Oct 2020 11:04:12 +0200 Message-ID: <2556870.mvXUDI8C0e@ixtreme-m5740> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 43370 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) *bump* Is anything blocking this patch? Is there something still need to add? From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 04 04:06:16 2020 Received: (at 43370-done) by debbugs.gnu.org; 4 Oct 2020 08:06:16 +0000 Received: from localhost ([127.0.0.1]:44921 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOz28-0007qQ-Az for submit@debbugs.gnu.org; Sun, 04 Oct 2020 04:06:16 -0400 Received: from flashner.co.il ([178.62.234.194]:56178) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kOz27-0007pc-4y for 43370-done@debbugs.gnu.org; Sun, 04 Oct 2020 04:06:15 -0400 Received: from localhost (unknown [31.210.181.177]) by flashner.co.il (Postfix) with ESMTPSA id F2D9B4022E; Sun, 4 Oct 2020 08:06:08 +0000 (UTC) Date: Sun, 4 Oct 2020 11:05:35 +0300 From: Efraim Flashner To: HiPhish Subject: Re: [bug#43370] status? Message-ID: <20201004080535.GA2958@E5400> References: <2048419.irdbgypaU6@ixtreme-m5740> <2556870.mvXUDI8C0e@ixtreme-m5740> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <2556870.mvXUDI8C0e@ixtreme-m5740> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 43370-done Cc: 43370-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --huq684BweRXVnRxX Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 03, 2020 at 11:04:12AM +0200, HiPhish wrote: > *bump* Is anything blocking this patch? Is there something still need to = add? No, it just got dropped. Sorry about that. Patches pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --huq684BweRXVnRxX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl95gk8ACgkQQarn3Mo9 g1FeXA//VmljYToLJW4GIov4yGrv+QnT29eEvqVc3WwLCkybkX1UWV2D4xTadABK ncAqPmh3/I9Kf/uLoFsbYz0YjAhMi4EinxOV7tL2YL7K3cko8YjWy1Q+bz/WoJfs SqVpL1x/B9HsGWy/5+ECitKuh9r69KLdZqWIaj/KGRTcvKpa6qbArTL3XxihHxWt cF/o8jIFuWfbSrgWUTP+rBQ0VWJPqBro2QayfQVGBx6RORdCJrcepqaZkdMr+XTE IfYMvn+M8f98Ee84fQvsLNNyYYwJjzW+CtEqCARHNBknmt9VRIDg79k822sX/QqS BPIvKNClMYcC5VOteKboynZtk1gpqujqrfEhUD5u+lQPs6mSsnbzi9o/eHwWJoVD q772IxB0+3fDgoorShiUssoeaJQClUitbBwtFyusWYnhIEs23K6TVRruUJ5PlNmt HOQXAVx0SXHJ8M6I9OC0QxCA5NVyFrL+Sv+Gj+r5wgrltJ5eFcz6D8Cj+No5ByVb vCNclgw+qVnZ8Hmt7wBtg/DWBgb4ZNVSpiQCf8jekWu5lE8gPTbU0tWyG8wls7lr F7PsyNLSS0KB5QBEFYcdWYhIGwF9UBBQPG86veBc7idhKFAanejjAPYBhd9bhnyv iMSJACRPDgrTQMykQLPbQI2hJ3qrtfXoRfJ1jIkanZ7b0RmvRTY= =bkGS -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From unknown Wed Jun 18 00:25:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 01 Nov 2020 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator