From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: tree sitter failures Date: Mon, 30 Jan 2023 16:25:42 +0200 Message-ID: <83tu083xqx.fsf@gnu.org> References: <87lelkywpd.fsf.ref@yahoo.com> <87lelkywpd.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4953"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 30 15:26:36 2023 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 1pMV7D-000183-Qd for ged-emacs-devel@m.gmane-mx.org; Mon, 30 Jan 2023 15:26:36 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pMV6V-0007Vh-9J; Mon, 30 Jan 2023 09:25:51 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMV6T-0007VD-D4 for emacs-devel@gnu.org; Mon, 30 Jan 2023 09:25:49 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMV6T-0002n7-1m; Mon, 30 Jan 2023 09:25:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=q90QPut3eu1qxW9Q5QMhNCtCSNiVz8szo3PNJcxE+oA=; b=CPIJK3imPh6y Y4vShmkUB+NltOO6ZTPi+kik8uK/vTGffEdMN54ZMW2fiQwdkMYolAVa0Ja2bzkeG+cbiVws1nfEb 91kO7t+6A9QbvrsM548+Re1pH2fIYlWW6a5i1NmOki7Tf38LwcMBt8QT4F35nmmo1s9MXIHuukVuk nTylR/XM9EbRolfI7AXubPmbq4PMgaYJ/y79T4iK3OosRhP0BQ3uAprTYf5OQZFpU35T9KfPOvr0l KKjWqBw8U2DSi2MxhgSAeFBT+H2NoNAEXxDYDnihSF2O2QBnuWIM2btjFUluQLxhi37cs29TNOLud dQ7gmEox1OWCgm3dZ8mFWg==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pMV6S-0000Kb-CJ; Mon, 30 Jan 2023 09:25:48 -0500 In-Reply-To: <87lelkywpd.fsf@yahoo.com> (message from Po Lu on Mon, 30 Jan 2023 21:32:30 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302785 Archived-At: > From: Po Lu > Date: Mon, 30 Jan 2023 21:32:30 +0800 > > Since some recent change the incremental build has stopped working, with > the byte-compiler complaining that it cannot find `treesit-buffer-root-node'. > I have installed this change to fix it. On which branch? Are you sure this wasn't due to the same bug I fixed a few minutes ago in treesit.el? > But why is pcase-let or the byte compiler evaluating a binding during > macro expansion? That sounds like a bug somewhere. I don't think this happens. Please undo the change and show the error message.