From unknown Wed Jun 18 23:16:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#26163 <26163@debbugs.gnu.org> To: bug#26163 <26163@debbugs.gnu.org> Subject: Status: time-difference doesn't detect error of differing time types Reply-To: bug#26163 <26163@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:16:27 +0000 retitle 26163 time-difference doesn't detect error of differing time types reassign 26163 guile submitter 26163 Zefram severity 26163 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 18 18:23:49 2017 Received: (at submit) by debbugs.gnu.org; 18 Mar 2017 22:23:49 +0000 Received: from localhost ([127.0.0.1]:34392 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpMlJ-0003Zk-I3 for submit@debbugs.gnu.org; Sat, 18 Mar 2017 18:23:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51845) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cpMlH-0003ZY-NS for submit@debbugs.gnu.org; Sat, 18 Mar 2017 18:23:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cpMlB-0001HC-Oh for submit@debbugs.gnu.org; Sat, 18 Mar 2017 18:23:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:50357) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cpMlB-0001H8-LP for submit@debbugs.gnu.org; Sat, 18 Mar 2017 18:23:41 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cpMlA-0005Zx-Jo for bug-guile@gnu.org; Sat, 18 Mar 2017 18:23:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cpMl9-0001Gj-Sv for bug-guile@gnu.org; Sat, 18 Mar 2017 18:23:40 -0400 Received: from river6.fysh.org ([2001:41d0:d:20da::2]:55224 helo=river.fysh.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cpMl9-0001GY-NG for bug-guile@gnu.org; Sat, 18 Mar 2017 18:23:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=fysh.org; s=20170316; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=GLuotTTPbUhgvDoybvbG1LncXOU+YhDLL1COpIsCnx4=; b=1OldtUv4a7FeCvq/CxmivPpFMw/Suvpa1RTqo90cchKYGkjpp+LTWmkr0P20cPJvtyPLouPJCB9HbIGUUtU0cDedO6gSetj4K09GjWTBUpxvvRgh+6J5VlgvmlnQA698MFEEquZLnXyAbMYwmEMNyRub7sXn3NTEcht09SInJl8=; Received: from zefram by river.fysh.org with local (Exim 4.84_2 #1 (Debian)) id 1cpMl6-0004Xd-Qn; Sat, 18 Mar 2017 22:23:36 +0000 Date: Sat, 18 Mar 2017 22:23:36 +0000 From: Zefram To: bug-guile@gnu.org Subject: time-difference doesn't detect error of differing time types Message-ID: <20170318222336.GJ6518@fysh.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) scheme@(guile-user)> (use-modules (srfi srfi-19)) scheme@(guile-user)> (time-difference (make-time time-tai 0 1) (make-time time-utc 0 1)) $1 = #