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: Mon, 08 Jan 2024 14:47:11 +0200 Message-ID: <83a5pgq9f4.fsf@gnu.org> References: <87a5phiap4.fsf@posteo.net> <871qas8i6s.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13544"; 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 Mon Jan 08 13:48:00 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 1rMp2u-0003Gq-2E for ged-emacs-devel@m.gmane-mx.org; Mon, 08 Jan 2024 13:48:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rMp2N-0006tt-Eo; Mon, 08 Jan 2024 07:47:27 -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 1rMp2L-0006tT-Oh for emacs-devel@gnu.org; Mon, 08 Jan 2024 07:47:25 -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 1rMp2J-0001bp-BH; Mon, 08 Jan 2024 07:47:23 -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=O7dUqZyz3UVFK87F7vkUai527o7xiEytf/vzh+tTR9k=; b=I9UeCoFCQnwm +OOVQ4yq8xqoc5rTvElF81XAhvTivGt7xffob4b55giSIeRtUBWlVSF3YWmGgJqZBo6VwR1vZCFOU mjF3hWlFbB5xb5fKPaoznXXcEQvdFkSBXuvY6Lj2iILuQJP9TEoS+0Cu6rFgZldjaC81gpESdjZ+O JAeqj1ori3ia7xwi5u+Y/0RT6H831e42VLK9Y70opQJFLWPrv+hY1qgECGgcwYLqLhv2kGDAxrH0e pNIWwKyVY34XfsoHjI8saQMe278yoHTLpyPsf5guLT76MkkPmN4LMeqF+2pnJULydGuLsP08rKI5C 44JzccXAkoxqT4KWHQLSyg==; In-Reply-To: <871qas8i6s.fsf@posteo.net> (message from Philip Kaludercic on Mon, 08 Jan 2024 06:15:07 +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:314745 Archived-At: > 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.