From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?Mattias_Engdeg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: master d0c4765: Faster, more compact, and readable closure creation Date: Mon, 22 Feb 2021 11:03:27 +0100 Message-ID: References: <20210221210042.2125.20414@vcs0.savannah.gnu.org> <20210221210044.1F98B20B7C@vcs0.savannah.gnu.org> Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40501"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 22 11:06:52 2021 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 1lE87A-000ARU-7n for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Feb 2021 11:06:52 +0100 Original-Received: from localhost ([::1]:34560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lE879-00062r-7p for ged-emacs-devel@m.gmane-mx.org; Mon, 22 Feb 2021 05:06:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45384) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lE848-00040y-4j for emacs-devel@gnu.org; Mon, 22 Feb 2021 05:03:44 -0500 Original-Received: from mail227c50.megamailservers.eu ([91.136.10.237]:36236 helo=mail36c50.megamailservers.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lE842-00081X-Ar; Mon, 22 Feb 2021 05:03:41 -0500 X-Authenticated-User: mattiase@bredband.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.eu; s=maildub; t=1613988210; bh=QGho30LM7Vdqg8WLMWXZP42hZs8Vbn8sbuRUClK4DIk=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=Hry7DNzj4eTyyaBixgirM3C3du/BY8ozeVNUkVoh3jWfrYJ6w6+LFbAWagicKFxOx Xtbi8aNqp4+S08DCo0x3QxK+6Q2vNkhCailfgdPW1oJDWqA2TO2i+Vlx3fNpc4X4XK Hct8/Qm2oSFFMt97CWr4rukMJYHaun1cY2K8LCZo= Feedback-ID: mattiase@acm.or Original-Received: from stanniol.lan (c-b952e353.032-75-73746f71.bbcust.telenor.se [83.227.82.185]) (authenticated bits=0) by mail36c50.megamailservers.eu (8.14.9/8.13.1) with ESMTP id 11MA3Sg5007981; Mon, 22 Feb 2021 10:03:29 +0000 In-Reply-To: X-Mailer: Apple Mail (2.3445.104.17) X-CTCH-RefID: str=0001.0A742F15.60338172.0018, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.3 cv=M4oz1B4s c=1 sm=1 tr=0 a=von4qPfY+hyqc0zmWf0tYQ==:117 a=von4qPfY+hyqc0zmWf0tYQ==:17 a=kj9zAlcOel0A:10 a=M51BFTxLslgA:10 a=mDV3o1hIAAAA:8 a=-LlbIf1Z-e5XB-4tlI8A:9 a=CjuIK1q_8ugA:10 a=nAHpo24mHLcA:10 a=_FVE-zBwftR9WsbkzFJk:22 X-Origin-Country: SE Received-SPF: softfail client-ip=91.136.10.237; envelope-from=mattiase@acm.org; helo=mail36c50.megamailservers.eu X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:265473 Archived-At: 22 feb. 2021 kl. 04.06 skrev Glenn Morris : > Please fix test/lisp/emacs-lisp/cconv-tests. Thank you, will do. (Fooled again by TEST_LOAD_EL=yes by default!)