GNU bug report logs - #68924
30.0.50; typescipt-ts-mode query update

Previous Next

Package: emacs;

Reported by: dwuggh black <dwuggh <at> gmail.com>

Date: Sun, 4 Feb 2024 15:14:01 UTC

Severity: normal

Tags: patch

Merged with 69024

Found in version 30.0.50

Done: Dmitry Gutov <dmitry <at> gutov.dev>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68924 in the body.
You can then email your comments to 68924 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#68924; Package emacs. (Sun, 04 Feb 2024 15:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to dwuggh black <dwuggh <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 04 Feb 2024 15:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: dwuggh black <dwuggh <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; typescipt-ts-mode query update
Date: Sun, 4 Feb 2024 17:44:29 +0800
[Message part 1 (text/plain, inline)]
--text follows this line--

tree-sitter-javascript has updated their queries in commit
`
https://github.com/tree-sitter/tree-sitter-javascript/commit/84c57eeb0eb28046e72f08d77b4c00efc5819a24`
, renaming `function` to `function_expression`, and tree-sitter-typescript
followed this update on
`
https://github.com/tree-sitter/tree-sitter-typescript/commit/8ea2f2e83bca12f27afe93c289480de2db4e3f93`
,
which cause query at line 231 in `typescript-ts-mode` failed to parse.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#68924; Package emacs. (Sat, 10 Feb 2024 08:55:01 GMT) Full text and rfc822 format available.

Message #8 received at 68924 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: dwuggh black <dwuggh <at> gmail.com>, Dmitry Gutov <dmitry <at> gutov.dev>
Cc: 68924 <at> debbugs.gnu.org
Subject: Re: bug#68924: 30.0.50; typescipt-ts-mode query update
Date: Sat, 10 Feb 2024 10:39:12 +0200
> From: dwuggh black <dwuggh <at> gmail.com>
> Date: Sun, 4 Feb 2024 17:44:29 +0800
> 
> tree-sitter-javascript has updated their queries in commit
> `https://github.com/tree-sitter/tree-sitter-javascript/commit/84c57eeb0eb28046e72f08d77b4c00efc5819a24` ,
> renaming `function` to `function_expression`, and tree-sitter-typescript
> followed this update on
> `https://github.com/tree-sitter/tree-sitter-typescript/commit/8ea2f2e83bca12f27afe93c289480de2db4e3f93`,
> which cause query at line 231 in `typescript-ts-mode` failed to parse.

Dmitry, could you please take care of this?

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#68924; Package emacs. (Sun, 11 Feb 2024 03:06:01 GMT) Full text and rfc822 format available.

Message #11 received at 68924 <at> debbugs.gnu.org (full text, mbox):

From: Dmitry Gutov <dmitry <at> gutov.dev>
To: Eli Zaretskii <eliz <at> gnu.org>, dwuggh black <dwuggh <at> gmail.com>
Cc: 68924 <at> debbugs.gnu.org
Subject: Re: bug#68924: 30.0.50; typescipt-ts-mode query update
Date: Sun, 11 Feb 2024 05:05:09 +0200
On 10/02/2024 10:39, Eli Zaretskii wrote:
>> From: dwuggh black<dwuggh <at> gmail.com>
>> Date: Sun, 4 Feb 2024 17:44:29 +0800
>>
>> tree-sitter-javascript has updated their queries in commit
>> `https://github.com/tree-sitter/tree-sitter-javascript/commit/84c57eeb0eb28046e72f08d77b4c00efc5819a24` ,
>> renaming `function` to `function_expression`, and tree-sitter-typescript
>> followed this update on
>> `https://github.com/tree-sitter/tree-sitter-typescript/commit/8ea2f2e83bca12f27afe93c289480de2db4e3f93`,
>> which cause query at line 231 in `typescript-ts-mode` failed to parse.
> Dmitry, could you please take care of this?

I think bug#69024 fixed that, I've pushed the proposed patch just now.

(Someone might want to mark either of the reports as duplicate.)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#68924; Package emacs. (Sun, 11 Feb 2024 06:56:02 GMT) Full text and rfc822 format available.

Message #14 received at 68924 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dmitry Gutov <dmitry <at> gutov.dev>
Cc: dwuggh <at> gmail.com, 68924 <at> debbugs.gnu.org
Subject: Re: bug#68924: 30.0.50; typescipt-ts-mode query update
Date: Sun, 11 Feb 2024 08:51:39 +0200
merge 68924 69024
thanks

> Date: Sun, 11 Feb 2024 05:05:09 +0200
> Cc: 68924 <at> debbugs.gnu.org
> From: Dmitry Gutov <dmitry <at> gutov.dev>
> 
> On 10/02/2024 10:39, Eli Zaretskii wrote:
> >> From: dwuggh black<dwuggh <at> gmail.com>
> >> Date: Sun, 4 Feb 2024 17:44:29 +0800
> >>
> >> tree-sitter-javascript has updated their queries in commit
> >> `https://github.com/tree-sitter/tree-sitter-javascript/commit/84c57eeb0eb28046e72f08d77b4c00efc5819a24` ,
> >> renaming `function` to `function_expression`, and tree-sitter-typescript
> >> followed this update on
> >> `https://github.com/tree-sitter/tree-sitter-typescript/commit/8ea2f2e83bca12f27afe93c289480de2db4e3f93`,
> >> which cause query at line 231 in `typescript-ts-mode` failed to parse.
> > Dmitry, could you please take care of this?
> 
> I think bug#69024 fixed that, I've pushed the proposed patch just now.
> 
> (Someone might want to mark either of the reports as duplicate.)

We don't mark bugs as duplicates, we merge them.  Done.




Merged 68924 69024. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 11 Feb 2024 06:56:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 11 Mar 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 97 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.