[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (rc4) now available
- From: Tom N Harris <telliamed@...>
- Date: Wed, 07 Jan 2015 21:47:13 -0500
I've been using gettimeofday to return microsecond resolution in os.time. This
makes it return a float which causes errors in the test suite. Actually, just
the final message that prints the total time using "%d". And the assumption
that a time value can round-trip through os.date because I have to round to
the nearest second.
--
tom <telliamed@whoopdedo.org>