From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.bugs Subject: bug#40614: 28.0.50; [feature/native-comp] straight.el fails to inject :straight keyword handler into use-package when use-package is native-compiled Date: Sun, 19 Apr 2020 11:47:24 +0000 Message-ID: References: <87ftd6q5ow.fsf@localhost> <87mu7dw7dp.fsf@localhost> <87y2qrak1t.fsf@localhost> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="90884"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: Ihor Radchenko To: 40614-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Apr 19 13:48:11 2020 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 1jQ8Qk-000NXR-Vo for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 19 Apr 2020 13:48:10 +0200 Original-Received: from localhost ([::1]:40670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ8Qj-00068y-LS for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 19 Apr 2020 07:48:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47016) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ8Qd-00068s-9A for bug-gnu-emacs@gnu.org; Sun, 19 Apr 2020 07:48:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQ8Qc-0005Qu-NB for bug-gnu-emacs@gnu.org; Sun, 19 Apr 2020 07:48:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60877) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQ8Qc-0005QI-AR for bug-gnu-emacs@gnu.org; Sun, 19 Apr 2020 07:48:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQ8Qc-0003s6-9S for bug-gnu-emacs@gnu.org; Sun, 19 Apr 2020 07:48:02 -0400 Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 19 Apr 2020 11:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 40614 X-GNU-PR-Package: emacs Mail-Followup-To: 40614@debbugs.gnu.org, akrl@sdf.org, yantar92@gmail.com Original-Received: via spool by 40614-done@debbugs.gnu.org id=D40614.158729684814833 (code D ref 40614); Sun, 19 Apr 2020 11:48:02 +0000 Original-Received: (at 40614-done) by debbugs.gnu.org; 19 Apr 2020 11:47:28 +0000 Original-Received: from localhost ([127.0.0.1]:44188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQ8Q3-0003rA-Sx for submit@debbugs.gnu.org; Sun, 19 Apr 2020 07:47:28 -0400 Original-Received: from mx.sdf.org ([205.166.94.20]:50775) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jQ8Q1-0003r2-QK for 40614-done@debbugs.gnu.org; Sun, 19 Apr 2020 07:47:26 -0400 Original-Received: from sdf.org (ma.sdf.org [205.166.94.33]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 03JBlO37018034 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sun, 19 Apr 2020 11:47:24 GMT Original-Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 03JBlOZo007155; Sun, 19 Apr 2020 11:47:24 GMT In-Reply-To: <87y2qrak1t.fsf@localhost> (Ihor Radchenko's message of "Sun, 19 Apr 2020 17:42:22 +0800") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Received-From: 209.51.188.43 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:178628 Archived-At: Ihor Radchenko writes: > The issue is not reproducible anymore, though my emacs installation is > still not fully compiled. Running make on emacs source was stuck on > compiling ja-dic.elc, which eats out >8Gb of memory and crashes (I only > have 8Gb of RAM). > > I believe that partial compilation should not affect the MELPA packages > (they were fully compiled). So, this bug should be fixed as far as I can > tell. > > Best, > Ihor Hi Ihor, great to hear, thanks for checking! Closing then. Andrea PS for mitigating compile time I assume you already know the various tricks (deferred-compilation and/or speed). -- akrl@sdf.org