GNU bug report logs - #77213
go-ts-mode trying to treesit-ready-p gomod without quiet

Previous Next

Package: emacs;

Reported by: Gergely Riskó <gergely.risko <at> gmail.com>

Date: Sun, 23 Mar 2025 17:46:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Gergely Riskó <gergely.risko <at> gmail.com>
Subject: bug#77213: closed (Re: bug#77213: go-ts-mode trying to
 treesit-ready-p gomod without quiet)
Date: Sat, 29 Mar 2025 10:39:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77213: go-ts-mode trying to treesit-ready-p gomod without quiet

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77213 <at> debbugs.gnu.org.

-- 
77213: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77213
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Gergely Riskó <gergely.risko <at> gmail.com>
Cc: 77213-done <at> debbugs.gnu.org
Subject: Re: bug#77213: go-ts-mode trying to treesit-ready-p gomod without
 quiet
Date: Sat, 29 Mar 2025 13:37:49 +0300
> From: Gergely Riskó <gergely.risko <at> gmail.com>
> Date: Sun, 23 Mar 2025 16:56:24 +0100
> 
> Hey,
> 
> In the last 2 lines of go-ts-mode.el we have this:
> 
> (if (treesit-ready-p 'gomod)
>     (add-to-list 'auto-mode-alist '("/go\\.mod\\'" . go-mod-ts-mode)))
> 
> This is problematic, because the treesitter go shared library can be
> available when the gomod shared library is not.  (E.g. the official
> treesit bundle behaves like that.)
> 
> Now, this call to treesit-ready-p without the quiet flag causes a
> warning, that might frighten the user and might send the message that
> even their go configuration is somehow broken (and it's not).
> 
> The easy fix would be to just add the quiet flag here, and I think
> that should be done as soon a possible.

Thanks, now done on the emacs-30 release branch.

> But conceptually speaking, I'm not 100% sure that it's a good idea
> that gomod and go are so tightly coupled in the same file.  Editing go
> files is much more frequent while programming than editing gomod
> files.  If there are any issues with gomod (like now), it would be
> cool to be able to just turn it off (e.g. removing from
> auto-mode-alist), instead of it being force-loaded just because it's
> the same file as go-mode.

I didn't do this part, because if the gomod library is available, I
see no reason to disable it.

[Message part 3 (message/rfc822, inline)]
From: Gergely Riskó <gergely.risko <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: go-ts-mode trying to treesit-ready-p gomod without quiet
Date: Sun, 23 Mar 2025 16:56:24 +0100
Hey,

In the last 2 lines of go-ts-mode.el we have this:

(if (treesit-ready-p 'gomod)
    (add-to-list 'auto-mode-alist '("/go\\.mod\\'" . go-mod-ts-mode)))

This is problematic, because the treesitter go shared library can be
available when the gomod shared library is not.  (E.g. the official
treesit bundle behaves like that.)

Now, this call to treesit-ready-p without the quiet flag causes a
warning, that might frighten the user and might send the message that
even their go configuration is somehow broken (and it's not).

The easy fix would be to just add the quiet flag here, and I think
that should be done as soon a possible.

But conceptually speaking, I'm not 100% sure that it's a good idea
that gomod and go are so tightly coupled in the same file.  Editing go
files is much more frequent while programming than editing gomod
files.  If there are any issues with gomod (like now), it would be
cool to be able to just turn it off (e.g. removing from
auto-mode-alist), instead of it being force-loaded just because it's
the same file as go-mode.

Cheers,
Gergely



This bug report was last modified 57 days ago.

Previous Next


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