GNU bug report logs -
#77706
[PATCH] gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e.
Previous Next
To reply to this bug, email your comments to 77706 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#77706
; Package
guix-patches
.
(Thu, 10 Apr 2025 14:36:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Thu, 10 Apr 2025 14:36:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
- ;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/199>
- ;; and discrepancy reported <https://issues.guix.gnu.org/66763>.
- (("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
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Fri, 11 Apr 2025 11:39:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Fri, 11 Apr 2025 11:39:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 77706-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Cayetano Santos via Guix-patches via <guix-patches <at> gnu.org> 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
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77706
; Package
guix-patches
.
(Fri, 11 Apr 2025 11:39:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.