emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make check produces 25 failures and hangs (bug #65176).


From: Jens Schmidt
Subject: Re: make check produces 25 failures and hangs (bug #65176).
Date: Fri, 11 Aug 2023 21:39:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0

On 2023-08-11  07:37, Eli Zaretskii wrote:

Andrea, could you please look into these test failures?

Repro-case-golfing, hoping that Andrea hasn't started on this yet:

(require 'cl-lib)
(defun foo ()
  (interactive)
  (cl-letf (((symbol-function 'read-string) (lambda (&rest _) "bar")))
    (message (read-string "Prompt: "))))

M-x foo RET
=> does not prompt

M-: (native-compile 'foo) RET
M-x foo RET
=> prompts




reply via email to

[Prev in Thread] Current Thread [Next in Thread]