From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: Re: master 4a1f69ebca 2/2: Use (TICKS . HZ) for current-time etc. Date: Tue, 26 Apr 2022 12:20:59 +0200 Message-ID: <4439f6cc-4651-b544-46e4-7caa8f53240e@inventati.org> References: <165091562900.12167.2356992007535632125@vcs2.savannah.gnu.org> <20220425194030.030A8C01687@vcs2.savannah.gnu.org> <87pml4jian.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40004"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Cc: Paul Eggert To: Lars Ingebrigtsen , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 26 12:37:26 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1njIZR-000AA0-Iq for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Apr 2022 12:37:25 +0200 Original-Received: from localhost ([::1]:59906 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1njIZP-000155-SP for ged-emacs-devel@m.gmane-mx.org; Tue, 26 Apr 2022 06:37:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33706) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njIJj-0005TU-0s for emacs-devel@gnu.org; Tue, 26 Apr 2022 06:21:15 -0400 Original-Received: from confino.investici.org ([93.190.126.19]:44487) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njIJe-0005YE-Vt for emacs-devel@gnu.org; Tue, 26 Apr 2022 06:21:10 -0400 Original-Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4KndFS6jjmz10wN; Tue, 26 Apr 2022 10:21:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1650968460; bh=4OmHRCXaGhIsOH9Gs42AgbnQkwk4QY/kIHJ2fBxVKuA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=YlEYc8n9Lt0No5S5/PIaasZFWIr4tF5pJAR2aaIueig0qgvy+I3nVfMzAy9tH6n0+ /DyU5dT8DjYeS82snNEYWRskGWwdNekR3CYlNwphJRVNGLQ/oKhHNeCOnuvINjLMQX EDlU8Fh5PZw6QJ0Qymlj8sGIr96xt3/rPjSDAAyw= Original-Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4KndFS5Jslz10wM; Tue, 26 Apr 2022 10:21:00 +0000 (UTC) Content-Language: en-US In-Reply-To: <87pml4jian.fsf@gnus.org> Received-SPF: pass client-ip=93.190.126.19; envelope-from=manuel.uberti@inventati.org; helo=confino.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:288887 Archived-At: On 26/04/22 11:38, Lars Ingebrigtsen wrote: > Paul Eggert writes: > >> Use (TICKS . HZ) for current-time etc. >> >> * src/timefns.c (CURRENT_TIME_LIST): Change default to false. > > I'm afraid that this is going to break a lot of third party code out > there (that assumes that `current-time' returns a list). Have you done > any kind of survey? > It sure breaks CIDER, for instance: https://github.com/clojure-emacs/cider/issues/3183 -- Manuel Uberti https://manueluberti.eu