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: Feature/tree-sitter merged into master Date: Tue, 22 Nov 2022 21:56:46 +0200 Message-ID: <83wn7mzrsx.fsf@gnu.org> References: <448C545C-2A77-4272-A04E-9F56AF847521@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12048"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Yuan Fu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 22 20:57:25 2022 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 1oxZOW-0002vM-10 for ged-emacs-devel@m.gmane-mx.org; Tue, 22 Nov 2022 20:57:24 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oxZNj-0005qb-0Z; Tue, 22 Nov 2022 14:56:35 -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 1oxZNh-0005qR-Ct for emacs-devel@gnu.org; Tue, 22 Nov 2022 14:56:33 -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 1oxZNg-0001QG-RY; Tue, 22 Nov 2022 14:56:32 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=Re8eTpQaVSZZFUkbqlNJ0/e4Kh9mvMuH1U2RFFyQZM0=; b=SzDWEV0AH9VfKDWwf60w Z1cPZ0+Xc1PyZlt4MTNVU0aDuG5hcRA+R24M3zvmqGIbGfrwkcWKS+N2lE9NQSAH07ZwflWvqJtJm GCWhpjxR3V7WVDWi87nQoSCfCxeCaGRlmGnq4rQnNG2tJlGzkYP+KrCiRie23ZbazANig3w287pNi Ot6mdAfN37REWZPZoq+W/yz6Y3Z+i9L/KBOe1Hys0raAIh4akG5xfoh8ckiXaf29yiK5+FTQnnvMg uiGn+aFoXb0e0G5VvfFN7u+kvNdIyDuuugovBEYbiUbDy90iiobkS9+rGqd8OwjTYnFntTl/J5+KO xuWH16U3NOvYLw==; 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 1oxZNg-0004VQ-Aw; Tue, 22 Nov 2022 14:56:32 -0500 In-Reply-To: <448C545C-2A77-4272-A04E-9F56AF847521@gmail.com> (message from Yuan Fu on Tue, 22 Nov 2022 11:50:18 -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:300348 Archived-At: > From: Yuan Fu > Date: Tue, 22 Nov 2022 11:50:18 -0800 > > Hey guys, > > This announcement might be a bit late… I thought Eli is going to make the announcement. But for those who are unaware, feature/tree-sitter is now merged into master! > > I’ve already seen many bug reports turning up and I’ll try to fix them promptly :-) Many people have already started to fix those problems, making me feeling a little bit of shame and a lot of joy :-) > > Thank you so much! And thank you for all the hard work that made this possible.