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#41112: 28.0.50; [feature/native-comp] Compiling treemacs-magit.el fails from the treemacs package Date: Thu, 07 May 2020 10:17:49 +0000 Message-ID: References: <87tv0ttaek.fsf@kraus.my> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="21638"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: 41112-done@debbugs.gnu.org, Stefan Monnier To: Daniel Kraus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu May 07 12:18:15 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 1jWdba-0005WA-Mz for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 07 May 2020 12:18:14 +0200 Original-Received: from localhost ([::1]:53780 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jWdbZ-0003xv-Qh for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 07 May 2020 06:18:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43116) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jWdbO-0003xb-8k for bug-gnu-emacs@gnu.org; Thu, 07 May 2020 06:18:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58808) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jWdbN-0001Fk-V2 for bug-gnu-emacs@gnu.org; Thu, 07 May 2020 06:18:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jWdbN-0005oZ-R3 for bug-gnu-emacs@gnu.org; Thu, 07 May 2020 06:18:01 -0400 Resent-From: Andrea Corallo Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Thu, 07 May 2020 10:18:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 41112 X-GNU-PR-Package: emacs Mail-Followup-To: 41112@debbugs.gnu.org, akrl@sdf.org, daniel@kraus.my Original-Received: via spool by 41112-done@debbugs.gnu.org id=D41112.158884667322329 (code D ref 41112); Thu, 07 May 2020 10:18:01 +0000 Original-Received: (at 41112-done) by debbugs.gnu.org; 7 May 2020 10:17:53 +0000 Original-Received: from localhost ([127.0.0.1]:42119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWdbF-0005o5-CR for submit@debbugs.gnu.org; Thu, 07 May 2020 06:17:53 -0400 Original-Received: from mx.sdf.org ([205.166.94.20]:56601) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWdbD-0005nv-VA for 41112-done@debbugs.gnu.org; Thu, 07 May 2020 06:17:52 -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 047AHoe8004094 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Thu, 7 May 2020 10:17:50 GMT Original-Received: (from akrl@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 047AHnNs016096; Thu, 7 May 2020 10:17:49 GMT In-Reply-To: (Andrea Corallo's message of "Wed, 06 May 2020 22:08:38 +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:179869 Archived-At: Hi Daniel, I believe should be fixed by cf105f6044. For the record here is the interesting LAP sequence that was confusing limplify: === (TAG 123 . 10) (byte-dup) (byte-constant #s(hash-table size 3 test eq rehash-size 1.5 rehash-threshold 0.8125 purecopy t data (created 126 deleted 126 changed 126)) . 24) (byte-switch) (TAG 126 . 10) (byte-discardN . 2) (TAG 128 . 8) === I'm closing it as it works for me, please come back in case it's not for you. Thanks Andrea -- akrl@sdf.org