discussion and development of Emacs Snakemake mode
 help / color / mirror / code / Atom feed
From: Diane Trout <diane@ghic.org>
To: snakemake-mode@inbox.kyleam.com
Subject: snakemake mode test failures with emacs 28.2 on Debian
Date: Sat, 07 Jan 2023 12:50:30 -0800	[thread overview]
Message-ID: <d298e1ad68de9c1cba662ad49805398ede13506a.camel@ghic.org> (raw)

Hi,

I noticed there's 3 ert test failures running Emacs 28.2 on Debian
unstable.

My knowledge of elisp is pretty poor so I'm not entirely sure what's
broken, but to start the debugging process here's the errors reported
from running 
M-x ert RET t RET

after having run this command
emacs  -Q -l package --eval "(add-to-list 'package-directory-list
\"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-
directory-list \"/usr/share/emacs/site-lisp/elpa-src\")" -f package-
initialize -L . -l snakemake-test.el --eval \(ert-run-tests-batch-and-
exit\)

F snakemake-test-check-target
    (ert-test-failed
     ((should
       (snakemake-with-temp-dir
         (snakemake-check-target "aa.out")))
      :form
      (let*
          ((vnew #'...)
           (old
            (symbol-function ...)))
	(unwind-protect
            (progn
              (fset ... vnew)
              (let* ... ...))
          (fset 'message old)))
      :value nil))

F snakemake-test-file-targets-at-point
    (ert-test-failed
     ((should
       (equal
	'("aa.out")
	(snakemake-with-temp-dir
          (with-temp-buffer ... ... ...))))
      :form
      (equal
       ("aa.out")
       nil)
      :value nil :explanation
      (different-types
       ("aa.out")
       nil)))

F snakemake-test-rule-at-point
    (ert-test-failed
     ((should
       (equal
        '("aa")
        (snakemake-with-temp-dir
          (with-temp-buffer ... ... ... ...))))
      :form
      (equal
       ("aa")
       nil)
      :value nil :explanation
      (different-types
       ("aa")
       nil)))

Thanks for any advice you can offer.
Diane



             reply	other threads:[~2023-01-07 20:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-07 20:50 Diane Trout [this message]
2023-01-08  0:09 ` snakemake mode test failures with emacs 28.2 on Debian Kyle Meyer
2023-01-08  4:10   ` Diane Trout
2023-01-08  4:39     ` Kyle Meyer

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

  List information: https://git.kyleam.com/snakemake-mode

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

  git send-email \
    --in-reply-to=d298e1ad68de9c1cba662ad49805398ede13506a.camel@ghic.org \
    --to=diane@ghic.org \
    --cc=snakemake-mode@inbox.kyleam.com \
    /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 public inbox

	https://git.kyleam.com/snakemake-mode/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).