From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: current-time and GMP Date: Mon, 22 Oct 2018 18:49:14 +0300 Message-ID: <837eiat211.fsf@gnu.org> References: <90b5009f-f752-3c7d-0a01-97dc6bc9d5ac@cs.ucla.edu> <86mur6xbnw.fsf@phe.ftfl.ca> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1540223309 11374 195.159.176.226 (22 Oct 2018 15:48:29 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2018 15:48:29 +0000 (UTC) Cc: jrm@ftfl.ca, eggert@cs.ucla.edu, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 22 17:48:25 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gEcRL-0002q6-3o for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2018 17:48:23 +0200 Original-Received: from localhost ([::1]:35874 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEcTR-0004hF-L8 for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2018 11:50:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEcSd-000437-QU for emacs-devel@gnu.org; Mon, 22 Oct 2018 11:49:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEcSZ-0006X9-SW for emacs-devel@gnu.org; Mon, 22 Oct 2018 11:49:43 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEcSO-0006PI-Sl; Mon, 22 Oct 2018 11:49:31 -0400 Original-Received: from [176.228.60.248] (port=1216 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gEcSO-00044B-DK; Mon, 22 Oct 2018 11:49:28 -0400 In-reply-to: (message from Kaushal Modi on Mon, 22 Oct 2018 11:15:17 -0400) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:230561 Archived-At: > From: Kaushal Modi > Date: Mon, 22 Oct 2018 11:15:17 -0400 > Cc: Paul Eggert , Stefan Monnier , > Emacs developers > > On Mon, Oct 22, 2018 at 11:08 AM Joseph Mingrone wrote: > > > > I began seeing entries like "obsolete timestamp with cdr 53421" in *Messages* soon after this was committed. It can be reproduced with `emacs -Q` and `list-packages'. Everything seems fine otherwise. There are a few similar reports, e.g., https://github.com/Malabarba/paradox/issues/154 although unlike me, they say they do not see the messages with `emacs -Q`. > > I confirm. Looks like the spinner[0] package (code[1]) used by paradox > is causing this: > > ===== > (wrong-type-argument number-or-marker-p 1.5402211759930708e+21) > timer-next-integral-multiple-of-time((23501 59639 893070 824000) 0.1) Please try again, I think I fixed this 2 days ago.