[PATCH] gnu: emacs-lispy: Update to 38a7df4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Luis Henrique Gomes Higino
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Luis Henrique Gomes Higino
Severity
normal

Debbugs page

Luis Henrique Gomes Higino wrote 3 years ago
(address . guix-patches@gnu.org)(name . Luis Henrique Gomes Higino)(address . luishenriquegh2701@gmail.com)
20220517201621.21825-1-luishenriquegh2701@gmail.com
* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 38a7df4.
[arguments]<#:phases>: Add new failing test to REMOVE-FAILING-TEST phase.
---
gnu/packages/emacs-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Toggle diff (38 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7d014ac02a..4612e5153d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9702,10 +9702,11 @@ (define-public emacs-zoutline
(define-public emacs-lispy
;; No release since May 2019 and tons of fixes have landed on master.
;; https://github.com/abo-abo/lispy/issues/513
- (let ((commit "38a7df4cbb16cfe3d62dc8ea98b50e2d9a572e58"))
+ (let ((commit "df1b7e614fb0f73646755343e8892ddda310f427")
+ (revision "3"))
(package
(name "emacs-lispy")
- (version (git-version "0.27.0" "2" commit))
+ (version (git-version "0.27.0" revision commit))
(home-page "https://github.com/abo-abo/lispy")
(source (origin
(method git-fetch)
@@ -9714,7 +9715,7 @@ (define-public emacs-lispy
(commit commit)))
(sha256
(base32
- "1q3sgk8ffwajmh8l7c4p4fz36xw4fqds8yqblbi5kardaa8bs8cs"))
+ "02pmnn9cqslahnvllqzawp2j5icmb3wgkrk4qrfxjds68jg7pjj4"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
@@ -9737,7 +9738,7 @@ (define-public emacs-lispy
(lambda _
(emacs-batch-edit-file "lispy-test.el"
`(progn
- (dolist (test '("lispy-eval-python-str" "lispy--clojure-dot-object"))
+ (dolist (test '("lispy-eval-python-str" "lispy--clojure-dot-object" "lispy-toggle-threaded-last"))
(goto-char (point-min))
(re-search-forward
(concat "ert-deftest " test))
--
2.36.0
Maxim Cournoyer wrote 3 years ago
(name . Luis Henrique Gomes Higino)(address . luishenriquegh2701@gmail.com)(address . 55490-done@debbugs.gnu.org)
87pmkb1n0h.fsf@gmail.com
Hello,

Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com> writes:

Toggle quote (3 lines)
> * gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 38a7df4.
> [arguments]<#:phases>: Add new failing test to REMOVE-FAILING-TEST phase.

As the test was fixed with a custom patch in
5fc5cc2f735426fbaf72f0f7f38efbbd1b38cc52, I think this is obsolete.

Thank you for offering a second solution!

Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55490@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55490
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help