From unknown Fri Jun 20 20:00:44 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#71062] [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6. Resent-From: Solomon Victorino Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 19 May 2024 12:28:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71062 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71062@debbugs.gnu.org Cc: Solomon Victorino X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171612167731040 (code B ref -1); Sun, 19 May 2024 12:28:03 +0000 Received: (at submit) by debbugs.gnu.org; 19 May 2024 12:27:57 +0000 Received: from localhost ([127.0.0.1]:36089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s8fds-00084V-Km for submit@debbugs.gnu.org; Sun, 19 May 2024 08:27:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:43930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s8Q6U-0001tL-AL for submit@debbugs.gnu.org; Sat, 18 May 2024 15:52:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s8Q6Q-0001aN-2V for guix-patches@gnu.org; Sat, 18 May 2024 15:52:22 -0400 Received: from out-181.mta1.migadu.com ([2001:41d0:203:375::b5]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s8Q6O-00044W-A5 for guix-patches@gnu.org; Sat, 18 May 2024 15:52:21 -0400 X-Envelope-To: guix-patches@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=solomonvictorino.com; s=key1; t=1716061936; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/kTzC3x9hk9bL7SqNySXzZgBGkkGb4Tu5b3CRVDlhJk=; b=p9HtbFJT2aWp3IL/2YveiRHz25klvLb6cI6LYtygqc2PN+7lmaJp121OlRzBFEOIJfEChH IB3WTsc9N9lXhL77tEIGMLFiZJjJKXVNE3kAaK7zSoDJKLczxzAo0ekDs+bFLV7MSZQoia LOheGo+tq+PuPu/T1FP5td7fd7j+c7Y= X-Envelope-To: git@solomonvictorino.com X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Solomon Victorino Date: Sat, 18 May 2024 13:51:39 -0600 Message-ID: <20240518195148.335969-3-git@solomonvictorino.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::b5; envelope-from=git@solomonvictorino.com; helo=out-181.mta1.migadu.com 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Mailman-Approved-At: Sun, 19 May 2024 08:27:51 -0400 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.4 (--) * gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.22.6. * gnu/packages/tree-sitter.scm (tree-sitter-cli)[cargo-inputs]: Add rust-ctrlc-3. --- gnu/packages/tree-sitter.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index 7515461993..f8df49757b 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -99,16 +99,16 @@ (define-public python-tree-sitter (define-public tree-sitter (package (name "tree-sitter") - (version "0.20.10") ;untagged + (version "0.22.6") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/tree-sitter/tree-sitter") - (commit "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad"))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy")) + "0nx3kmvbhjf6nq1pv6x85z67dkk5kagh90w1cwxh0pvg7608l44c")) (modules '((guix build utils))) (snippet #~(begin ;; Remove bundled ICU parts @@ -194,6 +194,7 @@ (define-public tree-sitter-cli ("rust-anyhow" ,rust-anyhow-1) ("rust-atty" ,rust-atty-0.2) ("rust-clap" ,rust-clap-2) + ("rust-ctrlc" ,rust-ctrlc-3) ("rust-difference" ,rust-difference-2) ("rust-dirs" ,rust-dirs-3) ("rust-html-escape" ,rust-html-escape-0.2) -- 2.45.1 From unknown Fri Jun 20 20:00:44 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Solomon Victorino Subject: bug#71062: closed (Re: [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6.) Message-ID: References: <14d819a0-ad1c-4fc0-b6cc-86712e4a4641@solomonvictorino.com> <20240518195148.335969-3-git@solomonvictorino.com> X-Gnu-PR-Message: they-closed 71062 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 71062@debbugs.gnu.org Date: Tue, 21 May 2024 16:31:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1716309063-2601-1" This is a multi-part message in MIME format... ------------=_1716309063-2601-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #71062: [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 71062@debbugs.gnu.org. --=20 71062: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D71062 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1716309063-2601-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 71062-close) by debbugs.gnu.org; 21 May 2024 16:30:55 +0000 Received: from localhost ([127.0.0.1]:49965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9SO6-0000fR-La for submit@debbugs.gnu.org; Tue, 21 May 2024 12:30:54 -0400 Received: from out-183.mta1.migadu.com ([95.215.58.183]:48399) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s9SMZ-0000cn-07 for 71062-close@debbugs.gnu.org; Tue, 21 May 2024 12:29:20 -0400 X-Envelope-To: 71062-close@debbugs.gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=solomonvictorino.com; s=key1; t=1716308947; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+HjCZLYtdDkJehHwUyrqgsvGYgRWuFE56pDsQ028sAM=; b=OZFCm/N31MbFziGKY7ZDx1I81WqyYv+hQ9zdkCjRm8N83+yp1d9EHxITvii5NCIEHd3rNh qWrQBIuzjudpB2BQ0GfAB2coBuoVgptlCF8pBUSWmke03hhD4WMnCITOkSCANewCaJNVj0 iiGCR2BRHp1Yw7jPIdeE3ps8GCdzsGA= Message-ID: <14d819a0-ad1c-4fc0-b6cc-86712e4a4641@solomonvictorino.com> Date: Tue, 21 May 2024 10:29:03 -0600 MIME-Version: 1.0 To: 71062-close@debbugs.gnu.org Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Solomon Subject: Re: [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6. Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71062-close X-Mailman-Approved-At: Tue, 21 May 2024 12:30:53 -0400 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 (-) My bad, this is not a complete patch for tree-sitter; the CLI and grammars aren't building. Closing as a duplicate of #70146, which was much further along. ------------=_1716309063-2601-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 May 2024 12:27:57 +0000 Received: from localhost ([127.0.0.1]:36089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s8fds-00084V-Km for submit@debbugs.gnu.org; Sun, 19 May 2024 08:27:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:43930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1s8Q6U-0001tL-AL for submit@debbugs.gnu.org; Sat, 18 May 2024 15:52:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s8Q6Q-0001aN-2V for guix-patches@gnu.org; Sat, 18 May 2024 15:52:22 -0400 Received: from out-181.mta1.migadu.com ([2001:41d0:203:375::b5]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s8Q6O-00044W-A5 for guix-patches@gnu.org; Sat, 18 May 2024 15:52:21 -0400 X-Envelope-To: guix-patches@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=solomonvictorino.com; s=key1; t=1716061936; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/kTzC3x9hk9bL7SqNySXzZgBGkkGb4Tu5b3CRVDlhJk=; b=p9HtbFJT2aWp3IL/2YveiRHz25klvLb6cI6LYtygqc2PN+7lmaJp121OlRzBFEOIJfEChH IB3WTsc9N9lXhL77tEIGMLFiZJjJKXVNE3kAaK7zSoDJKLczxzAo0ekDs+bFLV7MSZQoia LOheGo+tq+PuPu/T1FP5td7fd7j+c7Y= X-Envelope-To: git@solomonvictorino.com X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Solomon Victorino To: guix-patches@gnu.org Subject: [PATCH rust-team 2/3] gnu: tree-sitter: Update to 0.22.6. Date: Sat, 18 May 2024 13:51:39 -0600 Message-ID: <20240518195148.335969-3-git@solomonvictorino.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=2001:41d0:203:375::b5; envelope-from=git@solomonvictorino.com; helo=out-181.mta1.migadu.com 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 19 May 2024 08:27:51 -0400 Cc: Solomon Victorino 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.4 (--) * gnu/packages/tree-sitter.scm (tree-sitter): Update to 0.22.6. * gnu/packages/tree-sitter.scm (tree-sitter-cli)[cargo-inputs]: Add rust-ctrlc-3. --- gnu/packages/tree-sitter.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index 7515461993..f8df49757b 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -99,16 +99,16 @@ (define-public python-tree-sitter (define-public tree-sitter (package (name "tree-sitter") - (version "0.20.10") ;untagged + (version "0.22.6") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/tree-sitter/tree-sitter") - (commit "0e4ff0bb27edf37b76fc7d35aa768b02cf4392ad"))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 - "1bai4gdhf8w5p1i9np2kl2ms0jq6rgq98qpiipipzayb9jjjlxcy")) + "0nx3kmvbhjf6nq1pv6x85z67dkk5kagh90w1cwxh0pvg7608l44c")) (modules '((guix build utils))) (snippet #~(begin ;; Remove bundled ICU parts @@ -194,6 +194,7 @@ (define-public tree-sitter-cli ("rust-anyhow" ,rust-anyhow-1) ("rust-atty" ,rust-atty-0.2) ("rust-clap" ,rust-clap-2) + ("rust-ctrlc" ,rust-ctrlc-3) ("rust-difference" ,rust-difference-2) ("rust-dirs" ,rust-dirs-3) ("rust-html-escape" ,rust-html-escape-0.2) -- 2.45.1 ------------=_1716309063-2601-1--