Kyle Meyer <k...@kyleam.com> writes:

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

Reply via email to