[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 67480c159ed: Add shortdoc for map.el functions
From: |
Stefan Kangas |
Subject: |
Re: master 67480c159ed: Add shortdoc for map.el functions |
Date: |
Thu, 23 Jan 2025 02:51:47 -0800 |
Robert Pluim <rpluim@gmail.com> writes:
> branch: master
> commit 67480c159ed3a4b3c8a93f6dbe0317617cf6ee26
> Author: Robert Pluim <rpluim@gmail.com>
> Commit: Robert Pluim <rpluim@gmail.com>
>
> Add shortdoc for map.el functions
>
> * lisp/emacs-lisp/shortdoc.el (map): New shortdoc group.
Thanks.
I see the below new test failure. Could it be related?
Running 5 tests (2025-01-23 11:47:01+0100, selector ‘(not (or (tag
:expensive-test) (tag :unstable)))’)
passed 1/5 shortdoc-all-functions-fboundp (0.000238 sec)
passed 2/5 shortdoc-all-groups-work (0.064868 sec)
Test shortdoc-examples backtrace:
signal(ert-test-failed (((should (shortdoc-tests--tree-contains expr
ert-fail(((should (shortdoc-tests--tree-contains expr fun)) :form (s
#f(compiled-function () #<bytecode -0x86c829d812c77f1>)()
#f(compiled-function () #<bytecode 0x1388fcd7d3ea26d6>)()
handler-bind-1(#f(compiled-function () #<bytecode 0x1388fcd7d3ea26d6
ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
ert-run-test(#s(ert-test :name shortdoc-examples :documentation "Che
ert-run-or-rerun-test(#s(ert--stats :selector ... :tests ... :test-m
ert-run-tests((not (or (tag :expensive-test) (tag :unstable))) #f(co
ert-run-tests-batch((not (or (tag :expensive-test) (tag :unstable)))
ert-run-tests-batch-and-exit((not (or (tag :expensive-test) (tag :un
eval((ert-run-tests-batch-and-exit '(not (or (tag :expensive-test) (
command-line-1(("-L" ":." "-l" "ert" "--eval" "(setq treesit-extra-l
command-line()
normal-top-level()
Test shortdoc-examples condition:
(ert-test-failed
((should (shortdoc-tests--tree-contains expr fun)) :form
(shortdoc-tests--tree-contains (map-keys (list ... 1 ... 2 ... 3))
map-values)
:value nil))
FAILED 3/5 shortdoc-examples (0.000314 sec) at
lisp/emacs-lisp/shortdoc-tests.el:33
passed 4/5 shortdoc-function-examples-test (0.011041 sec)
passed 5/5 shortdoc-help-fns-examples-function-test (0.015163 sec)
Ran 5 tests, 4 results as expected, 1 unexpected (2025-01-23
11:47:01+0100, 0.173586 sec)
1 unexpected results:
FAILED shortdoc-examples
gmake[3]: *** [Makefile:185: lisp/emacs-lisp/shortdoc-tests.log] Error 1
- Re: master 67480c159ed: Add shortdoc for map.el functions,
Stefan Kangas <=