emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [PATCH] When testing, fake the current time more robustly


From: Kyle Meyer
Subject: Re: [O] [PATCH] When testing, fake the current time more robustly
Date: Tue, 12 Feb 2019 20:03:55 -0500

Kyle Meyer <address@hidden> writes:

> Paul Eggert <address@hidden> 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.



reply via email to

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