From unknown Fri Jun 20 07:16:48 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#77706 <77706@debbugs.gnu.org> To: bug#77706 <77706@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e. Reply-To: bug#77706 <77706@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:16:48 +0000 retitle 77706 [PATCH] gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e. reassign 77706 guix-patches submitter 77706 Cayetano Santos severity 77706 normal tag 77706 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 10 10:35:07 2025 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 11 07:38:46 2025 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----- --=-=-=-- From unknown Fri Jun 20 07:16:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 10 May 2025 11:24:07 +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