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: Is it better to add treesitter modes to core? Date: Tue, 09 Jan 2024 21:54:59 +0200 Message-ID: <83wmsinuy4.fsf@gnu.org> References: <87a5phiap4.fsf@posteo.net> <871qas8i6s.fsf@posteo.net> <83a5pgq9f4.fsf@gnu.org> <8734v6s3wp.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7379"; mail-complaints-to="usenet@ciao.gmane.io" Cc: dmitry@gutov.dev, stefankangas@gmail.com, emacs-devel@gnu.org, stephen_leake@stephe-leake.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jan 09 20:55:56 2024 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 1rNICZ-0001mX-BT for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Jan 2024 20:55:55 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rNICE-0001K5-Ge; Tue, 09 Jan 2024 14:55:34 -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 1rNIC6-0001Gi-W6 for emacs-devel@gnu.org; Tue, 09 Jan 2024 14:55:28 -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 1rNIC5-0001cq-Tc; Tue, 09 Jan 2024 14:55:26 -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=1EE2lHJbHYoo0/dAOZJPKKpgPW/2nyxBRG4GpW98/ng=; b=bkG9OGizDG3P PmbKTfQySeD8ejM9m6VwKKEu52aUsChJFEa1qOixor5YGBNM46gamWR41IQYm2+NCbPICbIHGHWug p5ysdsrmaOGlyqtjfSl6XIx/wGTZ2+OC0rlkYgLlYNx8nThDWfJqEw3ZOfkV3wGOsrjWA7EQ9IkWc 95drK4o7cJjAiXUllBhucqdW2Z7rgWVbWRFH4Ik1wD9E1MEUVVl82qAP68Q0oL/nBbbsLZBO32aVj xBj1kROJhcIizZE2ZejczpdUnUjTPW0gML/n3HR5mTyRAuW+kw1quyWwp0F+2RIZt3INuXkB9rJjo w+afIYHrKSS89mBdzsqLtg==; In-Reply-To: <8734v6s3wp.fsf@posteo.net> (message from Philip Kaludercic on Tue, 09 Jan 2024 19:27:50 +0000) 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:314791 Archived-At: > From: Philip Kaludercic > Cc: dmitry@gutov.dev, stefankangas@gmail.com, emacs-devel@gnu.org, > stephen_leake@stephe-leake.org > Date: Tue, 09 Jan 2024 19:27:50 +0000 > > Eli Zaretskii writes: > > >> From: Philip Kaludercic > >> Cc: Stefan Kangas , emacs-devel@gnu.org, Stephen > >> Leake > >> Date: Mon, 08 Jan 2024 06:15:07 +0000 > >> > >> > Possible grammar versioning problems. But the above should be small > >> > and stable enough, nor should they require many changes over the > >> > years. > >> > >> I don't think this has to be a problem. Last year I had suggested that > >> `treesit-install-language-grammar' should download release GitHub > >> tarballs, not just clone the repository (which requires Git, and is > >> prone to upstream breakage). > > > > Alas, this solution is incomplete, because some grammar libraries > > don't have releases at all. > > Most if not all git forges should support requesting an archive for a > specific commit (basically git-archive over https). For example, this > will provide a tarball for the current newest commit for the python > tree-sitter library: > > https://github.com/tree-sitter/tree-sitter-python/archive/4bfdd9033a2225cc95032ce77066b7aeca9e2efc.tar.gz I was responding to the suggestion to download release tarballs.