all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: conses <contact@conses.eu>
To: 61941@debbugs.gnu.org
Cc: contact@conses.eu
Subject: [bug#61941] [PATCH 2/2] gnu: Remove unused emacs-helpful-fix-docstring-test.patch.
Date: Fri, 03 Mar 2023 17:59:54 +0100	[thread overview]
Message-ID: <04d652b97d0cb534e1963263ad5e2ca6b4e52c15.1677862554.git.contact@conses.eu> (raw)
In-Reply-To: <e6cad85daceaf8c46930268efce34f2fa7e96bf9.1677862554.git.contact@conses.eu>

---
 .../emacs-helpful-fix-docstring-test.patch     | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 gnu/packages/patches/emacs-helpful-fix-docstring-test.patch

diff --git a/gnu/packages/patches/emacs-helpful-fix-docstring-test.patch b/gnu/packages/patches/emacs-helpful-fix-docstring-test.patch
deleted file mode 100644
index de40010fa2..0000000000
--- a/gnu/packages/patches/emacs-helpful-fix-docstring-test.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-This patch fixing a build failure has been cherry-picked from upstream.
-Originally submitted as pull request by Erik Šabič.
-See also <https://github.com/Wilfred/helpful/pull/296>.
-diff --git a/test/helpful-unit-test.el b/test/helpful-unit-test.el
-index a07aa8e..8a95129 100644
---- a/test/helpful-unit-test.el
-+++ b/test/helpful-unit-test.el
-@@ -119,7 +119,9 @@ bar")))
-   (should
-    (equal
-     (helpful--docstring #'test-foo-advised t)
--    "Docstring here too.")))
-+    (if (version< emacs-version "28")
-+        "Docstring here too."
-+    "Docstring here too.\n\nThis function has :around advice: `ad-Advice-test-foo-advised'."))))
- 
- (defun test-foo-no-docstring ()
-   nil)
-- 
2.39.1



-- 
Best regards,
conses




  reply	other threads:[~2023-03-03 17:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 16:58 [bug#61941] [PATCH 1/2] gnu: emacs-helpful: Update to 0.20.1c98f6f conses
2023-03-03 16:59 ` conses [this message]
2023-03-08 14:57 ` Nicolas Goaziou
2023-03-09 22:47   ` conses
2023-03-09 22:55 ` [bug#61941] [PATCH v2] gnu: emacs-helpful: Update to 0.19.1c98f6f conses
2023-03-17  8:25   ` bug#61941: " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=04d652b97d0cb534e1963263ad5e2ca6b4e52c15.1677862554.git.contact@conses.eu \
    --to=contact@conses.eu \
    --cc=61941@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.