* Re: master 158bb85 1/2: Fix issues regarding inotify file-notification
[not found] ` <20170326074309.7883420194@vcs0.savannah.gnu.org>
@ 2017-03-28 10:41 ` Lars Brinkhoff
2017-03-28 11:40 ` Michael Albinus
0 siblings, 1 reply; 3+ messages in thread
From: Lars Brinkhoff @ 2017-03-28 10:41 UTC (permalink / raw)
To: emacs-devel
Michael.Albinus@gmx.de wrote:
> Fix issues regarding inotify file-notification
>
> Remove special code handling the inotify back-end.
> * lisp/filenotify.el (file-notify--watch): New struct
> representing a file-watch.
> ...
This commits adds a new testsuite failure when I run
git clean -xfd && ./autogen.sh && make bootstrap && make check
There's a new check in Finotify_add_watch that `Qdont_follow' is not a
member of `aspect'. But `aspect' may be either a list or a symbol. The
check fails when the testsuite passes in `t'.
From test/src/inotify-tests.log:
Test inotify-file-watch-simple backtrace:
(let ((temp-file (make-temp-file "inotify-simple")) (events 0)) (let
(closure (t) nil (let ((fn-0 (function featurep)) (args-1 (list (quo
ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc
ert-run-test([cl-struct-ert-test inotify-file-watch-simple "Test if
ert-run-or-rerun-test([cl-struct-ert--stats (not (tag :expensive-tes
ert-run-tests((not (tag :expensive-test)) #[385 "\306^B\307\"\203G^@\2
ert-run-tests-batch((not (tag :expensive-test)))
ert-run-tests-batch-and-exit((not (tag :expensive-test)))
eval((ert-run-tests-batch-and-exit (quote (not (tag :expensive-test)
command-line-1(("-L" ":." "-l" "ert" "-l" "src/inotify-tests.el" "--
command-line()
normal-top-level()
Test inotify-file-watch-simple condition:
(wrong-type-argument listp t)
FAILED 1/1 inotify-file-watch-simple
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: master 158bb85 1/2: Fix issues regarding inotify file-notification
2017-03-28 10:41 ` master 158bb85 1/2: Fix issues regarding inotify file-notification Lars Brinkhoff
@ 2017-03-28 11:40 ` Michael Albinus
2017-03-28 12:31 ` Lars Brinkhoff
0 siblings, 1 reply; 3+ messages in thread
From: Michael Albinus @ 2017-03-28 11:40 UTC (permalink / raw)
To: Lars Brinkhoff; +Cc: emacs-devel
Lars Brinkhoff <lars@nocrew.org> writes:
Hi Lars,
> This commits adds a new testsuite failure when I run
> git clean -xfd && ./autogen.sh && make bootstrap && make check
>
> There's a new check in Finotify_add_watch that `Qdont_follow' is not a
> member of `aspect'. But `aspect' may be either a list or a symbol. The
> check fails when the testsuite passes in `t'.
Should be fixed now in master.
Best regards, Michael.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: master 158bb85 1/2: Fix issues regarding inotify file-notification
2017-03-28 11:40 ` Michael Albinus
@ 2017-03-28 12:31 ` Lars Brinkhoff
0 siblings, 0 replies; 3+ messages in thread
From: Lars Brinkhoff @ 2017-03-28 12:31 UTC (permalink / raw)
To: emacs-devel
Michael Albinus wrote:
> Lars Brinkhoff <lars@nocrew.org> writes:
>> This commits adds a new testsuite failure when I run
>> git clean -xfd && ./autogen.sh && make bootstrap && make check
>>
>> There's a new check in Finotify_add_watch that `Qdont_follow' is not a
>> member of `aspect'. But `aspect' may be either a list or a symbol. The
>> check fails when the testsuite passes in `t'.
>
> Should be fixed now in master.
Yes, that looks good. Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-03-28 12:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170326074307.12949.89247@vcs0.savannah.gnu.org>
[not found] ` <20170326074309.7883420194@vcs0.savannah.gnu.org>
2017-03-28 10:41 ` master 158bb85 1/2: Fix issues regarding inotify file-notification Lars Brinkhoff
2017-03-28 11:40 ` Michael Albinus
2017-03-28 12:31 ` Lars Brinkhoff
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).