From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#53675: lisp/startup.el; startup--require-comp-safely async compile breaks if comp is required in init Date: Tue, 01 Feb 2022 16:51:38 +0000 Message-ID: References: <86leyueoyu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1132"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Tom Gillespie , 53675@debbugs.gnu.org To: Arash Esbati Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue Feb 01 19:34:03 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1nExyd-00008k-81 for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 01 Feb 2022 19:34:03 +0100 Original-Received: from localhost ([::1]:45790 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nExyc-00060l-2w for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 01 Feb 2022 13:34:02 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:48836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nEwO4-0005LI-NN for bug-gnu-emacs@gnu.org; Tue, 01 Feb 2022 11:52:16 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51054) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nEwNt-00039Y-MD for bug-gnu-emacs@gnu.org; Tue, 01 Feb 2022 11:52:11 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nEwNt-0002QW-JW for bug-gnu-emacs@gnu.org; Tue, 01 Feb 2022 11:52:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 01 Feb 2022 16:52:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53675 X-GNU-PR-Package: emacs Original-Received: via spool by 53675-submit@debbugs.gnu.org id=B53675.16437343019297 (code B ref 53675); Tue, 01 Feb 2022 16:52:01 +0000 Original-Received: (at 53675) by debbugs.gnu.org; 1 Feb 2022 16:51:41 +0000 Original-Received: from localhost ([127.0.0.1]:43957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEwNZ-0002Pt-Jy for submit@debbugs.gnu.org; Tue, 01 Feb 2022 11:51:41 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:51201) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nEwNX-0002Pl-Qz for 53675@debbugs.gnu.org; Tue, 01 Feb 2022 11:51:40 -0500 Original-Received: from ma.sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 211GpcTh014172 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Tue, 1 Feb 2022 16:51:38 GMT In-Reply-To: (Andrea Corallo's message of "Tue, 01 Feb 2022 15:36:09 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:225759 Archived-At: > Hi Arash, > > sorry I just realized I've made a typo in a92c6191b0, as soon as the > savannah repo restarts to work I'll push the fix for it. > > Andrea All right pushed as 665ec8946d. Andrea