From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: Getting ready to land native-compilation on master Date: Wed, 14 Apr 2021 11:45:55 +0200 Message-ID: <87y2dl9p2k.fsf@posteo.net> References: <83v98v7dzs.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="27625"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cc: Andrea Corallo , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 14 11:47:10 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 1lWc73-00074k-9o for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Apr 2021 11:47:09 +0200 Original-Received: from localhost ([::1]:32822 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWc72-0002bL-Bj for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Apr 2021 05:47:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45036) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWc67-0001XN-7D for emacs-devel@gnu.org; Wed, 14 Apr 2021 05:46:11 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:59697) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWc63-0004kZ-7a for emacs-devel@gnu.org; Wed, 14 Apr 2021 05:46:10 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 996F82400FD for ; Wed, 14 Apr 2021 11:46:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1618393560; bh=SnajCynvrZ6GxSWPSiNDHTqi9gRQrxwB8fiClLYAP6Q=; h=From:To:Cc:Subject:Date:From; b=fQrY06yttKJYkLcBDHX6p8Gp2emehIfZxXPo0h3Yk87qwzpLDyis+S7ZSKaKg21ST DIcAMofOpFnL/lRhuI5JQ+xUghdC4wIlJErnAcsfDC8atVegfNbTRnxDuJFSm5fn/W D4tWExj6SFzD1p+dpllp8DQNcUSYpJZe4hTxU8xOJnScX4KCAEYYKEoBb1PJzN8+J6 kXLcxJIF25/aE3yKsgDJt1oYjI8yd4WPaEZXYf2QcbpzWu3CkuSOA/cgwH9eh5h7t0 hyZhyZrsj0yfHAzYxrRRjSrHpp99PtoDcRkLDLucsq4rhr+XCeeg1h1QNuc/z9mp8T O0CPjH89oGh9Q== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FKyK01KWBz9rxg; Wed, 14 Apr 2021 11:45:56 +0200 (CEST) In-Reply-To: <83v98v7dzs.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 09 Apr 2021 17:02:15 +0300") Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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:268030 Archived-At: Eli Zaretskii writes: > If no significant issues pop up within a week, I will ask Andrea to > merge the branch onto master the next weekend (i.e. around 17th of > April). I have been trying out the branch for the last few days and I didn't notice any functional issues. What was is annoying is the "sudden" warning buffers pop up, triggered by from what I understand is the asynchronous (?) compilation. Is there a way to mitigate this, and if so, it should be documented. -- Philip K.