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:50:29 +0300 Message-ID: <835zxut1yy.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 1540223370 16716 195.159.176.226 (22 Oct 2018 15:49:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 22 Oct 2018 15:49:30 +0000 (UTC) Cc: eggert@cs.ucla.edu, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Joseph Mingrone Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 22 17:49:26 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 1gEcSL-0004En-Fi for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2018 17:49:25 +0200 Original-Received: from localhost ([::1]:35875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEcUS-0004mQ-2A for ged-emacs-devel@m.gmane.org; Mon, 22 Oct 2018 11:51:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEcTb-0004l4-BX for emacs-devel@gnu.org; Mon, 22 Oct 2018 11:50:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEcTa-0007lk-HE for emacs-devel@gnu.org; Mon, 22 Oct 2018 11:50:43 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEcTa-0007lg-DV; Mon, 22 Oct 2018 11:50:42 -0400 Original-Received: from [176.228.60.248] (port=1294 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gEcTa-0004G0-0N; Mon, 22 Oct 2018 11:50:42 -0400 In-reply-to: <86mur6xbnw.fsf@phe.ftfl.ca> (message from Joseph Mingrone on Mon, 22 Oct 2018 12:07:31 -0300) 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:230562 Archived-At: > From: Joseph Mingrone > Date: Mon, 22 Oct 2018 12:07:31 -0300 > Cc: Stefan Monnier , > Emacs development discussions > > 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`. > > Build details > ------------- > GNU Emacs 27.0.50 (build 1, amd64-portbld-freebsd11.2, GTK+ Version 3.22.30) > Windowing system distributor 'The X.Org Foundation', version 11.0.11804000 > System Description: 11.2-RELEASE-p4 > > Commit: d2a07b9 Please try with the latest master branch.