discussion and development of Emacs Snakemake mode
 help / color / mirror / code / Atom feed
* snakemake mode test failures with emacs 28.2 on Debian
@ 2023-01-07 20:50 Diane Trout
  2023-01-08  0:09 ` Kyle Meyer
  0 siblings, 1 reply; 4+ messages in thread
From: Diane Trout @ 2023-01-07 20:50 UTC (permalink / raw)
  To: snakemake-mode

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-08  4:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-07 20:50 snakemake mode test failures with emacs 28.2 on Debian Diane Trout
2023-01-08  0:09 ` Kyle Meyer
2023-01-08  4:10   ` Diane Trout
2023-01-08  4:39     ` Kyle Meyer

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).