From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 12 09:17:31 2021 Received: (at submit) by debbugs.gnu.org; 12 Apr 2021 13:17:31 +0000 Received: from localhost ([127.0.0.1]:56853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVwRX-0006yZ-64 for submit@debbugs.gnu.org; Mon, 12 Apr 2021 09:17:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:42328) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVwRV-0006yQ-Ec for submit@debbugs.gnu.org; Mon, 12 Apr 2021 09:17:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50772) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lVwRV-0000cU-8q for guix-patches@gnu.org; Mon, 12 Apr 2021 09:17:29 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:52985) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lVwRR-0004K7-JK for guix-patches@gnu.org; Mon, 12 Apr 2021 09:17:28 -0400 X-Originating-IP: 185.213.154.163 Received: from localhost.localdomain (unknown [185.213.154.163]) (Authenticated sender: mail@davie.li) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 529F5240007; Mon, 12 Apr 2021 13:17:19 +0000 (UTC) From: David Dashyan To: guix-patches@gnu.org Subject: [PATCH 0/1] Update emacs-counsel-projectile (api change) Date: Mon, 12 Apr 2021 16:17:05 +0300 Message-Id: <20210412131705.30725-1-mail@davie.li> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.193; envelope-from=mail@davie.li; helo=relay1-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=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.6 (-) X-Debbugs-Envelope-To: submit Cc: David Dashyan 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.6 (--) Hello Guix! Recently my counsel-projectile stopped working because of swiper update I guess. Problem was in ivy api change, more specifically ivy--display-transformers-list function which is missing in recent version of swiper. counsel-projectile upstream commit fixing this issue: https://github.com/ericdanan/counsel-projectile/commit/a9331c1fadc3b4975faac54dfe6492540180c29b I'm using updated version now. David Dashyan (1): gnu: emacs-counsel-projectile: Update to 0.3.1-0.06b03c1 gnu/packages/emacs-xyz.scm | 45 ++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 21 deletions(-) base-commit: 8615e21a8cfb01882b4785c950ccb89edc9c4bcc -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 12 09:20:12 2021 Received: (at 47725) by debbugs.gnu.org; 12 Apr 2021 13:20:12 +0000 Received: from localhost ([127.0.0.1]:56862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVwU8-000741-0c for submit@debbugs.gnu.org; Mon, 12 Apr 2021 09:20:12 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:55079) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVwU5-00073g-UU for 47725@debbugs.gnu.org; Mon, 12 Apr 2021 09:20:10 -0400 X-Originating-IP: 185.213.154.163 Received: from localhost.localdomain (unknown [185.213.154.163]) (Authenticated sender: mail@davie.li) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 25AD5FF804; Mon, 12 Apr 2021 13:20:02 +0000 (UTC) From: David Dashyan To: 47725@debbugs.gnu.org Subject: [PATCH 1/1] gnu: emacs-counsel-projectile: Update to 0.3.1-0.06b03c1 Date: Mon, 12 Apr 2021 16:19:53 +0300 Message-Id: <20210412131953.30891-1-mail@davie.li> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: --- gnu/packages/emacs-xyz.scm | 45 ++++++++++++++++++++ 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ca1daaeb82..19b61e721d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -96,6 +96,7 @@ ;;; Copyrig [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.199 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.199 listed in wl.mailspike.net] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 47725 Cc: David Dashyan 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: 0.3 (/) --- gnu/packages/emacs-xyz.scm | 45 ++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ca1daaeb82..19b61e721d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -96,6 +96,7 @@ ;;; Copyright © 2021 Xinglu Chen ;;; Copyright © 2021 Stefan Reichör ;;; Copyright © 2021 Simon Tournier +;;; Copyright © 2021 David Dashyan ;;; ;;; This file is part of GNU Guix. ;;; @@ -8491,28 +8492,30 @@ asynchronously, with Counsel and Ivy. Simply call (license license:gpl3+)))) (define-public emacs-counsel-projectile - (package - (name "emacs-counsel-projectile") - (version "0.3.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/ericdanan/counsel-projectile") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1k4n5lw6wwbgpwv0dg9dw0bjzi0hvbgkzrs1zmq36yhfz6y8gwnh")))) - (build-system emacs-build-system) - (propagated-inputs - `(("emacs-counsel" ,emacs-counsel) - ("emacs-projectile" ,emacs-projectile))) - (home-page "https://github.com/ericdanan/counsel-projectile") - (synopsis "Enhance Projectile with Ivy") - (description - "This package uses Ivy to provide additional actions for Projectile + (let ((commit "06b03c1080d3ccc3fa9b9c41b1ccbcf13f058e4b") + (revision "0")) + (package + (name "emacs-counsel-projectile") + (version (git-version "0.3.1" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/ericdanan/counsel-projectile") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "10afil6grwxj1x8fxd3ar7ikw3s3hzrkjsjin8wzchbz04389l7s")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-counsel" ,emacs-counsel) + ("emacs-projectile" ,emacs-projectile))) + (home-page "https://github.com/ericdanan/counsel-projectile") + (synopsis "Enhance Projectile with Ivy") + (description + "This package uses Ivy to provide additional actions for Projectile commands and replacements for existing functions.") - (license license:gpl3+))) + (license license:gpl3+)))) (define-public emacs-qml-mode (package -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 26 15:09:23 2021 Received: (at 47725-done) by debbugs.gnu.org; 26 Apr 2021 19:09:23 +0000 Received: from localhost ([127.0.0.1]:47191 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lb6bj-0005Wf-DB for submit@debbugs.gnu.org; Mon, 26 Apr 2021 15:09:23 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:54021) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lb6bh-0005WS-8W for 47725-done@debbugs.gnu.org; Mon, 26 Apr 2021 15:09:21 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 5747C240007; Mon, 26 Apr 2021 19:09:13 +0000 (UTC) From: Nicolas Goaziou To: David Dashyan Subject: Re: [bug#47725] [PATCH 1/1] gnu: emacs-counsel-projectile: Update to 0.3.1-0.06b03c1 References: <20210412131705.30725-1-mail@davie.li> <20210412131953.30891-1-mail@davie.li> Date: Mon, 26 Apr 2021 21:09:12 +0200 In-Reply-To: <20210412131953.30891-1-mail@davie.li> (David Dashyan's message of "Mon, 12 Apr 2021 16:19:53 +0300") Message-ID: <87k0oox3qf.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47725-done Cc: 47725-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.7 (-) Hello, David Dashyan writes: > + (let ((commit "06b03c1080d3ccc3fa9b9c41b1ccbcf13f058e4b") > + (revision "0")) > + (package > + (name "emacs-counsel-projectile") > + (version (git-version "0.3.1" revision commit)) Thank you. I added a proper commit message to the patch, and a comment explaining why we're not using stable release anymore. Applied. Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 27 13:12:39 2021 Received: (at 47725-done) by debbugs.gnu.org; 27 Apr 2021 17:12:39 +0000 Received: from localhost ([127.0.0.1]:50790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbRGJ-000096-7W for submit@debbugs.gnu.org; Tue, 27 Apr 2021 13:12:39 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:36045) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lbRGH-00008t-GR for 47725-done@debbugs.gnu.org; Tue, 27 Apr 2021 13:12:38 -0400 Received: from neinpad (unknown [185.213.154.168]) (Authenticated sender: mail@davie.li) by relay11.mail.gandi.net (Postfix) with ESMTPSA id AD237100008; Tue, 27 Apr 2021 17:12:29 +0000 (UTC) References: <20210412131705.30725-1-mail@davie.li> <20210412131953.30891-1-mail@davie.li> <87k0oox3qf.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.4.15; emacs 27.2 From: David Dashyan To: Nicolas Goaziou Subject: Re: [bug#47725] [PATCH 1/1] gnu: emacs-counsel-projectile: Update to 0.3.1-0.06b03c1 In-reply-to: <87k0oox3qf.fsf@nicolasgoaziou.fr> Date: Tue, 27 Apr 2021 18:57:01 +0300 Message-ID: <87mttjoh4i.fsf@davie.li> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47725-done Cc: 47725-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.7 (-) Thanks! I'll include comments next time :) Nicolas Goaziou writes: > Hello, > > David Dashyan writes: > >> + (let ((commit "06b03c1080d3ccc3fa9b9c41b1ccbcf13f058e4b") >> + (revision "0")) >> + (package >> + (name "emacs-counsel-projectile") >> + (version (git-version "0.3.1" revision commit)) > > Thank you. > > I added a proper commit message to the patch, and a comment explaining > why we're not using stable release anymore. > > Applied. > > Regards, -- David aka zzappie From unknown Tue Jun 17 20:15:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 26 May 2021 11: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