GNU bug report logs - #76531
Alternative to ert-with-temp-file/ert-with-temp-directory

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefankangas <at> gmail.com>

Date: Mon, 24 Feb 2025 20:12:02 UTC

Severity: wishlist

To reply to this bug, email your comments to 76531 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#76531; Package emacs. (Mon, 24 Feb 2025 20:12:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stefan Kangas <stefankangas <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 24 Feb 2025 20:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Alternative to ert-with-temp-file/ert-with-temp-directory
Date: Mon, 24 Feb 2025 20:10:17 +0000
Severity: wishlist

I'm happy that the ert-with-temp-file and ert-with-temp-directory have
proven useful enough to now be documented in the ERT manual.  However,
I've actually not been to happy with them when they are used for more
than one file or directory, because it leads to deep and ugly nesting.

Before we release Emacs 31 with them, making them in effect
non-experimental by documenting them, I would like to replace them with
something better.  However, before I start writing up the code, do we
have any good ideas what a better interface should look like?

Consider creating two files and a directory, which currently looks like:

    (ert-with-temp-file elfile
      :suffix ".el"
      (ert-with-temp-file elcfile
        :suffix ".elc"
        (ert-with-temp-directory dir
          :suffix "suf"
          ...)))

The best I could come up with to replace it is this:

    (ert-with-temp-files ((elfile :suffix ".el")
                          (elcfile :suffix ".elc")
                          (dir :suffix "suf"))
      ...)

Thoughts or better ideas?  Thanks!




This bug report was last modified 39 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.