GNU bug report logs -
#77213
go-ts-mode trying to treesit-ready-p gomod without quiet
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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.