From unknown Sun Jun 22 07:51:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77706] [PATCH] gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: andrew@trop.in, csantosb@inventati.org, divya@subvertising.org, hako@ultrarare.space, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, guix-patches@gnu.org Resent-Date: Thu, 10 Apr 2025 14:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77706 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77706@debbugs.gnu.org Cc: Cayetano Santos , Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Received: via spool by submit@debbugs.gnu.org id=B.17442957074344 (code B ref -1); Thu, 10 Apr 2025 14:36:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Apr 2025 14:35:07 +0000 Received: from localhost ([127.0.0.1]:46204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u2szi-00017z-8I for submit@debbugs.gnu.org; Thu, 10 Apr 2025 10:35:07 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60262) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u2sze-00016d-1j for submit@debbugs.gnu.org; Thu, 10 Apr 2025 10:35:03 -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 1u2sz1-0005Ph-MI for guix-patches@gnu.org; Thu, 10 Apr 2025 10:34:27 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u2syu-0007fw-Ko for guix-patches@gnu.org; Thu, 10 Apr 2025 10:34:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1744295652; bh=AKBI1Oz9gNEU0LPCSNmXfkJqkcT1fnZ1WJDl0UQzGXY=; h=From:To:Cc:Subject:Date:From; b=dcyCHmlamxhTFcgnbxM/9jAGEooXew0a62+MzqG0EBenhoZwmBXgIce9XC1amsYMT wY4vSJ2BPmSLVK8VVXJMePpinFfkxIzxN3XmpxLG4z9uRvg+jU28t/2rEjFeDTAZBD zRTR0eb7H2yNRKIMdloTzMGYqIe2+CDnuJL3RMeY= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZYMl82t58z6vJg; Thu, 10 Apr 2025 14:34:12 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZYMl81RgWz6vJQ; Thu, 10 Apr 2025 14:34:12 +0000 (UTC) From: Cayetano Santos Date: Thu, 10 Apr 2025 16:34:01 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) * gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 1.0.2-0.7fc071e. [arguments]<#:include>: Add make-julia-latexsubs.jl. [arguments]<#:phases>: No more need of fix-test phase. Change-Id: Ibb8cddcab527fc692f741eca5314f9c6190e40d2 --- gnu/packages/emacs-xyz.scm | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 421b9b4cfa..fea22fa557 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15953,12 +15953,11 @@ (define-public emacs-eprime (license license:gpl3+)))) (define-public emacs-julia-mode - ;; Last release was in March 2020. - (let ((commit "7a8c868e0d3e51ba4a2c621ee22ca9599e0e4bbb") + (let ((commit "7fc071eb2c383d44be6d61ea6cef73b0cc8ef9b7") (revision "0")) (package (name "emacs-julia-mode") - (version (git-version "0.4" revision commit)) + (version (git-version "1.0.2" revision commit)) (source (origin (method git-fetch) @@ -15968,24 +15967,16 @@ (define-public emacs-julia-mode (file-name (git-file-name name version)) (sha256 (base32 - "0xwd4kq69ray6bk8hwjxnqf7myc3mn36chc2l9jn7a0x1f8x6k10")))) + "1dfls9ggn192xblfyjrbxi007hg4yd25s2cl8zh0v40akpqclhqc")))) (build-system emacs-build-system) (arguments (list + #:include + #~(cons* "^make-julia-latexsubs\\.jl" %default-include) #:tests? #t #:test-command #~(list "emacs" "--batch" "-l" "julia-mode-tests.el" - "-f" "ert-run-tests-batch-and-exit") - #:phases - #~(modify-phases %standard-phases - (add-before 'check 'fix-test - (lambda _ - (substitute* "julia-mode-tests.el" - ;; The test started failing with Emacs 29; see - ;; - ;; and discrepancy reported . - (("julia--test-end-of-defun-nested-2.*" all) - (string-append all " :expected-result :failed\n")))))))) + "-f" "ert-run-tests-batch-and-exit"))) (home-page "https://github.com/JuliaEditorSupport/julia-emacs") (synopsis "Major mode for Julia") (description "This Emacs package provides a mode for the Julia base-commit: 07c9a4273152deb128006b5ac2087d5fe30a5927 -- 2.49.0 From unknown Sun Jun 22 07:51:28 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: Cayetano Santos Subject: bug#77706: closed (Re: [bug#77706] [PATCH] gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e.) Message-ID: References: <87iknbudvg.fsf@cbaines.net> X-Gnu-PR-Message: they-closed 77706 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 77706@debbugs.gnu.org Date: Fri, 11 Apr 2025 11:39:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1744371543-25618-1" This is a multi-part message in MIME format... ------------=_1744371543-25618-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77706: [PATCH] gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e. 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 77706@debbugs.gnu.org. --=20 77706: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77706 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1744371543-25618-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77706-done) by debbugs.gnu.org; 11 Apr 2025 11:38:46 +0000 Received: from localhost ([127.0.0.1]:49163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3Cic-0006e0-8F for submit@debbugs.gnu.org; Fri, 11 Apr 2025 07:38:46 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:57833) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3Cia-0006dr-1z for 77706-done@debbugs.gnu.org; Fri, 11 Apr 2025 07:38:44 -0400 Received: from localhost (unknown [IPv6:2a02:6b67:e390:8b00::1ce5]) by mira.cbaines.net (Postfix) with ESMTPSA id A58BA27BC49; Fri, 11 Apr 2025 12:38:43 +0100 (BST) Received: from fang (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 9d4243e9; Fri, 11 Apr 2025 11:38:43 +0000 (UTC) From: Christopher Baines To: Cayetano Santos via Guix-patches via Subject: Re: [bug#77706] [PATCH] gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e. In-Reply-To: (Cayetano Santos via Guix-patches via's message of "Thu, 10 Apr 2025 16:34:01 +0200") References: User-Agent: mu4e 1.12.9; emacs 29.4 Date: Fri, 11 Apr 2025 12:38:43 +0100 Message-ID: <87iknbudvg.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 77706-done Cc: Ian Eure , 77706-done@debbugs.gnu.org, Katherine Cox-Buday , Cayetano Santos , Andrew Tropin , Hilton Chain , Divya Ranjan Pattanaik , Liliana Marie Prikler 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 (-) --=-=-= Content-Type: text/plain Cayetano Santos via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 1.0.2-0.7fc071e. > > [arguments]<#:include>: Add make-julia-latexsubs.jl. > [arguments]<#:phases>: No more need of fix-test phase. > > Change-Id: Ibb8cddcab527fc692f741eca5314f9c6190e40d2 > --- > gnu/packages/emacs-xyz.scm | 21 ++++++--------------- > 1 file changed, 6 insertions(+), 15 deletions(-) Thanks for the patch, I've pushed this to master as 33c3ee5985b05ca67b26b559ee5b8833f6e2d656. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmf4/0NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xdr7Q//V49ou4N4dmal6m1LPXxvLhPxqhinCout Fzch7gaPLYEgjFQj351uMiQXDw5TlRN2yf/ndbJUDtiHEDhmelv4uI5OH2XNLkmH VlcWm2HFv0m2Trr+0ChbUtAm3r4hQgG0nhZd9yQQ8QYK7fanhn25lSOpAKKx9SFx 927uQHGLiOiuJcvysSW/9fVwlmLlnGt0aFfK4i1bknh0tAONbk10ZSVPOnM05tBe m7QhrE5iUtFaFjelMrpJuKRJRJGv++P7hkbylMEq6wSXU5Ws2gInamaIc0tK5wAw BdGvEaQR7c5L3Hig3O2r/8grxwNsVEnE8oBUqtHRd48wSxh/9pVrhcKaoKDE330i iOGnbozG4Y5P92XKtSItKZPs6G7VNmnlUTcJBNZ0C29Ul5Y9SQBTdaw6AeHDoG+C WkuuCQIdJSlowKrlQWTUFrNInjIzC+zJTIqTKAzddOo8DaTE3C78WCCuQXIezwpV dEU5oUH0ctLPzaxu5fwQw0cwLj2omeILa3jIigtzo0HTfdh98tHvc8fuz0jCSmZT EWglgQk7+Vp9M/OUiu4I8VR+39eoX6ccZBHX19I2Dcp6DaM/Ry/rwZqvVfAJImeG MsxyU+j/gIz70oT89fyfvdNaC0bIvLUoYtn/iNwbopwSjikCjLZ6NpxwuRRtdjko FJqvvvPX5xc= =O0aR -----END PGP SIGNATURE----- --=-=-=-- ------------=_1744371543-25618-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Apr 2025 14:35:07 +0000 Received: from localhost ([127.0.0.1]:46204 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u2szi-00017z-8I for submit@debbugs.gnu.org; Thu, 10 Apr 2025 10:35:07 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60262) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u2sze-00016d-1j for submit@debbugs.gnu.org; Thu, 10 Apr 2025 10:35:03 -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 1u2sz1-0005Ph-MI for guix-patches@gnu.org; Thu, 10 Apr 2025 10:34:27 -0400 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u2syu-0007fw-Ko for guix-patches@gnu.org; Thu, 10 Apr 2025 10:34:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1744295652; bh=AKBI1Oz9gNEU0LPCSNmXfkJqkcT1fnZ1WJDl0UQzGXY=; h=From:To:Cc:Subject:Date:From; b=dcyCHmlamxhTFcgnbxM/9jAGEooXew0a62+MzqG0EBenhoZwmBXgIce9XC1amsYMT wY4vSJ2BPmSLVK8VVXJMePpinFfkxIzxN3XmpxLG4z9uRvg+jU28t/2rEjFeDTAZBD zRTR0eb7H2yNRKIMdloTzMGYqIe2+CDnuJL3RMeY= Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4ZYMl82t58z6vJg; Thu, 10 Apr 2025 14:34:12 +0000 (UTC) Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4ZYMl81RgWz6vJQ; Thu, 10 Apr 2025 14:34:12 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e. Date: Thu, 10 Apr 2025 16:34:01 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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.1 (/) * gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 1.0.2-0.7fc071e. [arguments]<#:include>: Add make-julia-latexsubs.jl. [arguments]<#:phases>: No more need of fix-test phase. Change-Id: Ibb8cddcab527fc692f741eca5314f9c6190e40d2 --- gnu/packages/emacs-xyz.scm | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 421b9b4cfa..fea22fa557 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15953,12 +15953,11 @@ (define-public emacs-eprime (license license:gpl3+)))) (define-public emacs-julia-mode - ;; Last release was in March 2020. - (let ((commit "7a8c868e0d3e51ba4a2c621ee22ca9599e0e4bbb") + (let ((commit "7fc071eb2c383d44be6d61ea6cef73b0cc8ef9b7") (revision "0")) (package (name "emacs-julia-mode") - (version (git-version "0.4" revision commit)) + (version (git-version "1.0.2" revision commit)) (source (origin (method git-fetch) @@ -15968,24 +15967,16 @@ (define-public emacs-julia-mode (file-name (git-file-name name version)) (sha256 (base32 - "0xwd4kq69ray6bk8hwjxnqf7myc3mn36chc2l9jn7a0x1f8x6k10")))) + "1dfls9ggn192xblfyjrbxi007hg4yd25s2cl8zh0v40akpqclhqc")))) (build-system emacs-build-system) (arguments (list + #:include + #~(cons* "^make-julia-latexsubs\\.jl" %default-include) #:tests? #t #:test-command #~(list "emacs" "--batch" "-l" "julia-mode-tests.el" - "-f" "ert-run-tests-batch-and-exit") - #:phases - #~(modify-phases %standard-phases - (add-before 'check 'fix-test - (lambda _ - (substitute* "julia-mode-tests.el" - ;; The test started failing with Emacs 29; see - ;; - ;; and discrepancy reported . - (("julia--test-end-of-defun-nested-2.*" all) - (string-append all " :expected-result :failed\n")))))))) + "-f" "ert-run-tests-batch-and-exit"))) (home-page "https://github.com/JuliaEditorSupport/julia-emacs") (synopsis "Major mode for Julia") (description "This Emacs package provides a mode for the Julia base-commit: 07c9a4273152deb128006b5ac2087d5fe30a5927 -- 2.49.0 ------------=_1744371543-25618-1-- From unknown Sun Jun 22 07:51:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77706] [PATCH] gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 11 Apr 2025 11:39:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 77706 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77706@debbugs.gnu.org Cc: Ian Eure , 77706-done@debbugs.gnu.org, Katherine Cox-Buday , Cayetano Santos , Andrew Tropin , Hilton Chain , Divya Ranjan Pattanaik , Liliana Marie Prikler X-Debbugs-Original-To: Cayetano Santos via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.174437154325603 (code B ref -1); Fri, 11 Apr 2025 11:39:04 +0000 Received: (at submit) by debbugs.gnu.org; 11 Apr 2025 11:39:03 +0000 Received: from localhost ([127.0.0.1]:49167 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u3Cis-0006en-Ks for submit@debbugs.gnu.org; Fri, 11 Apr 2025 07:39:02 -0400 Received: from lists.gnu.org ([2001:470:142::17]:57854) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u3Cir-0006e8-BA for submit@debbugs.gnu.org; Fri, 11 Apr 2025 07:39:01 -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 1u3Cib-0005At-M5 for guix-patches@gnu.org; Fri, 11 Apr 2025 07:38:46 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1u3Cia-0008Kt-9m for guix-patches@gnu.org; Fri, 11 Apr 2025 07:38:45 -0400 Received: from localhost (unknown [IPv6:2a02:6b67:e390:8b00::1ce5]) by mira.cbaines.net (Postfix) with ESMTPSA id A58BA27BC49; Fri, 11 Apr 2025 12:38:43 +0100 (BST) Received: from fang (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 9d4243e9; Fri, 11 Apr 2025 11:38:43 +0000 (UTC) From: Christopher Baines In-Reply-To: (Cayetano Santos via Guix-patches via's message of "Thu, 10 Apr 2025 16:34:01 +0200") References: User-Agent: mu4e 1.12.9; emacs 29.4 Date: Fri, 11 Apr 2025 12:38:43 +0100 Message-ID: <87iknbudvg.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) --=-=-= Content-Type: text/plain Cayetano Santos via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 1.0.2-0.7fc071e. > > [arguments]<#:include>: Add make-julia-latexsubs.jl. > [arguments]<#:phases>: No more need of fix-test phase. > > Change-Id: Ibb8cddcab527fc692f741eca5314f9c6190e40d2 > --- > gnu/packages/emacs-xyz.scm | 21 ++++++--------------- > 1 file changed, 6 insertions(+), 15 deletions(-) Thanks for the patch, I've pushed this to master as 33c3ee5985b05ca67b26b559ee5b8833f6e2d656. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmf4/0NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xdr7Q//V49ou4N4dmal6m1LPXxvLhPxqhinCout Fzch7gaPLYEgjFQj351uMiQXDw5TlRN2yf/ndbJUDtiHEDhmelv4uI5OH2XNLkmH VlcWm2HFv0m2Trr+0ChbUtAm3r4hQgG0nhZd9yQQ8QYK7fanhn25lSOpAKKx9SFx 927uQHGLiOiuJcvysSW/9fVwlmLlnGt0aFfK4i1bknh0tAONbk10ZSVPOnM05tBe m7QhrE5iUtFaFjelMrpJuKRJRJGv++P7hkbylMEq6wSXU5Ws2gInamaIc0tK5wAw BdGvEaQR7c5L3Hig3O2r/8grxwNsVEnE8oBUqtHRd48wSxh/9pVrhcKaoKDE330i iOGnbozG4Y5P92XKtSItKZPs6G7VNmnlUTcJBNZ0C29Ul5Y9SQBTdaw6AeHDoG+C WkuuCQIdJSlowKrlQWTUFrNInjIzC+zJTIqTKAzddOo8DaTE3C78WCCuQXIezwpV dEU5oUH0ctLPzaxu5fwQw0cwLj2omeILa3jIigtzo0HTfdh98tHvc8fuz0jCSmZT EWglgQk7+Vp9M/OUiu4I8VR+39eoX6ccZBHX19I2Dcp6DaM/Ry/rwZqvVfAJImeG MsxyU+j/gIz70oT89fyfvdNaC0bIvLUoYtn/iNwbopwSjikCjLZ6NpxwuRRtdjko FJqvvvPX5xc= =O0aR -----END PGP SIGNATURE----- --=-=-=--