From: Kyle Meyer <kyle@kyleam.com>
To: Paul Eggert <eggert@cs.ucla.edu>, Emacs-orgmode@gnu.org
Subject: Re: [PATCH] When testing, fake the current time more robustly
Date: Tue, 12 Feb 2019 20:03:55 -0500 [thread overview]
Message-ID: <8736os8pok.fsf@kyleam.com> (raw)
In-Reply-To: <875zto8t2b.fsf@kyleam.com>
Kyle Meyer <kyle@kyleam.com> writes:
> Paul Eggert <eggert@cs.ucla.edu> writes:
>
>> The old approach required Lisp code to use (current-time)
>> explicitly when calling other primitives, e.g., (float-time
>> (current-time)). The new approach fakes all the primitives,
>> so that Lisp code can now use expressions like plain (float-time).
>
> Great, thanks! I'll go through all the spots where I've
> s/nil/(current-time)/ for the sake of testing and restore nil.
Pushed (2cd1f9b028b) along with a follow-up commit removing current-time
calls that were kept for testing purposes.
prev parent reply other threads:[~2019-02-13 1:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-12 22:44 [PATCH] When testing, fake the current time more robustly Paul Eggert
2019-02-12 23:50 ` Kyle Meyer
2019-02-13 1:03 ` Kyle Meyer [this message]
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://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8736os8pok.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=Emacs-orgmode@gnu.org \
--cc=eggert@cs.ucla.edu \
/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.savannah.gnu.org/cgit/emacs/org-mode.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).